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

Standardisation and Normalisation in Python
In this tutorial we will understand the concepts of standardisation and normalisation and will learn how to implement them in Python
Ekta Aggarwal
Aug 26, 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

What are training and test sets?
Explaining training and test sets in detail.
Ekta Aggarwal
Mar 4, 2022

One hot encoding and label encoding in Python
While dealing with data often there are categorical columns which can be nominal or ordinal in nature. Thus, to make best use of them we...
Ekta Aggarwal
Feb 15, 2022
bottom of page