Predicting likelihood of getting selected in University based on past scores using machine learning algorithm Linear Regression
In this example we can see the minimum steps in a machine learning program:
- Data Collection
- Data analysis
- Model training
- Model evaluation
In general machine learning implementation has below steps:
- Data collection
- Exploratory daata analysis
- Data pre-processing
- Model training
- Model evaluation & Model tuning
- Model deployment