ja-thomas / autoxgboost

autoxgboost - Automatic tuning and fitting of xgboost
Other
120 stars 19 forks source link

Feature importance #66

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi

How can i get the feature importance from the final model output from autoxgboost?

system.time(tuned.labeled.autoxgboost<- autoxgboost(labeled_task, nthread=30)) preds.labeled.autoxgboost<- predict(tuned.labeled.autoxgboost$final.model, newdata = labeled_test)

Thank you.