Chapter 2: The Machine Learning Project Cycle & Data Acquisition Technique Flashcards
1
Q
What is the ML Lifecycle?
A
Process that guides the development and deployment of machine learning models in a structured way
2
Q
What are the steps in the ML Lifecycle?
A
- Acquisition - Collect the data
- Prepare - Data Cleaning and Quality
- Process - Run Machine Tools
- Report - Present the results
3
Q
Process of a ML project?
A
- Planning
- Developing
- Testing
- Reporting
- Refining
- Production
- Avoiding Bias
4
Q
What is Transfer Learning?
A
Technique in ML where a model is trained on one task is used as the starting point for a model on a second task.
5
Q
What is Data Acquisition in Machine Learning?
A
Procedure of obtaining and compiling data from diverse sources in order to test and train machine learning models.
6
Q
Data Acquisition Techniques?
A
Scraping Data
Copy and Paste
Data Migration
Using an API
7
Q
Scraping Data
A
- Figure out where the data is coming from.
- Figure out how you’re going to get it.
- Make it machine readable.
- Make sure the values are workable.
- Figure out where to store it.