To Solve various machine learning tasks
- Handling Missing values.
- Dropped columns that have missing values more than threshold. Dropped rows with missing valeus
- Imputed with mean and median for missing values based on distribution of data
- Dropped columns that have missing values more than threshold. Dropped rows with missing valeus
- Label encoding for categorical values
- Model selection through cross validation
- Optimization through grid search cv on hyper-parametres of selected model, Gradient Boosting Regressor.