optuna-integration
optuna-integration copied to clipboard
Installation instruction for each module
Motivation
In the following PR, the author mentioned that it is more convenient if we can install botorch directly from pip:
- https://github.com/optuna/optuna/issues/5197
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