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].
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