docs: remove scikit-optimize references from docs

This commit is contained in:
Matthias
2025-04-23 19:17:43 +02:00
parent 8a9b31eccd
commit 8af9875d45
2 changed files with 1 additions and 5 deletions

View File

@@ -175,7 +175,6 @@ Possible values are either one of "NSGAIISampler", "TPESampler", "GPSampler", "C
Some research will be necessary to find additional Samplers (from optunahub) for example.
!!! Note
While custom estimators can be provided, it's up to you as User to do research on possible parameters and analyze / understand which ones should be used.
If you're unsure about this, best use one of the Defaults (`"NSGAIIISampler"` has proven to be the most versatile) without further parameters.