File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ def __init__(self,
204204 cross-validation folds
205205 * ``cv_validation_scores``, the list of scores for each fold
206206
207- cv_results_ : dict of numpy (masked) ndarrays
207+ cv_results\_ : dict of numpy (masked) ndarrays
208208 A dict with keys as column headers and values as columns, that can be
209209 imported into a pandas ``DataFrame``.
210210
Original file line number Diff line number Diff line change 2828parent_directory = os .path .abspath (parent_directory )
2929sys .path .append (parent_directory )
3030
31+ import autosklearn
32+
3133# -- General configuration ------------------------------------------------
3234
3335# If your documentation needs a minimal Sphinx version, state it here.
6769# built documents.
6870#
6971# The short X.Y version.
70- version = '0.0.1dev'
72+ version = autosklearn . __version__
7173# The full version, including alpha/beta/rc tags.
72- release = '0.0.1dev'
74+ release = autosklearn . __version__
7375
7476# The language for content autogenerated by Sphinx. Refer to documentation
7577# for a list of supported languages.
Original file line number Diff line number Diff line change 6969******
7070
7171* :ref: `API `
72- * :ref: `resampling `
72+ * :ref: `manual `
7373* :ref: `extending `
7474
7575
You can’t perform that action at this time.
0 commit comments