feature-selection-for-machine-learning icon indicating copy to clipboard operation
feature-selection-for-machine-learning copied to clipboard

Code repository for the online course Feature Selection for Machine Learning

Results 2 feature-selection-for-machine-learning issues
Sort by recently updated
recently updated
newest added

In Chapter Six (wrapper methods, exhaustive search) of the text noted above, the code on page 106 (efs = EFS(estimator=RandomRorestClassifier...) spawns the error below (quite a few times since it...

Hello, What is the feasibility of doing feature selection with k-means? Would this be a good method in your opinion?