-
Notifications
You must be signed in to change notification settings - Fork 93
Feature importances in TabularNLPAutoML #129
Comments
Hi @fingoldo, Thanks for the issue. Could you also share the code how you setup task, roles and TabularNLPAutoml with the full training log as well? Alex |
Thanks for the the quick reply, Alex! Sure.
the log:
|
Hi @fingoldo, I have checked the situation and the result is that in TabularNLPAutoML preset we don't use feature selector (because it will be pretty slow for this case) - that's why we can't show the fast feature importances. Could you please try use the accurate method instead of fast? Alex |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, is it possible to get feature importances in TabularNLPAutoML for regular features (not textual), same as in TabularAutoML?
Currently
automl.get_feature_scores("fast")
is throwing an errorThe text was updated successfully, but these errors were encountered: