File: plots.rst

package info (click to toggle)
scikit-optimize 0.10.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,684 kB
  • sloc: python: 10,659; javascript: 438; makefile: 136; sh: 6
file content (39 lines) | stat: -rw-r--r-- 1,069 bytes parent folder | download | duplicates (2)
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

.. _plots:

==============
Plotting tools
==============

.. currentmodule:: skopt.plots

Plotting functions can be used to visualize the optimization process.

plot_convergence
================
:class:`plot_convergence` plots one or several convergence traces.

.. figure:: ../auto_examples/images/sphx_glr_hyperparameter-optimization_001.png
   :target: ../auto_examples/hyperparameter-optimization.html
   :align: center

plot_evaluations
================
:class:`plot_evaluations` visualize the order in which points where sampled.

.. figure:: ../auto_examples/plots/images/sphx_glr_visualizing-results_002.png
   :target: ../auto_examples/plots/visualizing-results.html
   :align: center

plot_objective
==============
:class:`plot_objective` creates pairwise dependence plot of the objective function.

.. figure:: ../auto_examples/plots/images/sphx_glr_partial-dependence-plot_001.png
   :target: ../auto_examples/plots/partial-dependence-plot.html
   :align: center


plot_regret
===========
:class:`plot_regret` plot one or several cumulative regret traces.