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

YAMLLoadWarning disrupting progress bar #19

Closed
remykarem opened this issue Apr 3, 2019 · 3 comments
Closed

YAMLLoadWarning disrupting progress bar #19

remykarem opened this issue Apr 3, 2019 · 3 comments

Comments

@remykarem
Copy link

Trying out the example titanic dataset in a conda environment and encountered the following error very frequently such that it disrupts the tqdm progress bar.

/anaconda3/envs/automl-gs/lib/python3.6/site-packages/automl_gs/utils_automl.py:270:
YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default 
Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  metrics = yaml.load(f)
@tayiorbeii
Copy link

@raibosome Try reinstalling the package, or manually adding Loader= as seen here: https://github.com/minimaxir/automl-gs/blob/master/automl_gs/utils_automl.py#L126

@minimaxir
Copy link
Owner

This should be fixed in 0.2.1. Upgrade and let me know if it works!

@remykarem
Copy link
Author

@minimaxir great, that solved it! Thanks!

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

3 participants