Add introduction of OptunaHub in docs#6171
Merged
nabenabe0928 merged 7 commits intooptuna:masterfrom Jun 26, 2025
Merged
Conversation
…sawa-yugo/create_optunahub_intro
Contributor
|
@c-bata Could you review this PR? |
Comment on lines
+102
to
+119
| OptunaHub | ||
| --------- | ||
|
|
||
| `OptunaHub <https://hub.optuna.org/>`__ is a platform for third-party packages designed for Optuna. | ||
| OptunaHub provides a collection of packages that are not included in the official Optuna distribution. | ||
| Users can also share their own packages on it. | ||
| You can check the official documentation of OptunaHub `here <https://optuna.github.io/optunahub/>`__. | ||
|
|
||
| .. image:: ../image/optunahub-introduction.png | ||
| :width: 800px | ||
|
|
||
| ``optunahub`` can be installed via pip: | ||
|
|
||
| .. code-block:: console | ||
|
|
||
| $ pip install optunahub | ||
|
|
||
|
|
Contributor
There was a problem hiding this comment.
How about using the content in this section for consistency?
c-bata
approved these changes
Jun 26, 2025
Member
There was a problem hiding this comment.
LGTM.
@nabenabe0928 Please use a "Squash and merge" option when merging this PR. This will prevent the original large image from being included in the git history (for faster git clone and pip install git+https://github.com/optuna/optuna.git).
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
Contributor
Author
|
Thank you for your reviews!! |
nabenabe0928
approved these changes
Jun 26, 2025
Contributor
nabenabe0928
left a comment
There was a problem hiding this comment.
Thank you for the updates, LGTM!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
While there is information available on OptunaDashboard, it would be helpful to include an overview of OptunaHub as well.
Description of the changes
I added introduction of OptunaHub like below.
