Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 537 Bytes

File metadata and controls

5 lines (3 loc) · 537 Bytes

Optimizing Classification Models using Permutation Feature Importance Method

Logo

High data dimensionality and irrelevant features can negatively impact the performance of machine learning algorithms. This repository implements the Permutation feature importance method to enhance the performance of some machine learning models by identifying the contribution of each feature used.