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

errors while training model for fraudcost #252

Closed
angela97lin opened this issue Dec 6, 2019 · 1 comment · Fixed by #254
Closed

errors while training model for fraudcost #252

angela97lin opened this issue Dec 6, 2019 · 1 comment · Fixed by #254
Assignees

Comments

@angela97lin
Copy link
Contributor

New errors on the fraud page:

https://evalml.featurelabs.com/en/latest/demos/fraud.html

*****************************
* Beginning pipeline search *
*****************************

Optimizing for Fraud Cost. Lower score is better.

Searching up to 5 pipelines.
Possible model types: linear_model, xgboost, random_forest

▹ XGBoost Classifier w/ One Hot Encod...     0%|          | Elapsed:00:00Found input variables with inconsistent numbers of samples: [667, 1153]
Found input variables with inconsistent numbers of samples: [667, 1151]
Found input variables with inconsistent numbers of samples: [666, 1155]
✔ XGBoost Classifier w/ One Hot Encod...     0%|          | Elapsed:00:07
▹ XGBoost Classifier w/ One Hot Encod...    20%|██        | Elapsed:00:07ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
✔ XGBoost Classifier w/ One Hot Encod...    20%|██        | Elapsed:00:08
▹ Random Forest Classifier w/ One Hot...    40%|████      | Elapsed:00:08Found input variables with inconsistent numbers of samples: [667, 1153]
Found input variables with inconsistent numbers of samples: [667, 1151]
Found input variables with inconsistent numbers of samples: [666, 1155]
✔ Random Forest Classifier w/ One Hot...    40%|████      | Elapsed:00:29
▹ XGBoost Classifier w/ One Hot Encod...    60%|██████    | Elapsed:00:29Found input variables with inconsistent numbers of samples: [667, 1153]
Found input variables with inconsistent numbers of samples: [667, 1151]
Found input variables with inconsistent numbers of samples: [666, 1155]
✔ XGBoost Classifier w/ One Hot Encod...    60%|██████    | Elapsed:00:37
▹ Logistic Regression Classifier w/ O...    80%|████████  | Elapsed:00:37ufunc 'isnan' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
ufunc 'isnan' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
ufunc 'isnan' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
✔ Logistic Regression Classifier w/ O...    80%|████████  | Elapsed:00:37
✔ Logistic Regression Classifier w/ O...   100%|██████████| Elapsed:00:37

✔ Optimization finished
@angela97lin
Copy link
Contributor Author

Seems like all the scores error out too, probably a larger bug here.

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

Successfully merging a pull request may close this issue.

1 participant