mljs / xgboost

A port of XGBoost to javascript with emscripten
Other
41 stars 8 forks source link

Feature importance #12

Open zemlyansky opened 5 years ago

zemlyansky commented 5 years ago

After fitting a model in XGBoost it's possible to get importance scores for features (details). Is it possible to get those scores in JS?