optuna / optuna-integration

Extended functionalities for Optuna in combination with third-party libraries.
https://optuna-integration.readthedocs.io/en/latest/index.html
MIT License
39 stars 30 forks source link

Installation instruction for each module #121

Closed nabenabe0928 closed 3 months ago

nabenabe0928 commented 6 months ago

Motivation

In the following PR, the author mentioned that it is more convenient if we can install botorch directly from pip:

However, the documentation does not explain the installation. Furthermore, the error message does not also convey the installation guide.

Suggestion

That is why I think it is necessary to provide more detailed documentation or better error messages. Optionally, it is preferrable to be able to install the dependencies via pip, e.g. pip install optuna-integration[botorch].

Additional context (optional)

No response

nabenabe0928 commented 3 months ago

This issue was resolved:

So I will close this issue.