GaelVaroquaux
7278dfe482
DOC: finish misc in tutorial
...
@jaquesgrobler : there were still a few things to do :)
2012-03-26 01:20:53 +02:00
GaelVaroquaux
e38fa17b16
Merge branch 'WIP_tut'
2012-03-26 00:33:25 +02:00
GaelVaroquaux
df558e84be
MISC: tweak example layout
2012-03-26 00:17:35 +02:00
GaelVaroquaux
e64b7a62fc
ENH: summary table on clustering
2012-03-26 00:17:35 +02:00
GaelVaroquaux
f0d7eb6382
DOC: affinity-propagation in clustering comparison
...
Also add a 'null' example for clustering
2012-03-25 19:13:16 +02:00
GaelVaroquaux
118c00d93d
ENH Ward: better behavior for non-fully-connected graphs
...
Improves the plot_cluster_comparison example
2012-03-25 17:33:49 +02:00
Peter Prettenhofer
d452cde4a1
Merge branch 'master' into gradient_boosting
2012-03-22 22:28:25 +01:00
Jaques Grobler
0d63d785e7
Merge branch 'master' into WIP_tut
...
Conflicts:
examples/linear_model/plot_ols.py
2012-03-22 17:12:36 +01:00
Peter Prettenhofer
0dc117aaf6
update examples
2012-03-20 15:59:29 +01:00
iBayer
3ac4be8d40
cleaned some examples
2012-03-18 20:53:00 +01:00
Peter Prettenhofer
698150583b
Merge remote branch 'upstream/master' into gradient_boosting
2012-03-18 11:53:15 +01:00
Nick Wilson
9c3e66e8d1
FIX: Delete temporary cache directory
...
The cluster/plot_feature_agglomeration_vs_univariate_selection.py
example was leaving temporary files in the current directory. The
examples/cluster/joblib/ directory remained after running the example.
This commit moves the cache to a temporary folder.
2012-03-13 19:29:09 -07:00
Andreas Mueller
ebc7a6c332
Merge branch 'master' of github.com:amueller/scikit-learn
2012-03-13 22:36:04 +01:00
Andreas Mueller
e3da7a4990
FIX plot example fix for old matplotlib, so that it shows on the website.
2012-03-13 22:40:17 +01:00
Andreas Mueller
42b1510d30
Cosmit typo
2012-03-13 22:16:17 +01:00
Peter Prettenhofer
835af05624
Merge remote branch 'upstream/master' into gradient_boosting
...
Conflicts:
sklearn/tree/tree.py
2012-03-13 07:16:35 +01:00
Peter Prettenhofer
249ea7bd0d
new predict utils for early stopping; updated examples
2012-03-12 22:20:04 +01:00
Jaques Grobler
1890d6eefa
fixed typo,changed 2.2s numbering, fixed 4 examples in exercises
2012-03-12 10:19:01 +01:00
GaelVaroquaux
0337bde36f
Merge branch 'hmmc'
...
Conflicts:
doc/whats_new.rst
sklearn/hmm.py
sklearn/tests/test_hmm.py
2012-03-09 23:53:53 +01:00
Jaques Grobler
7f155e9d1a
moved exercises into seperate folder, neating up
2012-03-09 16:07:50 +01:00
Jaques Grobler
1b06362a1a
fixed links & neatening
2012-03-08 15:21:53 +01:00
Jaques Grobler
b49c2d0756
merged ols and ridge variance + some neating
2012-03-08 14:04:57 +01:00
Peter Prettenhofer
10d641c722
Merge branch 'gradient_boosting' of https://github.com/scottblanc/scikit-learn into scottblanc-gradient_boosting
2012-03-07 21:35:30 +01:00
Olivier Grisel
c0541fa03b
Renamed Vectorizer to TfidfVectorizer + deprecation warning
2012-03-07 06:48:56 -08:00
Jaques Grobler
97291bd21b
deleted unused file, tutorial examples folder removed
2012-03-07 14:51:35 +01:00
Jaques Grobler
49c657ca52
examples merged to example pool
2012-03-07 12:15:46 +01:00
Jaques Grobler
db38edb7ea
delete redundant file, merged some examples and updated links
2012-03-07 03:55:18 +01:00
Jaques Grobler
bca803eb55
Merged a few examples into the example pool
2012-03-07 00:52:17 +01:00
Jaques Grobler
30150cfdef
Merged some examples into examples folder.
...
- updated links accordingly
- renamed miss-spelt excercice to exercise
2012-03-06 23:40:49 +01:00
Jaques Grobler
fc869043ca
3 files moved into main example pool - links to them updated
2012-03-06 13:23:48 +01:00
Jaques Grobler
0d498c6fef
Merge remote-tracking branch 'origin/master' into WIP_tut
2012-03-06 12:54:39 +01:00
Olivier Grisel
57e32f43b0
enable stop words in clustering example
2012-03-06 07:39:13 +01:00
Olivier Grisel
05721971c8
Merge branch 'master' into text-feature-extraction-simplification
2012-03-06 00:45:23 +01:00
Peter Prettenhofer
7f0048bad8
cosmit: pep8
2012-03-05 22:28:24 +01:00
Peter Prettenhofer
24a1b3aa02
expose 'ls' loss function for classification
...
added new example (GB regularization)
fix: min_split -> min_samples_split in examples
2012-03-05 22:26:06 +01:00
Jaques Grobler
bd271ab65c
Better doctest time(wip),removed duplicate examples, update plot_ols.py
...
- I wish to replace the old plot_ols.py example with a new one which
uses the diabetes_dataset instead of synthetic data.
- references to changed example paths updated
2012-03-05 17:18:05 +01:00
Jaques Grobler
75e2d1073a
removed redundant file
2012-03-05 16:44:18 +01:00
Jaques Grobler
c6f3824d6d
remove redundant file
2012-03-05 16:00:21 +01:00
Olivier Grisel
b7a77e8962
demonstrate stop words in example (+ slighly faster convergence)
2012-03-05 10:58:11 +01:00
Andreas Mueller
4968fef48f
COSMIT last try to make my plot pretty....
2012-03-04 23:05:37 +01:00
Andreas Mueller
13ea995372
ENH 2d plot for l1l2 digits example
2012-03-04 22:57:26 +01:00
Andreas Mueller
3f1570e5df
COSMIT Adjust title for example gallery
2012-03-04 22:01:49 +01:00
Andreas Mueller
fb21662bcf
DOC another coefficient plot
2012-03-04 21:58:14 +01:00
Olivier Grisel
a202926f4e
Merge branch 'master' into text-feature-extraction-simplification
2012-03-04 20:19:37 +01:00
Olivier Grisel
de2511871c
better blob seed so that both DBSCAN and meanshift are working well
2012-03-04 20:11:48 +01:00
Olivier Grisel
02d238fbbe
Merge remote-tracking branch 'upstream/master' into text-feature-extraction-simplification
2012-03-04 20:06:19 +01:00
Andreas Mueller
346506f2a1
Merge pull request #674 from amueller/sample_datasets
...
MRG Cluster sample datasets
2012-03-04 11:03:11 -08:00
Andreas Mueller
24661d3513
ENH fixed seed, added center positions
2012-03-04 19:53:38 +01:00
Andreas Mueller
842f366f83
MISC added xlim and ylim for @ogrisel's weird matplotlib ;)
2012-03-04 19:34:25 +01:00
Andreas Mueller
84edda6ba7
COSMIT removed debugging print
2012-03-04 19:07:03 +01:00