-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
300 lines (276 loc) · 14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Description" content="scikit-optimize: machine learning in Python">
<title>scikit-optimize: sequential model-based optimization in Python — scikit-optimize 0.8.1 documentation</title>
<link rel="canonical" href="https://scikit-optimize.github.io/index.html" />
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="stylesheet" href="_static/css/vendor/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="_static/gallery.css" type="text/css" />
<link rel="stylesheet" href="_static/gallery-binder.css" type="text/css" />
<link rel="stylesheet" href="_static/gallery-dataframe.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
</head>
<body>
<nav id="navbar" class="sk-landing-navbar navbar navbar-expand-md navbar-light bg-light py-0">
<div class="container-fluid sk-landing-container px-0">
<a class="navbar-brand py-0" href="#">
<img
class="sk-brand-img"
src="_static/logo.png"
alt="logo"/>
</a>
<button
id="sk-navbar-toggler"
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="sk-navbar-collapse collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="sk-nav-link nav-link" href="install.html">Install</a>
</li>
<li class="nav-item">
<a class="sk-nav-link nav-link" href="user_guide.html">User Guide</a>
</li>
<li class="nav-item">
<a class="sk-nav-link nav-link" href="modules/classes.html">API</a>
</li>
<li class="nav-item">
<a class="sk-nav-link nav-link" href="auto_examples/index.html">Examples</a>
</li>
<li class="nav-item">
<a class="sk-nav-link nav-link nav-more-item-mobile-items" href="getting_started.html">Getting Started</a>
</li>
<li class="nav-item">
<a class="sk-nav-link nav-link nav-more-item-mobile-items" href="development.html">Development</a>
</li>
<li class="nav-item">
<a class="sk-nav-link nav-link nav-more-item-mobile-items" href="https://github.com/scikit-optimize/scikit-optimize">GitHub</a>
</li>
<li class="nav-item">
<a class="sk-nav-link nav-link nav-more-item-mobile-items" href="https://scikit-optimize.github.io/dev/versions.html">Other Versions</a>
</li>
<li class="nav-item dropdown nav-more-item-dropdown">
<a class="sk-nav-link nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">More</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="sk-nav-dropdown-item dropdown-item" href="getting_started.html">Getting Started</a>
<a class="sk-nav-dropdown-item dropdown-item" href="development.html">Development</a>
<a class="sk-nav-dropdown-item dropdown-item" href="https://github.com/scikit-optimize/scikit-optimize">GitHub</a>
<a class="sk-nav-dropdown-item dropdown-item" href="https://scikit-optimize.github.io/dev/versions.html">Other Versions</a>
</div>
</li>
</ul>
<div id="searchbox" role="search">
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input class="sk-search-text-input" type="text" name="q" aria-labelledby="searchlabel" />
<input class="sk-search-text-btn" type="submit" value="Go" />
</form>
</div>
</div>
</div>
</div>
</nav>
<div class="container-fluid sk-landing-bg py-3">
<div class="container sk-landing-container">
<div class="row">
<div class="col-md-6 mb-3 mb-md-0">
<h1 class="sk-landing-header text-dark text-monospace">scikit-optimize</h1>
<h4 class="sk-landing-subheader text-dark font-italic mb-3">Sequential model-based optimization in Python</h4>
<a class="btn sk-landing-btn mb-1" href="getting_started.html" role="button">Getting Started</a>
<a class="btn sk-landing-btn mb-1" href="whats_new/v0.8.html" role="button">What's New in 0.8.1</a>
<a class="btn sk-landing-btn mb-1" href="https://github.com/scikit-optimize/scikit-optimize" role="button">GitHub</a>
</div>
<div class="col-md-6 d-flex">
<ul class="sk-landing-header-body">
<li>Sequential model-based optimization</li>
<li>Built on NumPy, SciPy, and Scikit-Learn</li>
<li>Open source, commercially usable - BSD license</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container sk-landing-container pt-3 body" role="main">
<div class="row no-gutters">
<div class="col-md-4 mb-3 px-md-2 sk-px-xl-4">
<div class="card h-100">
<div class="card-body">
<a href="auto_examples/sklearn-gridsearchcv-replacement.html"><h4 class="sk-card-title card-title">BayesSearchCV</h4></a>
<p class="card-text">Scikit-learn hyperparameter search wrapper.</p>
<p class="card-text"> Search for parameters of machine learning models that result in best cross-validation performance</br>
<strong>Algorithms:</strong>
<a href="modules/generated/skopt.BayesSearchCV.html">BayesSearchCV</a></p>
</div>
<div class="overflow-hidden mx-2 text-center flex-fill">
<a href="auto_examples/sklearn-gridsearchcv-replacement.html" aria-label="sklearn-gridsearchcv-replacement">
<img src="_images/sphx_glr_sklearn-gridsearchcv-replacement_001.png" class="sk-index-img" alt="Scikit-learn hyperparameter search wrapper">
</a>
</div>
</div>
</div>
<div class="col-md-4 mb-3 px-md-2 sk-px-xl-4">
<div class="card h-100">
<div class="card-body">
<a href="auto_examples/hyperparameter-optimization.html"><h4 class="sk-card-title card-title">Tuning</h4></a>
<p class="card-text">Tuning a scikit-learn estimator with skopt</p>
</div>
<div class="overflow-hidden mx-2 text-center flex-fill">
<a href="auto_examples/hyperparameter-optimization.html" aria-label="Tuning the hyper-parameters ">
<img src="_images/sphx_glr_hyperparameter-optimization_001.png" class="sk-index-img" alt="Tuning the hyper-parameters">
</a>
</div>
</div>
</div>
<div class="col-md-4 mb-3 px-md-2 sk-px-xl-4">
<div class="card h-100">
<div class="card-body">
<a href="modules/plots.html"><h4 class="sk-card-title card-title">Visualizing</h4></a>
<p class="card-text">Visualizing optimization results</p>
</div>
<div class="overflow-hidden mx-2 text-center flex-fill">
<a href="auto_examples/plots/visualizing-results.html" aria-label="Visualizing">
<img src="_images/sphx_glr_visualizing-results_006.png" class="sk-index-img" alt="Visualizing">
</a>
</div>
</div>
</div>
<div class="col-md-4 mb-3 px-md-2 sk-px-xl-4">
<div class="card h-100">
<div class="card-body">
<a href="auto_examples/strategy-comparison.html"><h4 class="sk-card-title card-title">Comparing surrogate models</h4></a>
<p class="card-text">Comparing surrogate models</p>
<strong>Algorithms:</strong>
<a href="modules/minimize_functions.html#skopt.dummy_minimize">dummy_minimize</a>, <a href="modules/minimize_functions.html#skopt.gp_minimize">gp_minimize</a>,
<a href="modules/minimize_functions.html#skopt.forest_minimize">forest_minimize</a></p>
</div>
<div class="overflow-hidden mx-2 text-center flex-fill">
<a href="auto_examples/strategy-comparison.html" aria-label="Comparing surrogate models">
<img src="_images/sphx_glr_strategy-comparison_002.png" class="sk-index-img" alt="Comparing surrogate models">
</a>
</div>
</div>
</div>
<div class="col-md-4 mb-3 px-md-2 sk-px-xl-4">
<div class="card h-100">
<div class="card-body">
<a href="auto_examples/bayesian-optimization.html"><h4 class="sk-card-title card-title">Bayesian optimization</h4></a>
<p class="card-text">Bayesian optimization with skopt</p>
<strong>Algorithms:</strong>
<a href="modules/generated/skopt.gp_minimize.html">gp_minimize</a></p>
</div>
<div class="overflow-hidden mx-2 text-center flex-fill">
<a href="auto_examples/bayesian-optimization.html" aria-label="Bayesian optimization">
<img src="_images/sphx_glr_bayesian-optimization_004.png" class="sk-index-img" alt="Bayesian optimization">
</a>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid sk-landing-bg-more-info py-3">
<div class="container sk-landing-container">
<div class="row">
<div class="col-md-4">
<h4 class="sk-landing-call-header">News</h4>
<ul class="sk-landing-call-list list-unstyled">
<li><strong>On-going development:</strong>
<a href="https://scikit-optimize.github.io/dev/whats_new.html"><strong>What's new</strong> (Changelog)</a>
</li>
<li><strong>Sep 2020.</strong> scikit-optimize 0.8.1 (<a href="whats_new/v0.8.html#version-0-8-1">Changelog</a>).
<li><strong>Sep 2020.</strong> scikit-optimize 0.8 (<a href="whats_new/v0.8.html#version-0-8">Changelog</a>).
<li><strong>Feb 2020.</strong> scikit-optimize 0.7.2 (<a href="whats_new/v0.7.html#version-0-7-2">Changelog</a>).
<li><strong>Feb 2020.</strong> scikit-optimize 0.7.1 (<a href="whats_new/v0.7.html#version-0-7-1">Changelog</a>).
<li><strong>Jan 2020.</strong> scikit-optimize 0.7 (<a href="whats_new/v0.7.html#version-0-7">Changelog</a>).
<li><strong>April 2018.</strong> scikit-optimize 0.6 (<a href="whats_new/v0.6.html">Changelog</a>).
<li><strong>Mar 2018.</strong> scikit-optimize 0.5 (<a href="whats_new/v0.5.html">Changelog</a>).
<li><strong>Aug 2017.</strong> scikit-optimize 0.4 (<a href="whats_new/v0.4.html">Changelog</a>).
<li><strong>Feb 2017.</strong> scikit-optimize 0.3 (<a href="whats_new/v0.3.html">Changelog</a>).
<li><strong>Oct 2016.</strong> scikit-optimize 0.2 (<a href="whats_new/v0.2.html">Changelog</a>).
<li><strong>Aug 2016.</strong> scikit-optimize 0.1 (<a href="whats_new/v0.1.html">Changelog</a>).
</ul>
</div>
<div class="col-md-4">
<h4 class="sk-landing-call-header">Community</h4>
<ul class="sk-landing-call-list list-unstyled">
<li><strong>Questions?</strong> See <a href="https://stackoverflow.com/questions/tagged/scikit-optimize">stackoverflow</a></li>
<li><strong>Gitter:</strong> <a href="https://gitter.im/scikit-optimize/Lobby">gitter.im/scikit-optimize</a></li>
</ul>
</div>
</div>
</div>
</div>
<script src="_static/js/vendor/bootstrap.min.js"></script>
<script>
$(document).ready(function() {
/* Add a [>>>] button on the top-right corner of code sampler to hide
* the >>> and ... prompts and the output and thus make the code
* copyable. */
var div = $('.highlight-python .highlight,' +
'.highlight-python3 .highlight,' +
'.highlight-pycon .highlight,' +
'.highlight-default .highlight')
var pre = div.find('pre');
// get the styles from the current theme
pre.parent().parent().css('position', 'relative');
var hide_text = 'Hide prompts and outputs';
var show_text = 'Show prompts and outputs';
// create and add the button to all the code blocks that contain >>>
div.each(function(index) {
var jthis = $(this);
if (jthis.find('.gp').length > 0) {
var button = $('<span class="copybutton">>>></span>');
button.attr('title', hide_text);
button.data('hidden', 'false');
jthis.prepend(button);
}
// tracebacks (.gt) contain bare text elements that need to be
// wrapped in a span to work with .nextUntil() (see later)
jthis.find('pre:has(.gt)').contents().filter(function() {
return ((this.nodeType == 3) && (this.data.trim().length > 0));
}).wrap('<span>');
});
// define the behavior of the button when it's clicked
$('.copybutton').click(function(e){
e.preventDefault();
var button = $(this);
if (button.data('hidden') === 'false') {
// hide the code output
button.parent().find('.go, .gp, .gt').hide();
button.next('pre').find('.gt').nextUntil('.gp, .go').css('visibility', 'hidden');
button.css('text-decoration', 'line-through');
button.attr('title', show_text);
button.data('hidden', 'true');
} else {
// show the code output
button.parent().find('.go, .gp, .gt').show();
button.next('pre').find('.gt').nextUntil('.gp, .go').css('visibility', 'visible');
button.css('text-decoration', 'none');
button.attr('title', hide_text);
button.data('hidden', 'false');
}
});
/*** Add permalink buttons next to glossary terms ***/
$('dl.glossary > dt[id]').append(function() {
return ('<a class="headerlink" href="#' +
this.getAttribute('id') +
'" title="Permalink to this term">¶</a>');
});
});
</script>
<script src="https://scikit-optimize.github.io/versionwarning.js"></script>
</body>
</html>