MechCoder
|
cf4cf60b7e
|
ENH Stochastic Coordinate Descent for ElasticNet & Lasso
|
2014-07-29 10:23:33 +02:00 |
MechCoder
|
e4111290b6
|
ENH: Weighted logistic regression for lbfgs and newton-cg
|
2014-07-22 16:57:41 +02:00 |
Andreas Mueller
|
5b247f90e4
|
move around examples for better structure.
|
2014-07-17 09:35:30 +02:00 |
Olivier Grisel
|
2eb1e98eef
|
MAINT ensure that examples figures are displayed in the correct order
|
2014-07-14 15:47:17 +02:00 |
Lars Buitinck
|
c176ced74d
|
DOC double backticks for fixed-width (code) font
Fixes #3337. Also other minor fixes while I was at it.
|
2014-07-06 14:18:33 +02:00 |
Olivier Grisel
|
3729143bd0
|
Typo
|
2014-07-04 15:11:56 +02:00 |
Olivier Grisel
|
9a4c9f2064
|
MAINT add docstring to explain the motivation of the fixture
|
2014-07-04 11:48:15 +02:00 |
Olivier Grisel
|
ac45e5d03c
|
MAINT skip tests that require large datadownload under travis
|
2014-07-02 13:50:47 +02:00 |
Raul Garreta
|
df27e26156
|
model persistence doc, added improvements from ogrisel comments
|
2014-06-27 08:57:23 -03:00 |
Raul Garreta
|
8489c33010
|
added a new section on model persistence
|
2014-06-27 08:57:23 -03:00 |
Andreas Mueller
|
926e651f44
|
Stop using some deprecated interfaces.
|
2014-06-08 22:16:26 +02:00 |
Andreas Mueller
|
67b8601314
|
Minor fixes in the docs
|
2014-06-07 16:38:53 +02:00 |
Amos Waterland
|
eb86ff8ecd
|
Explain the -1 Python syntax.
|
2014-05-25 13:24:44 -06:00 |
Amos Waterland
|
bf5798ea16
|
Remove extraneous period.
|
2014-05-25 13:10:45 -06:00 |
Amos Waterland
|
46d27f566b
|
Use double backticks.
|
2014-05-25 13:08:38 -06:00 |
Amos Waterland
|
8f2e208503
|
Explicitly invoke the Python interpreter.
|
2014-05-25 13:03:47 -06:00 |
Alexandre Gramfort
|
1928f6f01e
|
Merge pull request #3135 from ugurthemaster/patch-1
Update working_with_text_data.rst
|
2014-05-06 22:30:42 +02:00 |
ugurthemaster
|
880bf96cd3
|
Update working_with_text_data.rst
A few typos have been corrected.
|
2014-05-06 23:27:28 +03:00 |
Yoshiki Vázquez Baeza
|
b965452902
|
DOC: Change URL-based link to sphinx :ref:
|
2014-04-17 15:35:31 -06:00 |
Yoshiki Vázquez Baeza
|
a30b2fd54b
|
DOC: Remove dead link
Link to installation instructions was pointed to a non-existant
location.
|
2014-04-17 13:39:13 -06:00 |
Aaron Schumacher
|
b6eedcc210
|
DOC remove import scikits.learn from tutorial
I think this is mostly a distraction here;
probably better for readers to take it out.
|
2014-04-13 16:55:29 +02:00 |
Aaron Schumacher
|
b906d5338c
|
DOC: typo: 1e-2 is 0.01 not 100
|
2014-04-13 16:54:00 +02:00 |
Aaron Schumacher
|
e6e7acffe7
|
typo: "requiered" -> "required"
|
2014-04-13 09:39:57 -04:00 |
Aaron Schumacher
|
60b3120338
|
target is response, not explanatory
|
2014-04-11 18:36:32 -04:00 |
Gael Varoquaux
|
3ac34554e4
|
MISC: documentation and cosmits
Address comments by @jnothman
|
2014-02-17 11:20:42 +01:00 |
Gael Varoquaux
|
0cd5251575
|
FIX: fix failing doctest
|
2014-02-17 08:37:07 +01:00 |
Gael Varoquaux
|
76206f1919
|
COSMIT: many cosmetic comments
Fixes remarks by @ogrisel, @agramfort, @larsman, @jnothman
|
2014-02-17 08:34:25 +01:00 |
Gael Varoquaux
|
75705e2b24
|
MISC: remove reference to deprecated Ward
|
2014-02-07 09:25:08 +01:00 |
Gael Varoquaux
|
de384755b0
|
MISC: typos in docs
|
2014-02-07 08:49:54 +01:00 |
Gael Varoquaux
|
1ada65fea2
|
Merge branch 'master' into hc_linkage
Conflicts:
sklearn/cluster/tests/test_hierarchical.py
|
2014-02-04 22:04:48 +01:00 |
Gael Varoquaux
|
b2473494d0
|
DOC: more context in embedded code
Fixes #2816
|
2014-02-02 12:07:55 +01:00 |
Jaques Grobler
|
abe888d04a
|
sphinx colon error fix
|
2014-01-15 15:43:13 +01:00 |
Jaques Grobler
|
11ec8368de
|
small fixes
|
2014-01-15 12:23:05 +01:00 |
Jaques Grobler
|
1dcab45588
|
conflict fix
|
2014-01-15 11:47:26 +01:00 |
Alexandre Gramfort
|
7013e243ff
|
FIX : n_jobs was missing from LassoCV
|
2014-01-11 21:39:25 +01:00 |
Olivier Grisel
|
67d3bb2340
|
Python 3 fixes for the second exercise
|
2014-01-10 14:56:10 +01:00 |
Olivier Grisel
|
65460d79a7
|
Python 3 fixes in exercises
|
2014-01-09 11:47:21 +01:00 |
Olivier Grisel
|
d32d7ed4ed
|
Python 3 compat
|
2014-01-09 11:33:25 +01:00 |
Jaques Grobler
|
ef6af87351
|
changed PCA to truncated SVD
|
2014-01-08 16:45:26 +01:00 |
Jaques Grobler
|
99158e19b5
|
olivier suggestions
|
2014-01-08 15:22:53 +01:00 |
Jaques Grobler
|
0ee004dbe3
|
whitespace removals
|
2014-01-08 14:49:30 +01:00 |
Jaques Grobler
|
46c4bbbf79
|
where to from here section
|
2014-01-08 14:48:39 +01:00 |
Jaques Grobler
|
aaa20caa47
|
recommit joel comments
|
2014-01-08 13:56:18 +01:00 |
Jaques Grobler
|
6996bde28d
|
whatsnew conflict fix
|
2013-12-17 15:03:13 +01:00 |
José Ricardo
|
a1aa44904f
|
Fixing small typos in the docs.
|
2013-12-04 10:52:23 -02:00 |
Jaques Grobler
|
ae1ea1cbb7
|
update what`s new
|
2013-11-29 16:24:04 +01:00 |
Jaques Grobler
|
0451b24141
|
remove extra headings from tuts page
|
2013-11-29 16:04:08 +01:00 |
Jaques Grobler
|
acc897d31c
|
typo fix
|
2013-11-29 15:48:23 +01:00 |
Jaques Grobler
|
65634f60a1
|
fix tutorials index, update dropdown menu in navbar, update stat_learning tutorial link on documentation.html page
|
2013-11-29 15:39:03 +01:00 |
Jaques Grobler
|
f0a7062893
|
further changes to headings and subsections
|
2013-11-29 11:50:00 +01:00 |