-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
27
doc/visual-programming/source/widgets/visualize/nomogram.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |