optuna / optuna-examples

Examples for https://github.com/optuna/optuna
MIT License
632 stars 171 forks source link

Add python 3.12 and run terminator search cv #264

Closed nzw0301 closed 3 weeks ago

nzw0301 commented 4 weeks ago

Motivation

https://github.com/optuna/optuna-examples/issues/230 and run a sklearn search cv by the CI.

Description of the changes

nzw0301 commented 4 weeks ago

I'm not sure why the skelarn's counter example script: https://github.com/optuna/optuna-examples/blob/main/sklearn/sklearn_optuna_search_cv_simple.py, is not executed by the CI job. Maybe additional pandas dependency?

nabenabe0928 commented 3 weeks ago

@nzw0301 We need the dependency for search cv as well. https://github.com/optuna/optuna-integration/blob/main/optuna_integration/sklearn/sklearn.py

https://github.com/optuna/optuna-integration/blob/main/optuna_integration/sklearn/requirements.txt