We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6b658 commit 3731243Copy full SHA for 3731243
doc/Makefile
@@ -2,7 +2,8 @@
2
#
3
4
# You can set these variables from the command line.
5
-SPHINXOPTS = -j auto
+# SPHINXOPTS = -j auto
6
+SPHINXOPTS =
7
SPHINXBUILD ?= sphinx-build
8
PAPER =
9
BUILDDIR = _build
skopt/space/space.py
@@ -6,6 +6,7 @@
import yaml
from scipy.stats.distributions import randint, rv_discrete, uniform
from sklearn.utils import check_random_state
+
10
try:
11
# Syntax from sklearn 1.5.0 onwards
12
from sklearn.utils._optional_dependencies import check_pandas_support
0 commit comments