Algo-ScriptML
Algo-ScriptML copied to clipboard
Feature Selection Techniques
I would be explaining and code feature selection using information gain, fisher's score, correlation coefficient, chi- square test, variance threshold and many more. I have GSSOC'21 participant and would like to contribute to this issue..
@Dishita2602 Can you be more specific on which feature selection algorithms you wish to use?
I would like to use this below methods for features selection . Feature selection is very important to improve overall accuracy of machine learning model. I would explain this methods in detail. Filter methods (Information gain, Chi square test, Fisher's score, Correlation coeff, Variance threshold)
I would like to work on this issue.