Machine learning
Part 7 Decision tree regression or classification using python
· ☕ 8 min read · ✍️ Dinesh Arora
Machine learning tutorial using decision tree regression. This post in the machine learning series will walk you through the process of implementing decision tee regression using python.

Part 6 Support Vector Regression
· ☕ 6 min read · ✍️ Dinesh Arora
Machine learning tutorial using Support vector regression. This post in the machine learning series will walk you through the process of implementing Support vector Regression.

Part 5 Machine Learning Backward Elimination
· ☕ 9 min read · ✍️ Dinesh Arora
Machine learning tutorial using multiple linear regression. This post in the machine learning series will walk you through the process of automatic backward elimination and show you to improve your multiple regression model and teach you an important concept that simple is always better.

Part 4 Machine Learning Multiple Regression
· ☕ 9 min read · ✍️ Dinesh Arora
Machine learning tutorial using multiple linear regression. This post in the machine learning series will walk you through the basics of exploring the data set and predicting the result using multiple linear regression.