back
Ml Notes 02
End-to-End Machine Learning
- Understand big picture
- Get the data
- Discover and visualize the data to gain insights.
- Prepare the data for Machine Learning algorithms.
- Select a model and train it.
- Fine-tune your model.
- Present your solution.
-
Launch, monitor, and maintain your system.
- Understand big picture
- frame the problem
- check assumptions
- Get the data
- understand data, distributions
- scales, units
- train, test split
- Discover and visualize the data to gain insights.
- visualization
- correlations
- Prepare the data for Machine Learning algorithms.
- data cleaning
- get rid of rows
- get rid of columns
- fill with a value
- text / categorical values transform
- feature scaling
- pipelines
- data cleaning
- Select a model and train it.
- training and evaluating on the training set
- cross validation
- save model
- Fine-tune your model.
- Grid Search
- Randomized Search
- Present your solution.
- Launch, monitor, and maintain your system.