Skip to content

Error when calling estim.fit() when all trials time out #67

Open
@bjkomer

Description

@bjkomer

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'

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions