Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sergioburdisso/pyss3
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioburdisso committed Mar 20, 2020
2 parents 23bd6e4 + c6fcb42 commit 591d76b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pip install pyss3
```
Or, if you already have installed an old version, update it with:
```console
pip install --upgrade pyss3
pip install -U pyss3
```

## Want to contribute to this Open Source project? :sparkles::octocat::sparkles:
Expand Down
6 changes: 3 additions & 3 deletions docs/user_guide/visualizations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ The Live Test tool is an interactive visualization tool that allows you to activ

.. _evaluation-plot:

Evaluation Plot
===============
Interactive 3D Evaluation Plot
==============================

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:

Expand Down Expand Up @@ -72,4 +72,4 @@ Finally, using the options panel you can hide and show different parts of the pl

.. image:: ../_static/evaluation-hover-volume.gif

This will allow you to better analyze the relationship between hyperparameters and performance.
This will allow you to better analyze the relationship between hyperparameters and performance.

0 comments on commit 591d76b

Please sign in to comment.