top of page
All Posts...
Search


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:...
Ekta Aggarwal
Aug 27, 2022


Transposing / Reshaping data in Python (wide and long formats)
In this tutorial we shall try to understand what are long and wide formats and converting them from wide to long and long to wide in Python.
Ekta Aggarwal
Aug 27, 2022


Creating training and Test sets in Python
In this tutorial we will be covering about the concepts and logic of training and test sets.
Ekta Aggarwal
Aug 25, 2022


Logistic Regression in Python
In this tutorial we would be understanding how to implement Logistic Regression algorithm in Python.
Ekta Aggarwal
Aug 25, 2022


Decision Trees in Python
In this tutorial we would be understanding how to implement Decision Trees algorithm in Python.
Ekta Aggarwal
Aug 17, 2022


K Means Clustering in Python
In this tutorial we would learning how to implement K - Means Clustering in Python along with learning how to form business insights.
Ekta Aggarwal
Aug 11, 2022


Grid Search in Python
Grid Search is used to find the best parameters for a model. In this tutorial we will understand how to implement Grid Search in Python
Ekta Aggarwal
Aug 8, 2022
bottom of page