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

AllTrialsFailed: #173

Open
Kayden-lolasery opened this issue Aug 21, 2021 · 2 comments
Open

AllTrialsFailed: #173

Kayden-lolasery opened this issue Aug 21, 2021 · 2 comments

Comments

@Kayden-lolasery
Copy link

Kayden-lolasery commented Aug 21, 2021

Hey Hyperopt team!

I've been facing an intermittent issue when fitting the HyperoptEstimator to my data.

I've changed nothing in code but re-running the same code when restarting my kernel results in this error:
model
error grab
~\anaconda3\lib\site-packages\hyperopt\base.py in best_trial(self)
620 ]
621 if not candidates:
--> 622 raise AllTrialsFailed
623 losses = [float(t["result"]["loss"]) for t in candidates]
624 if len(losses) == 0:

AllTrialsFailed:

Is there any reason why this is the case? I have tried fitting with the nonscaled version of my data and it sometimes allows it to run.
But I have been stuck for hours trying to make it work, your help is much appreciated! Thank you!

P.s. quite literally after failing for 20 + times, after i clicked post here the code suddenly started working again.
And yes it intermittently works and fails accordingly..

@jmrichardson
Copy link

Same issue

@yitai000
Copy link

yitai000 commented Apr 1, 2024

Same issue. Have you solved this issue?

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