optuna / optuna-examples

Examples for https://github.com/optuna/optuna
MIT License
634 stars 172 forks source link

Install `optuna-integration` in `chainer` CI #176

Closed toshihikoyanase closed 1 year ago

toshihikoyanase commented 1 year ago

Motivation

Fix CI failure due to the optuna-integration migration. The implementation of optuna.integration.ChainerPruningExtension was removed from optuna.integration and moved to the optuna-integration package in https://github.com/optuna/optuna/pull/4370.

optuna-integration is required to run the Chainer examples now.

Description of the changes

toshihikoyanase commented 1 year ago

@gen740 @HideakiImamura This is a follow-up PR for https://github.com/optuna/optuna/pull/4370. So, could you review it, please?