hyperopt / hyperopt-sklearn

Hyper-parameter optimization for sklearn
hyperopt.github.io/hyperopt-sklearn
Other
1.57k stars 270 forks source link

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

Open nithinreddyy opened 3 years ago

nithinreddyy commented 3 years ago

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

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

linminhtoo commented 3 years ago

Just put max_evals = 2 as a parameter into HyperoptEstimator.