Skip to content

Capture parameters from scikit-optimize for hyperparameter optimization #300

Open
@mrocklin

Description

@mrocklin

The Scikit-optimize BayesSearchCV class likely has internal functions that help it determine new parameters given scores on a set of older parameters. It would be useful to either introduce Dask to scikit-optimize or else reuse this logic and implement our own BayesSearchCV. This could be used with standard fit style algorithms or with Incremental if we have a nice early-stopping criterion.

This came out of conversation with @ogrisel

Metadata

Metadata

Assignees

No one assigned

    Labels

    AlgorithmImplement a new algorithm

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions