Feature selection techniques(python) | feature selection using filter method in python

Описание к видео Feature selection techniques(python) | feature selection using filter method in python

#featureselectiontechnique
Github link : https://github.com/coders-digest/Feat...
feature selection in machine learning is a process where we select the features either manually or by built in packages such as sci kit learn to select feature which we need to feed to our machine learning models.
in this video we will see feature selection using filter method.
feature selection is very very important step as it not only reduces the computational code but also increases the accuracy by removing the noisy features.
In today's video we will use scikit learn variance threshold module to remove the constant features from our data.

Github link : https://github.com/coders-digest/Feat...

I also have a complete feature engineering playlist in python and i will recommend you to checkout that as well, link here :    • Feature Engineering in python  

Комментарии

Информация по комментариям в разработке