Encoding Categorical Variables in Python
In this tutorial we will learn how to encode or convert categorical variables in numbers. Categorical variables are generally of 2 types:...
Encoding Categorical Variables in Python
Standardisation and Normalisation in Python
Creating training and Test sets in Python
Logistic Regression in Python
Logistic Regression
Hierarchical Clustering
Hierarchical Clustering in Python
Decision Trees in Python
Performance Metrics for Classification Problems
K Means Clustering in Python
K-Means Clustering
Grid Search in Python
Grid Search Explained
Random Forests in Python
Random Forests Explained
Bagging and Boosting
K-Nearest Neighbours in Python
Working of Decision Trees
K - Nearest Neighbours
K-fold cross validation explanation made easy!
What are training and test sets?