Lab Module 1 - End To End ML Project
Lab Module 1 - End To End ML Project
1 Objective
The objective is to
2 Steps to be performed
Tool - Python3, Google Colaboratory
Implementation - 01_end_to_end_machine_learning_project.ipynb
Steps -
• Data Cleaning
• Custom Transformers
1
• Feature Scaling
• Transformation Pipelines
• Grid Search
• Randomized Search
3 Expected Results
• Evaluate the Root Mean Square Errors for the models
4 Observation
• The data was thoroughly understood and prepared for ML algorithms
5 Modifications
• Try a different dataset.
• Try adding a transformer in the preparation pipeline to select only the most
important attributes.
• Try creating a single pipeline that does the full data preparation plus the final
prediction.