Skip to content

Deprecate Skopt Suggestion Service #2280

Open
@tenzen-y

Description

@tenzen-y

/kind feature

Describe the solution you'd like
[A clear and concise description of what you want to happen.]
Unfortunately, the scikit-optimize was closed on February 29, 2024.

https://github.com/scikit-optimize/scikit-optimize

So we need to stop supporting the skopt suggestion service as well.
I think that we can follow similar deprecation steps as the MXNet.

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]


Love this feature? Give it a 👍 We prioritize the features with the most 👍

Activity

tenzen-y

tenzen-y commented on Mar 10, 2024

@tenzen-y
MemberAuthor

@kubeflow/wg-automl-leads WDYT?

PeterWrighten

PeterWrighten commented on Mar 10, 2024

@PeterWrighten

May I work for this issue?
/assign

tenzen-y

tenzen-y commented on Mar 10, 2024

@tenzen-y
MemberAuthor

/unassign @PeterWrighten

We need to follow the deprecation flow step by step.

PeterWrighten

PeterWrighten commented on Mar 10, 2024

@PeterWrighten

/unassign @PeterWrighten

We need to follow the deprecation flow step by step.

Got it. Thanks!

andreyvelich

andreyvelich commented on Mar 11, 2024

@andreyvelich
Member

That is sad to hear @tenzen-y.

Do we have any alternative to use Bayesian Optimization in Hyperopt or Optuna ?

tenzen-y

tenzen-y commented on Mar 11, 2024

@tenzen-y
MemberAuthor

That is sad to hear @tenzen-y.

Do we have any alternative to use Bayesian Optimization in Hyperopt or Optuna ?

Unfortunately, both optuna and Hyperopt don't provide Bayesian sampler.

tenzen-y

tenzen-y commented on Mar 11, 2024

@tenzen-y
MemberAuthor

If we want to provide Bayesian sample, we need to implement it ourselves.

andreyvelich

andreyvelich commented on Mar 12, 2024

@andreyvelich
Member

Maybe we could check some Open Source BO implementations.
For example: https://github.com/bayesian-optimization/BayesianOptimization

Also, quite recently @contramundum53 added GPSampler support in Optuna: optuna/optuna#5185

Maybe we can re-use it.
cc @c-bata @a9p for your ideas here.

tenzen-y

tenzen-y commented on Mar 12, 2024

@tenzen-y
MemberAuthor

Also, quite recently @contramundum53 added GPSampler support in Optuna: optuna/optuna#5185

Oh, I didn't find that.

tenzen-y

tenzen-y commented on Mar 12, 2024

@tenzen-y
MemberAuthor

So, setting optuna as a default Bayesian sampler might be better.

contramundum53

contramundum53 commented on Mar 13, 2024

@contramundum53

@andreyvelich @tenzen-y I'm glad that you are considering integration of Optuna's GPSampler into katib!
GPSampler is planned to be released in Optuna v3.6, our next minor release. It is still experimental and future breaking changes/bugs are possible (the code is only a month old!), but if it's okay for you, we'll be happy to hear that.

25 remaining items

github-actions

github-actions commented on Jan 12, 2025

@github-actions

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

andreyvelich

andreyvelich commented on Jan 12, 2025

@andreyvelich
Member

/good-first-issue

If anyone want to work on this issue, we want to migrate to GPSampler from Optuna from skopt to perform bayesian optimization in Katib.

google-oss-prow

google-oss-prow commented on Jan 12, 2025

@google-oss-prow

@andreyvelich:
This request has been marked as suitable for new contributors.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.

In response to this:

/good-first-issue

If anyone want to work on this issue, we want to migrate to GPSampler from Optuna from skopt to perform bayesian optimization in Katib.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

akagami-harsh

akagami-harsh commented on Jan 13, 2025

@akagami-harsh

/assign

github-actions

github-actions commented on Apr 13, 2025

@github-actions

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tenzen-y

tenzen-y commented on Apr 14, 2025

@tenzen-y
MemberAuthor

/remove-lifecycle stale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Participants

    @contramundum53@andreyvelich@PeterWrighten@tenzen-y@akagami-harsh

    Issue actions

      Deprecate Skopt Suggestion Service · Issue #2280 · kubeflow/katib