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

It's taking so long to run the code #161

Open
nithinreddyy opened this issue Sep 11, 2020 · 1 comment
Open

It's taking so long to run the code #161

nithinreddyy opened this issue Sep 11, 2020 · 1 comment

Comments

@nithinreddyy
Copy link

estim = HyperoptEstimator(classifier=svc('mySVC'))

I don't know how many iterations it's considering but how to limit my iterations to 2?

@linminhtoo
Copy link
Contributor

linminhtoo commented Oct 25, 2020

Just put max_evals = 2 as a parameter into HyperoptEstimator.

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

2 participants