-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
Error importing "IncrementalSearchCV" #464
Comments
went into this file: removed the exception and then got to know that |
Errors shouldn't pass silently, and shouldn't require reading the source. This issue would probably be resolved with a dummy class in the try/except block in |
It'd be best to re-raise the import error with an informative message
saying that incremental search requires distributed.
…On Tue, Feb 19, 2019 at 2:03 PM Scott Sievert ***@***.***> wrote:
Errors shouldn't pass silently, and shouldn't require reading the source.
This issue would probably be resolved with a dummy class in the try/except
block in model_selection/__init__.py.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#464 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABQHIqzffVVSMOb3jvpYHDhh-_BybT6Cks5vPFiOgaJpZM4bCZzd>
.
|
Created a pull #467 , it should show the exact traceback, hence I put it with other hyper-parameter tuning algorithms |
When I am importing IncrementalSearchCV this is the error, and there is no traceback to track the problem!
The text was updated successfully, but these errors were encountered: