owenodriscoll / AutoML

Python package for automated hyperparameter-optimization of common machine-learning algorithms
MIT License
2 stars 0 forks source link

Add support for non-numeric data using model_vizualize_importance #20

Open owenodriscoll opened 8 months ago

owenodriscoll commented 8 months ago

In the feature importance branch, non-numeric data throws errors during the kmeans clusting. Add one-hot encoding (or similar) to prevent this