Skip to content

Commit

Permalink
Update Evaluaton 3D Plot docunentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioburdisso committed Feb 25, 2020
1 parent 1bb1e5a commit a0bc715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user_guide/visualizations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The Live Test tool is an interactive visualization tool that allows you to activ
Evaluation Plot
===============

The evaluation plot can be automatically generated by the ``PySS3 Command Line`` tool using any of the following commands:
The evaluation plot can be automatically generated with the `Evaluation.plot() <../api/index.html#pyss3.util.Evaluation.plot>`__ function from the ``pyss3.util``'s ``Evaluation`` class, or with the ``PySS3 Command Line`` tool using any of the following commands:

* :code:`save evaluations` --- saves the interactive plot in a single and portable HTML file ("ss3_model_evaluation[*model_name*].html") in the current directory.

Expand Down Expand Up @@ -63,7 +63,7 @@ And when k-fold cross-validation is used, it is shown the confusion matrix obtai
.. image:: ../_static/evaluation-hover-k-fold.png


Additionally, when you click a data point, a list of useful commands for the ``PySS3 Command Line`` is shown, as shown below.
Additionally, when you click a data point, it is shown a list of useful snippets to replicate the experiment, remove that evaluation point from cache, or to test that configuration using the Live Test tool.

.. image:: ../_static/evaluation-click.gif

Expand Down

0 comments on commit a0bc715

Please sign in to comment.