Skip to content

Commit

Permalink
important note on lack of original "feature importance" in automl but…
Browse files Browse the repository at this point in the history
… some useful analysis included
  • Loading branch information
albalu committed Jul 17, 2018
1 parent f7524fc commit 5d8791a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion matbench/automl/automl_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
pros:
+ easy to install
+ easy to get it to work and print some results
+ already have an internal implementation of feature importance.
+ already have an internal implementation of feature importance.:
- actually the "Importance" part comes from sklearn feature_importance_
when available. However, they do have this other analysis where they
go through each feature and see how their variance affect the variance
of the predictions that could potentially used to define a custom
"importance" or sensitivity.
cons:
- lack of documentation and organization
- results are printed or to ".dill" file. Difficult to handle the results
Expand Down

0 comments on commit 5d8791a

Please sign in to comment.