Skip to content
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

problem with computing predictions for stacked ensemble #776

Open
pplonski opened this issue Sep 10, 2024 · 0 comments
Open

problem with computing predictions for stacked ensemble #776

pplonski opened this issue Sep 10, 2024 · 0 comments

Comments

@pplonski
Copy link
Contributor


ValueError: The feature names should match those that were passed during fit.
Feature names unseen at fit time:
- 10_Default_ExtraTrees_prediction
- 11_Default_NearestNeighbors_prediction
- 12_Xgboost_prediction
- 13_Xgboost_prediction
- 1_DecisionTree_prediction
- ...
Feature names seen at fit time, yet now missing:
- 10_Default_ExtraTrees_prediction_0_for_No_1_for_Yes
- 11_Default_NearestNeighbors_prediction_0_for_No_1_for_Yes
- 12_Xgboost_prediction_0_for_No_1_for_Yes
- 13_Xgboost_prediction_0_for_No_1_for_Yes
- 1_DecisionTree_prediction_0_for_No_1_for_Yes
- ...
- 
- - ``` 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant