Rajat Khanduja
|
5e20b8c664
|
Fixed pep8 violations. Some 'line too long' errors still remain.
|
2014-05-15 09:23:16 +05:30 |
Rajat Khanduja
|
2244098532
|
Updated examples to use pyplot for plotting instead of pylab
Some examples not updated because scripts throw error (probably not
because of the change)
|
2014-05-15 02:18:07 +05:30 |
Arnaud Joly
|
59fd981037
|
Typo
|
2013-12-02 11:32:42 +01:00 |
Arnaud Joly
|
e778c3629f
|
DOC nicer plot
|
2013-12-02 11:32:42 +01:00 |
Arnaud Joly
|
8832bdedd3
|
DOC update example of precision-recall curve
|
2013-12-02 11:32:41 +01:00 |
Arnaud Joly
|
fbb62f4554
|
DOC extend roc example
|
2013-12-02 11:32:41 +01:00 |
Kyle Kastner
|
8b2d9ebf42
|
Added links to cross_val_score, auc_score, and recall_score
|
2013-08-21 11:02:35 +02:00 |
Kyle Kastner
|
4168576fee
|
Further expansion of the precision_recall curve explanation, spelling corrections, and general cleanup.
|
2013-08-21 11:02:35 +02:00 |
Kyle Kastner
|
5e3bc74e82
|
Adjusted to fit 80 character columns, and corrected definition of precision
|
2013-08-21 11:02:35 +02:00 |
Kyle Kastner
|
392866f6ea
|
Attempted a clearer explanation of precision-recall score
|
2013-08-21 11:02:35 +02:00 |
Kyle Kastner
|
3af3bb27ec
|
Clarified a few wordy sentences
|
2013-08-21 11:02:34 +02:00 |
Kyle Kastner
|
716bece132
|
Corrected some typos, and added more explanation for the precision recall example.
|
2013-08-21 11:02:34 +02:00 |
Kyle Kastner
|
2ddea88bfe
|
Updated with more explanatory text. Also changed to use train_test_split function
|
2013-08-21 11:02:34 +02:00 |
Vlad Niculae
|
d65de5e76c
|
Fix libsvm seed when predict_proba in tests and examples
|
2013-07-27 19:50:25 +02:00 |
Jaques Grobler
|
0016ea0843
|
gallery effects,icon change,cleanups
|
2013-03-18 13:52:20 +01:00 |
Lars Buitinck
|
837093df7f
|
P3K: use print as a function in the examples
Also corrected some typos, including two people misspelling their own names :)
|
2013-02-01 15:04:42 +01:00 |
Fabian Pedregosa
|
ddf4b72109
|
Move project directory from scikits.learn to sklearn
|
2011-09-02 12:06:57 +02:00 |
Fabian Pedregosa
|
68f27e3790
|
Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
|
2011-09-02 12:03:18 +02:00 |
Fabian Pedregosa
|
fd0d3b879d
|
Move project directory from scikits.learn to sklearn
|
2011-09-02 11:38:24 +02:00 |
Fabian Pedregosa
|
a6918a49a5
|
Generate thumbnails in the example gallery
|
2011-09-01 09:35:29 +02:00 |
Olivier Grisel
|
603ecdfa42
|
ENH: style fixes and better use of the scikit-learn API in ROC example
|
2011-06-04 05:49:38 +02:00 |
Alexandre Gramfort
|
ec1514ac19
|
ENH : more love in examples (adding print __doc__ + some brief descriptions in headers + fixing Anova SVC Pipeline example)
|
2010-11-02 11:38:06 +01:00 |
Mathieu Blondel
|
601ffe94ea
|
Rename roc to roc_curve.
|
2010-10-13 13:20:00 +09:00 |
Fabian Pedregosa
|
d85c81d6ce
|
Remove code from roc plotting that was interfering with build system.
This made other plots to be misplotted.
|
2010-06-26 09:02:50 -05:00 |
Alexandre Gramfort
|
46e17e2b7b
|
updating ROC example and adding an ROC example with cross-validation
|
2010-05-28 11:36:17 +02:00 |
Alexandre Gramfort
|
e1521060b4
|
moving ROC etc. to metrics.py
adding tests for metrics.py
adding examples for ROC, AUC, precision recall, confusion matrix
|
2010-05-26 14:40:29 +02:00 |