We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm a new to DeepTables. How can I fix them? automl:
9 best_trial = hdt.get_best_trial() ---> 10 print(f'best reward:{best_trial.reward}') AttributeError: 'NoneType' object has no attribute 'reward'
batch_trainer and batch_trainer-cv:
----> 2 from deeptables.utils import consts, dt_logging, batch_trainer /usr/local/lib/python3.7/dist-packages/deeptables/utils/dart_early_stopping.py ----> 5 from lightgbm.compat import range_ ImportError: cannot import name 'range_' from 'lightgbm.compat' (/usr/local/lib/python3.7/dist-packages/lightgbm/compat.py)
dt_cross_validation:
roc_auc_score(y_train, oof_proba) ValueError: bad input shape (627, 2)
The text was updated successfully, but these errors were encountered:
@qo4on
automl
batch_trainer-cv
Sorry, something went wrong.
lixfz
No branches or pull requests
I'm a new to DeepTables. How can I fix them?
automl:
batch_trainer and batch_trainer-cv:
dt_cross_validation:
The text was updated successfully, but these errors were encountered: