-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature names unseen at fit time #722
Comments
Hi @yiannis-gkoufas, I understand that you were able to train ML models with AutoML but there is problem with predictions only. Could you please provide code that you are using for computing predictions? |
Hi @pplonski! I use the same constructor for AutoML and pass a dataframe.
Could it be an issue with the ensemble model? |
Thank you @yiannis-gkoufas for response. It looks like some bug with computing predictions for Stacked Ensemble. Is it possible to share full code and data to reproduce the issue? |
This code:
reproduced the issue for me, because the ensemble stacked is identified as the best model.
|
I have the same issue. |
I have the same issue. |
Hi!
I want to use mljar for binary classification (category1+category2).
The parameters I am passing to AutoML are the following:
In the params.json I see
"best_model": "Ensemble_Stacked"
When I try to run a prediction I get:
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: