Skip to content

Commit 52f226b

Browse files
committed
Pushing the docs for revision for branch: master, commit d9062c27c8c6e58e39f6ccc31e10c7d0d0146de6
1 parent 0d3a9a0 commit 52f226b

File tree

97 files changed

+561
-16266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+561
-16266
lines changed
Binary file not shown.
Binary file not shown.

_sources/auto_examples/ask-and-tell.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ and report the value back to the optimizer:
175175
fun: -0.032758350111535384
176176
func_vals: array([-0.03275835])
177177
models: []
178-
random_state: RandomState(MT19937) at 0x7FB6A30BB940
178+
random_state: RandomState(MT19937) at 0x7F5B01BC0940
179179
space: Space([Real(low=-2.0, high=2.0, prior='uniform', transform='identity')])
180180
specs: None
181181
x: [-1.7121321838148869]
@@ -312,7 +312,7 @@ meantime:
312312
313313
.. rst-class:: sphx-glr-timing
314314

315-
**Total running time of the script:** ( 0 minutes 2.800 seconds)
315+
**Total running time of the script:** ( 0 minutes 2.973 seconds)
316316

317317

318318
.. _sphx_glr_download_auto_examples_ask-and-tell.py:

_sources/auto_examples/bayesian-optimization.rst.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,13 @@ provide the following information:
267267
n_restarts_optimizer=2, noise=0.010000000000000002,
268268
normalize_y=True, optimizer='fmin_l_bfgs_b',
269269
random_state=843828734)]
270-
random_state: RandomState(MT19937) at 0x7FB6FF8B9D40
270+
random_state: RandomState(MT19937) at 0x7F5B5E3BED40
271271
space: Space([Real(low=-2.0, high=2.0, prior='uniform', transform='normalize')])
272-
specs: {'args': {'func': <function f at 0x7fb6f72b0ee0>, 'dimensions': Space([Real(low=-2.0, high=2.0, prior='uniform', transform='normalize')]), 'base_estimator': GaussianProcessRegressor(alpha=1e-10, copy_X_train=True,
272+
specs: {'args': {'func': <function f at 0x7f5b53d95820>, 'dimensions': Space([Real(low=-2.0, high=2.0, prior='uniform', transform='normalize')]), 'base_estimator': GaussianProcessRegressor(alpha=1e-10, copy_X_train=True,
273273
kernel=1**2 * Matern(length_scale=1, nu=2.5),
274274
n_restarts_optimizer=2, noise=0.010000000000000002,
275275
normalize_y=True, optimizer='fmin_l_bfgs_b',
276-
random_state=843828734), 'n_calls': 15, 'n_random_starts': 5, 'acq_func': 'EI', 'acq_optimizer': 'auto', 'x0': None, 'y0': None, 'random_state': RandomState(MT19937) at 0x7FB6FF8B9D40, 'verbose': False, 'callback': None, 'n_points': 10000, 'n_restarts_optimizer': 5, 'xi': 0.01, 'kappa': 1.96, 'n_jobs': 1, 'model_queue_size': None}, 'function': 'base_minimize'}
276+
random_state=843828734), 'n_calls': 15, 'n_random_starts': 5, 'acq_func': 'EI', 'acq_optimizer': 'auto', 'x0': None, 'y0': None, 'random_state': RandomState(MT19937) at 0x7F5B5E3BED40, 'verbose': False, 'callback': None, 'n_points': 10000, 'n_restarts_optimizer': 5, 'xi': 0.01, 'kappa': 1.96, 'n_jobs': 1, 'model_queue_size': None}, 'function': 'base_minimize'}
277277
x: [-0.2861162952526968]
278278
x_iters: [[0.8518212820929092], [-0.2861162952526968], [0.7635394201074472], [0.8766012406190926], [-0.03552426626961047], [-0.34247541478780397], [-0.26155519596964205], [-0.4646415758058908], [-0.31387649972906195], [1.38961533306915], [-1.9998214636995275], [-1.218993447030592], [2.0], [0.37684326379289823], [-1.6363051829417985]]
279279
@@ -305,7 +305,7 @@ the last iteration:
305305
.. code-block:: none
306306
307307
308-
<matplotlib.axes._subplots.AxesSubplot object at 0x7fb66f132340>
308+
<matplotlib.axes._subplots.AxesSubplot object at 0x7f5aca717310>
309309
310310
311311
@@ -476,7 +476,7 @@ because the GP does not gain anything more by further exploration:
476476

477477
.. rst-class:: sphx-glr-timing
478478

479-
**Total running time of the script:** ( 0 minutes 2.638 seconds)
479+
**Total running time of the script:** ( 0 minutes 2.730 seconds)
480480

481481

482482
.. _sphx_glr_download_auto_examples_bayesian-optimization.py:

_sources/auto_examples/hyperparameter-optimization.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,14 @@ Convergence plot
207207
.. code-block:: none
208208
209209
210-
<matplotlib.axes._subplots.AxesSubplot object at 0x7fb6f709da60>
210+
<matplotlib.axes._subplots.AxesSubplot object at 0x7f5b53d942b0>
211211
212212
213213
214214
215215
.. rst-class:: sphx-glr-timing
216216

217-
**Total running time of the script:** ( 0 minutes 53.164 seconds)
217+
**Total running time of the script:** ( 1 minutes 22.113 seconds)
218218

219219

220220
.. _sphx_glr_download_auto_examples_hyperparameter-optimization.py:

_sources/auto_examples/interruptible-optimization.rst.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ and pass it to the minimizer:
163163
n_restarts_optimizer=2, noise='gaussian',
164164
normalize_y=True, optimizer='fmin_l_bfgs_b',
165165
random_state=655685735)]
166-
random_state: RandomState(MT19937) at 0x7FB6F2A33740
166+
random_state: RandomState(MT19937) at 0x7F5B53682740
167167
space: Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')])
168-
specs: {'args': {'func': <function obj_fun at 0x7fb6f72b0d30>, 'dimensions': Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')]), 'base_estimator': GaussianProcessRegressor(alpha=1e-10, copy_X_train=True,
168+
specs: {'args': {'func': <function obj_fun at 0x7f5b53f64d30>, 'dimensions': Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')]), 'base_estimator': GaussianProcessRegressor(alpha=1e-10, copy_X_train=True,
169169
kernel=1**2 * Matern(length_scale=1, nu=2.5),
170170
n_restarts_optimizer=2, noise='gaussian',
171171
normalize_y=True, optimizer='fmin_l_bfgs_b',
172-
random_state=655685735), 'n_calls': 10, 'n_random_starts': 0, 'acq_func': 'LCB', 'acq_optimizer': 'auto', 'x0': [-20.0], 'y0': None, 'random_state': RandomState(MT19937) at 0x7FB6F2A33740, 'verbose': False, 'callback': [<skopt.callbacks.CheckpointSaver object at 0x7fb66e5a5850>], 'n_points': 10000, 'n_restarts_optimizer': 5, 'xi': 0.01, 'kappa': 1.96, 'n_jobs': 1, 'model_queue_size': None}, 'function': 'base_minimize'}
172+
random_state=655685735), 'n_calls': 10, 'n_random_starts': 0, 'acq_func': 'LCB', 'acq_optimizer': 'auto', 'x0': [-20.0], 'y0': None, 'random_state': RandomState(MT19937) at 0x7F5B53682740, 'verbose': False, 'callback': [<skopt.callbacks.CheckpointSaver object at 0x7f5acd07fc10>], 'n_points': 10000, 'n_restarts_optimizer': 5, 'xi': 0.01, 'kappa': 1.96, 'n_jobs': 1, 'model_queue_size': None}, 'function': 'base_minimize'}
173173
x: [20.0]
174174
x_iters: [[-20.0], [20.0], [20.0], [-20.0], [-20.0], [20.0], [-20.0], [20.0], [20.0], [20.0]]
175175
@@ -321,14 +321,14 @@ The previous results can then be used to continue the optimization process:
321321
n_restarts_optimizer=2, noise='gaussian',
322322
normalize_y=True, optimizer='fmin_l_bfgs_b',
323323
random_state=655685735)]
324-
random_state: RandomState(MT19937) at 0x7FB6F2A33740
324+
random_state: RandomState(MT19937) at 0x7F5B53682740
325325
space: Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')])
326-
specs: {'args': {'func': <function obj_fun at 0x7fb6f72b0d30>, 'dimensions': Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')]), 'base_estimator': GaussianProcessRegressor(alpha=1e-10, copy_X_train=True,
326+
specs: {'args': {'func': <function obj_fun at 0x7f5b53f64d30>, 'dimensions': Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')]), 'base_estimator': GaussianProcessRegressor(alpha=1e-10, copy_X_train=True,
327327
kernel=1**2 * Matern(length_scale=1, nu=2.5),
328328
n_restarts_optimizer=2, noise='gaussian',
329329
normalize_y=True, optimizer='fmin_l_bfgs_b',
330330
random_state=655685735), 'n_calls': 10, 'n_random_starts': 0, 'acq_func': 'LCB', 'acq_optimizer': 'auto', 'x0': [[-20.0], [20.0], [20.0], [-20.0], [-20.0], [20.0], [-20.0], [20.0], [20.0], [20.0]], 'y0': array([-0.04682088, -0.08228249, -0.00653801, -0.07133619, 0.09063509,
331-
0.07662367, 0.08260541, -0.13236828, -0.17524445, 0.10024491]), 'random_state': RandomState(MT19937) at 0x7FB6F2A33740, 'verbose': False, 'callback': [<skopt.callbacks.CheckpointSaver object at 0x7fb66e5a5850>], 'n_points': 10000, 'n_restarts_optimizer': 5, 'xi': 0.01, 'kappa': 1.96, 'n_jobs': 1, 'model_queue_size': None}, 'function': 'base_minimize'}
331+
0.07662367, 0.08260541, -0.13236828, -0.17524445, 0.10024491]), 'random_state': RandomState(MT19937) at 0x7F5B53682740, 'verbose': False, 'callback': [<skopt.callbacks.CheckpointSaver object at 0x7f5acd07fc10>], 'n_points': 10000, 'n_restarts_optimizer': 5, 'xi': 0.01, 'kappa': 1.96, 'n_jobs': 1, 'model_queue_size': None}, 'function': 'base_minimize'}
332332
x: [20.0]
333333
x_iters: [[-20.0], [20.0], [20.0], [-20.0], [-20.0], [20.0], [-20.0], [20.0], [20.0], [20.0], [20.0], [20.0], [-20.0], [-20.0], [-20.0], [-20.0], [-20.0], [-20.0], [-20.0], [-20.0]]
334334
@@ -350,7 +350,7 @@ for more information on how the results get saved and possible caveats
350350

351351
.. rst-class:: sphx-glr-timing
352352

353-
**Total running time of the script:** ( 0 minutes 3.923 seconds)
353+
**Total running time of the script:** ( 0 minutes 3.936 seconds)
354354

355355

356356
.. _sphx_glr_download_auto_examples_interruptible-optimization.py:

_sources/auto_examples/parallel-optimization.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ scikit-optimize.
119119
120120
.. rst-class:: sphx-glr-timing
121121

122-
**Total running time of the script:** ( 0 minutes 45.126 seconds)
122+
**Total running time of the script:** ( 1 minutes 5.223 seconds)
123123

124124

125125
.. _sphx_glr_download_auto_examples_parallel-optimization.py:

_sources/auto_examples/sg_execution_times.rst.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55

66
Computation times
77
=================
8-
**16:25.220** total execution time for **auto_examples** files:
8+
**18:55.071** total execution time for **auto_examples** files:
99

1010
+-------------------------------------------------------------------------------------------------------------+-----------+--------+
11-
| :ref:`sphx_glr_auto_examples_visualizing-results.py` (``visualizing-results.py``) | 07:34.032 | 0.0 MB |
11+
| :ref:`sphx_glr_auto_examples_visualizing-results.py` (``visualizing-results.py``) | 07:40.760 | 0.0 MB |
1212
+-------------------------------------------------------------------------------------------------------------+-----------+--------+
13-
| :ref:`sphx_glr_auto_examples_strategy-comparison.py` (``strategy-comparison.py``) | 05:50.887 | 0.0 MB |
13+
| :ref:`sphx_glr_auto_examples_strategy-comparison.py` (``strategy-comparison.py``) | 07:20.455 | 0.0 MB |
1414
+-------------------------------------------------------------------------------------------------------------+-----------+--------+
15-
| :ref:`sphx_glr_auto_examples_sklearn-gridsearchcv-replacement.py` (``sklearn-gridsearchcv-replacement.py``) | 01:09.956 | 0.0 MB |
15+
| :ref:`sphx_glr_auto_examples_hyperparameter-optimization.py` (``hyperparameter-optimization.py``) | 01:22.113 | 0.0 MB |
1616
+-------------------------------------------------------------------------------------------------------------+-----------+--------+
17-
| :ref:`sphx_glr_auto_examples_hyperparameter-optimization.py` (``hyperparameter-optimization.py``) | 00:53.164 | 0.0 MB |
17+
| :ref:`sphx_glr_auto_examples_sklearn-gridsearchcv-replacement.py` (``sklearn-gridsearchcv-replacement.py``) | 01:14.203 | 0.0 MB |
1818
+-------------------------------------------------------------------------------------------------------------+-----------+--------+
19-
| :ref:`sphx_glr_auto_examples_parallel-optimization.py` (``parallel-optimization.py``) | 00:45.126 | 0.0 MB |
19+
| :ref:`sphx_glr_auto_examples_parallel-optimization.py` (``parallel-optimization.py``) | 01:05.223 | 0.0 MB |
2020
+-------------------------------------------------------------------------------------------------------------+-----------+--------+
21-
| :ref:`sphx_glr_auto_examples_interruptible-optimization.py` (``interruptible-optimization.py``) | 00:03.923 | 0.0 MB |
21+
| :ref:`sphx_glr_auto_examples_interruptible-optimization.py` (``interruptible-optimization.py``) | 00:03.936 | 0.0 MB |
2222
+-------------------------------------------------------------------------------------------------------------+-----------+--------+
23-
| :ref:`sphx_glr_auto_examples_ask-and-tell.py` (``ask-and-tell.py``) | 00:02.800 | 0.0 MB |
23+
| :ref:`sphx_glr_auto_examples_ask-and-tell.py` (``ask-and-tell.py``) | 00:02.973 | 0.0 MB |
2424
+-------------------------------------------------------------------------------------------------------------+-----------+--------+
25-
| :ref:`sphx_glr_auto_examples_store-and-load-results.py` (``store-and-load-results.py``) | 00:02.694 | 0.0 MB |
25+
| :ref:`sphx_glr_auto_examples_bayesian-optimization.py` (``bayesian-optimization.py``) | 00:02.730 | 0.0 MB |
2626
+-------------------------------------------------------------------------------------------------------------+-----------+--------+
27-
| :ref:`sphx_glr_auto_examples_bayesian-optimization.py` (``bayesian-optimization.py``) | 00:02.638 | 0.0 MB |
27+
| :ref:`sphx_glr_auto_examples_store-and-load-results.py` (``store-and-load-results.py``) | 00:02.677 | 0.0 MB |
2828
+-------------------------------------------------------------------------------------------------------------+-----------+--------+

_sources/auto_examples/sklearn-gridsearchcv-replacement.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ calculated with `total_iterations` property, as in the code below.
364364
365365
.. rst-class:: sphx-glr-timing
366366

367-
**Total running time of the script:** ( 1 minutes 9.956 seconds)
367+
**Total running time of the script:** ( 1 minutes 14.203 seconds)
368368

369369

370370
.. _sphx_glr_download_auto_examples_sklearn-gridsearchcv-replacement.py:

_sources/auto_examples/store-and-load-results.rst.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,6 @@ We will use the same optimization problem as in the
111111
warnings.warn("The objective has been evaluated "
112112
/root/project/skopt/optimizer/optimizer.py:409: UserWarning: The objective has been evaluated at this point before.
113113
warnings.warn("The objective has been evaluated "
114-
/root/project/skopt/optimizer/optimizer.py:409: UserWarning: The objective has been evaluated at this point before.
115-
warnings.warn("The objective has been evaluated "
116-
/root/project/skopt/optimizer/optimizer.py:409: UserWarning: The objective has been evaluated at this point before.
117-
warnings.warn("The objective has been evaluated "
118114
119115
120116
@@ -172,7 +168,7 @@ And load from file using :class:`skopt.load`:
172168
.. code-block:: none
173169
174170
175-
-0.20989221173875044
171+
-0.19571605508900328
176172
177173
178174
@@ -206,7 +202,7 @@ level (highest in this case):
206202
.. code-block:: none
207203
208204
Without compression: 80120 bytes
209-
Compressed with gz: 19386 bytes
205+
Compressed with gz: 21139 bytes
210206
211207
212208
@@ -294,7 +290,7 @@ copy is created:
294290
295291
.. rst-class:: sphx-glr-timing
296292

297-
**Total running time of the script:** ( 0 minutes 2.694 seconds)
293+
**Total running time of the script:** ( 0 minutes 2.677 seconds)
298294

299295

300296
.. _sphx_glr_download_auto_examples_store-and-load-results.py:

_sources/auto_examples/strategy-comparison.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Note that this can take a few minutes.
206206
.. code-block:: none
207207
208208
209-
<matplotlib.legend.Legend object at 0x7fb66e601550>
209+
<matplotlib.legend.Legend object at 0x7f5acd12c730>
210210
211211
212212
@@ -227,7 +227,7 @@ values that are below the true value simply because they are fluctuations.
227227

228228
.. rst-class:: sphx-glr-timing
229229

230-
**Total running time of the script:** ( 5 minutes 50.887 seconds)
230+
**Total running time of the script:** ( 7 minutes 20.455 seconds)
231231

232232

233233
.. _sphx_glr_download_auto_examples_strategy-comparison.py:

_sources/auto_examples/visualizing-results.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ in both the placement of samples and the partial dependence plots.
359359

360360
.. rst-class:: sphx-glr-timing
361361

362-
**Total running time of the script:** ( 7 minutes 34.032 seconds)
362+
**Total running time of the script:** ( 7 minutes 40.760 seconds)
363363

364364

365365
.. _sphx_glr_download_auto_examples_visualizing-results.py:

_sources/whats_new.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Release notes for all scikit-optimize releases are linked in this this page.
88
.. toctree::
99
:maxdepth: 1
1010

11+
Version 0.7.1 <whats_new/v0.7.1.rst>
1112
Version 0.7 <whats_new/v0.7.rst>
1213
Version 0.6 <whats_new/v0.6.rst>
1314
Version 0.5 <whats_new/v0.5.rst>

_sources/whats_new/v0.7.1.rst.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Version 0.7.1
2+
=============
3+
4+
New features
5+
------------
6+
7+
* Sphinx documentation
8+
* notebooks are replaced by sphinx-gallery
9+
* New StringEncoder, can be used in Categoricals
10+
* Remove string conversion in Identity
11+
* dtype can be set in Integer and Real
12+
13+
Bug fixes
14+
---------
15+
16+
* Fix categorical space (issue #821)
17+
* int can be set as dtype to fix issue #790
18+
19+
Maintenance
20+
-----------
21+
22+
* Old pdoc scripts are removed and replaced by sphinx

auto_examples/ask-and-tell.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h2>The Setup<a class="headerlink" href="#the-setup" title="Permalink to this he
217217
<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span> fun: -0.032758350111535384
218218
func_vals: array([-0.03275835])
219219
models: []
220-
random_state: RandomState(MT19937) at 0x7FB6A30BB940
220+
random_state: RandomState(MT19937) at 0x7F5B01BC0940
221221
space: Space([Real(low=-2.0, high=2.0, prior=&#39;uniform&#39;, transform=&#39;identity&#39;)])
222222
specs: None
223223
x: [-1.7121321838148869]
@@ -300,7 +300,7 @@ <h2>The Setup<a class="headerlink" href="#the-setup" title="Permalink to this he
300300
<span class="n">opt_restored</span> <span class="o">=</span> <a href="https://docs.python.org/3/library/pickle.html#pickle.load" title="View documentation for pickle.load"><span class="n">pickle</span><span class="o">.</span><span class="n">load</span></a><span class="p">(</span><span class="n">f</span><span class="p">)</span>
301301
</pre></div>
302302
</div>
303-
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 2.800 seconds)</p>
303+
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 2.973 seconds)</p>
304304
<div class="sphx-glr-footer class sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-ask-and-tell-py">
305305
<div class="binder-badge docutils container">
306306
<a class="reference external image-reference" href="https://mybinder.org/v2/gh/scikit-optimize/scikit-optimize/master?urlpath=lab/tree/notebooks/auto_examples/ask-and-tell.ipynb"><img alt="https://mybinder.org/badge_logo.svg" src="https://mybinder.org/badge_logo.svg" width="150px" /></a>

0 commit comments

Comments
 (0)