Skip to content

Commit

Permalink
OWNomogram: Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
VesnaT committed Jan 27, 2017
1 parent 042a661 commit 133dbbc
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/visual-programming/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Visualize
widgets/visualize/silhouetteplot
widgets/visualize/treeviewer
widgets/visualize/geomap
widgets/visualize/nomogram


Classify
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions doc/visual-programming/source/widgets/visualize/nomogram.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Nomogram
========

.. figure:: icons/nomogram.png

Nomograms for visualization of Naive Bayes and Logistic Regression classifiers.

Signals
-------

**Inputs**:

- **Classifier**

A trained classifier (Naive Bayes or Logistic regression).

- **Data**

Data instance.

Description
-----------

**Nomogram** widget models the probability of the selected class. It also reveals the structure
of the model and the relative influences of the feature values to the class probabilities.
The probability fot the chosen class is computed by 1. vs. all principle, which should be taken
in consideration when dealing with multiclass data (alternating probabilities do not sum to 1).

0 comments on commit 133dbbc

Please sign in to comment.