optuna / optuna-examples

Examples for https://github.com/optuna/optuna
MIT License
674 stars 176 forks source link

Install optnua integration on ci. #183

Closed gen740 closed 1 year ago

gen740 commented 1 year ago

Motivation

Follow up of https://github.com/optuna/optuna/issues/4484.

Description of the changes

github-actions[bot] commented 1 year ago

This pull request has not seen any recent activity.

toshihikoyanase commented 1 year ago

You may already know, but the CI failed due to the missing module. I guess we need to replace import optuna.integration with import oputna_integration in allennlp/allennlp_simple.py and allennlp/allennlp_jsonnet.py.

    from optuna.integration.allennlp._dump_best_config import dump_best_config
ModuleNotFoundError: No module named 'optuna.integration.allennlp._dump_best_config'

https://github.com/optuna/optuna-examples/actions/runs/4676463827/jobs/8282887078?pr=183

gen740 commented 1 year ago

After merging https://github.com/optuna/optuna-integration/pull/15, this test has now become successful.

github-actions[bot] commented 1 year ago

This pull request has not seen any recent activity.