Basil Beirouti
3dc8d2f83b
DOC additional fixes to 20 newsgroups to prevent TypeError ( #8204 )
...
* removed stray space in '__main__ '
* fixed pipeline bug causing TypeError and removed incorrect keyword argument
pipeline was not created properly (both classes had .predict) causing
TypeError to be thrown.
Also removed incorrect keyword argument loss=“l2” for LinearSVC
2017-01-16 00:09:44 +11:00
Basil Beirouti
cbddb92e29
removed stray space in '__main__ ' ( #8203 )
2017-01-15 09:25:17 +01:00
Aman Dalmia
61ec187ea8
[MRG+1] BUG: adding check for ipython notebook ( #7924 )
...
* BUG: adding check for ipython notebook
* DOC: adding fix for other examples having the same issue
* DOC: remove unused code
* ENH: added change to make sphinx-gallery tests pass
* FIX: adding fix for document_clustering.py
* DOC: reverting redundant whitespace added to svm_gui.py
* DOC: adding note mentioning the work-around
* DOC: adding note mentioning the workaround
* Fix flake8
2016-12-08 11:53:01 -05:00
Mikhail Korobov
6b381ae3a7
DOC use target_names over named categories in 20newsgroups example ( #7423 )
2016-10-26 00:20:30 +11:00
Lars Buitinck
2e4aafd19c
MAINT remove my email address
...
I'm getting too many individual support requests. People should
use the mailing list.
2016-03-04 10:43:41 +01:00
johannah
844fbae9e1
added colorblind compatibility
2015-10-23 11:15:35 +02:00
Ben Davies
3d8114ecac
use a pipeline for pre-processing feature selection, as per best practise
2015-03-05 13:54:38 +00:00
Andreas Mueller
9bc4de8dae
some fixes for sphinx and in examples
2015-03-02 12:50:53 -05:00
Joel Nothman
081a554698
FIX P/R/F metrics and scorers are now for binary problems only by default
...
Scorers for different average parameters have been added.
2014-12-09 13:56:51 +11:00
Lars Buitinck
60e357765d
DOC "RF" -> "Random forest" in text classif example
2014-11-30 14:44:35 +01:00
Vjacheslav Murashkin
84d53c67dd
FIX handle selection in feature names for example
2014-11-30 18:32:15 +11:00
Mathieu Blondel
67fed69d11
Add random forests to document classification example.
2014-11-21 22:38:31 +09:00
MechCoder
4cd177758f
ENH: Merge MultinomialLR into LR with multi_class='multinomial'
2014-08-21 17:37:37 +02:00
Lars Buitinck
13ca2b2859
ENH multinomial logistic regression using L-BFGS
2014-08-21 17:37:37 +02:00
Andreas Mueller
5b247f90e4
move around examples for better structure.
2014-07-17 09:35:30 +02:00