-
Notifications
You must be signed in to change notification settings - Fork 179
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
NotFoundError and ValueError on titanic dataset #8
Comments
Hmm, I am guessing it's a conda thing. Will look into it. |
It's likely the Python subprocess command doesn't use Conda (it explicitly calls |
FWIW, automl works fine in a conda env using |
I'm getting FileNotFoundError b |
Same error here.... miniconda, windows 10, python 3.6 |
I get the same thing when trying on Colab
|
How did you install automl_gs? I pip installed inside a miniconda env but I get ModuleNotFoundError when I try to import in a jupyter notebook |
Trying out automl_gs in a new conda env using the titanic dataset. After each iteration I get the error:
Same behavior running from command line or within ipython following the example notebook. To clarify, it's finding titanic.csv fine, the error seems to be when saving the intermediate results. Full traceback available below.
Traceback
The text was updated successfully, but these errors were encountered: