Skip to content

cheukhin1024/Machine-Learning-Feature-Selection-Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Machine Learning Feature Selection Templates

Description

This project is to provide the machine learning codes that most machine learning python packages (eg. Sckit-learn, PyTorch, TensorFlow) don't provide.

Mean Decrease Accuracy (MDA).py

The Mean Decrease Accuracy plot expresses how much accuracy the model losses by excluding each variable. The more the accuracy suffers, the more important the variable is for the successful classification. The variables are presented from descending importance.

Mean Decrease in Impurity (MDI).py

The Mean Decrease in Gini plot expresses how much gini importance the model losses by excluding each variable. The more the gini suffers, the more important the variable is for the successful classification. The variables are presented from descending importance.

About

My Works

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages