Machine learning utility functions and classes.
-
Updated
Jan 14, 2023 - Python
Machine learning utility functions and classes.
Predicted house prices using multiple linear regression. Used back elimination to further improve the model and select features based on p-value and adjusted R squared value.
An introduction into the world of machine learning with a comprehensive Udemy online course, designed for beginners, to learn Python programming fundamentals and gain valuable insights into the practical applications of machine learning.
Regression is one of the foundational techniques in Machine Learning. Being one of the most well-understood algorithms, beginners always struggle to understand some fundamental terminology related to regression. In this series of projects, I will try to give you basic ideas of underlying concepts with the help of practical examples. If you are s…
The project involves the multivariate regression analysis of a dataset.
University Project: using linear regression models to predict secondary market car prices based on a series of features. We will apply variable selection techniques and optimisation in attempt to build the best predictive model.
This assignment is a programming assignment wherein you have to build a multiple linear regression model for the prediction of demand for shared bikes.
python module, showcasing computation (as part of a learning process) of some common statistical methods including mininum sample size, confidence interval estimation methods for mean or proportion, hypothesis testing mehods and regression models witth metrics and test suites
Add a description, image, and links to the adjusted-r-squared topic page so that developers can more easily learn about it.
To associate your repository with the adjusted-r-squared topic, visit your repo's landing page and select "manage topics."