We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Something like this:
... estim = HyperoptEstimator( classifier=clf, trial_timeout=1) estim.fit(X_train, y_train)
Results in this error: AttributeError: 'hyperopt_estimator' object has no attribute '_best_preprocs'
AttributeError: 'hyperopt_estimator' object has no attribute '_best_preprocs'