#python
Read more stories on Hashnode
Articles with this tag
What is SVM? Support Vector Machine is a supervised machine learning algorithm. It is mostly used for classification problems. The objective of SVM...
Problem with Decision Tree Decision Trees are highly sensitive to training dataset. A small change in the training dataset might completely change the...
Introduction Decision Tree is a binary tree like data structure which recursively splits the dataset until we are left with pure leaf nodes. The...
Introduction Linear Regression is a supervised machine learning model used to predict a quantity (continuous values) such as price of a stock, car...