Regression Machine Learning Project
-
Updated
May 17, 2023 - Jupyter Notebook
Regression Machine Learning Project
Tensorflow Lattice Regression for predicting house prices
Score prediction in T20 cricket is based on CRR which is mostly inaccurate. This Machine Learning project considers various factors that can impact the score prediction and utilizes the available previous matches data to achieve a more accurate prediction. We have evaluated 6 different algorithms and found out that CatBoost gives the best results.
Homework for Coursera course
This model trains according to the data and makes a Polynomial Regression curve of degree 16. The model is regularized using Lasso regression. It also compares the predicted values with original outputs and for different alphas.
Add a description, image, and links to the lassoregression topic page so that developers can more easily learn about it.
To associate your repository with the lassoregression topic, visit your repo's landing page and select "manage topics."