- Machine Learning with Spark(Second Edition)
- Rajdeep Dua Manpreet Singh Ghotra Nick Pentreath
- 219字
- 2021-07-09 21:07:54
Data ingestion and storage
The first step in our machine learning pipeline will be taking in the data that we require for training our models. Like many other businesses, MovieStream's data is typically generated by user activity, other systems (this is commonly referred to as machine-generated data), and external sources (for example, the time of day and weather during a particular user's visit to the site).
This data can be ingested in various ways, for example, gathering user activity data from the browser and mobile application event logs or accessing external web APIs to collect data on geolocation or weather.
Once the collection mechanisms are in place, the data usually needs to be stored. This includes the raw data, data resulting from intermediate processing, and final model results to be used in production.
Data storage can be complex and involve a wide variety of systems, including HDFS, Amazon S3, and other filesystems; SQL databases such as MySQL or PostgreSQL; distributed NoSQL data stores such as HBase, Cassandra, and DynamoDB; and search engines such as Solr or Elasticsearch to stream data systems such as Kafka, Flume, or Amazon Kinesis.
For the purposes of this book, we will assume that the relevant data is available to us, so we will focus on the processing and modeling steps in the following pipeline.
- Hands-On Machine Learning with TensorFlow.js
- 傳感器技術(shù)應(yīng)用
- Python Algorithmic Trading Cookbook
- C語(yǔ)言開(kāi)發(fā)技術(shù)詳解
- Cloudera Administration Handbook
- Mastering Game Development with Unreal Engine 4(Second Edition)
- 軟件構(gòu)件技術(shù)
- 電氣控制與PLC原理及應(yīng)用(歐姆龍機(jī)型)
- Ansible 2 Cloud Automation Cookbook
- Mastering Ansible(Second Edition)
- Mastering Predictive Analytics with scikit:learn and TensorFlow
- Unreal Development Kit Game Design Cookbook
- Oracle 11g Anti-hacker's Cookbook
- FreeCAD [How-to]
- PVCBOT零基礎(chǔ)機(jī)器人制作(第2版)