DEV Community

GiriNithin
GiriNithin

Posted on

Machine Learning Day - 1

So today finally I decided to start my machine learning journey properly. I say properly because I have my final project coming up.

To get started, I covered important concepts data preprocessing such as manipulating missing values using imputer class in sklearn, encoding categorical data, spliting data into training and testing data and why is it important? and finally learnt about feature scaling and the uses cases of feature scaling.

Top comments (0)