Commit Graph

68 Commits

Author SHA1 Message Date
Olivier Grisel a57c2ae933 more scikits.learn => sklearn updates 2011-09-03 12:57:53 +02:00
Gael varoquaux 097c3d23a0 ENH: More interesting benchmarks for OMP 2011-08-20 21:34:33 +02:00
Gilles Louppe 36c18578ad Merge remote-tracking branch 'upstream/master' into samples_generator
Resolved conflicts in:
	scikits/learn/datasets/__init__.py
	scikits/learn/datasets/samples_generator.py
2011-08-06 17:01:48 +02:00
vene 2cd0ccf71e updated samples generator according to @glouppe's refactoring 2011-08-04 16:50:47 +03:00
Gilles Louppe 3fd8292c18 Fixes for broken benchmarks due to API changes in samples_generator.py 2011-08-04 15:09:32 +02:00
Alexandre Gramfort 5bca101786 ENH : prettify OMP/LARS benchmark 2011-08-03 23:00:48 -04:00
vene d4eadd7d85 clearer benchmark 2011-08-03 21:21:58 +03:00
vene c018c5fdd8 FIX: benchmark was broken 2011-08-03 17:09:42 +03:00
vene b711769e26 pep8 2011-08-03 17:04:26 +03:00
vene 110ae3cb3d while 1 instead of while True 2011-08-02 18:56:44 +03:00
vene 7c43e7d7c8 use np.asfortranarray 2011-08-02 13:08:47 +03:00
vene 56b1df8093 warn when omp stops early 2011-08-02 00:40:05 +03:00
vene 7435b1ddfb Added OMP bench 2011-07-29 14:06:35 +03:00
Alexandre Gramfort 6134371d54 MISC: s/larslasso_results/lars_lasso_results 2011-07-26 09:52:32 -04:00
Alexandre Gramfort 5a12763441 API : renaming LARS to Lars 2011-07-25 21:41:48 -04:00
Gael varoquaux ccacfb382b Cosmit: Fix (some) pyflakes warnings 2011-07-16 23:53:10 +02:00
Lars Buitinck 943439d4b0 rename MultinomialNB params, rename GNB GaussianNB 2011-05-23 16:21:44 +02:00
Nelle Varoquaux cebecf8335 [MiniBatchKMeans] Added labels and scaled the axis properly on the benchmark plot 2011-05-17 20:46:55 +01:00
Nelle Varoquaux a56ca0b2ad [MiniBatchKMeans] PEP8 compliance and small fixed 2011-05-08 14:14:51 +01:00
Nelle Varoquaux 92257fdab7 Merge branch 'master' into batchKMeans 2011-05-07 17:27:11 +01:00
Nelle Varoquaux 5bb104f59f [MiniBatchKMeans] Added a fit method to the MiniBatchKMeans 2011-05-07 17:21:50 +01:00
Peter Prettenhofer 569e80402f cosmit: beautified plotting. 2011-05-04 20:31:45 +02:00
Nelle Varoquaux 52c4cef783 merge with master 2011-05-04 19:05:57 +01:00
Nelle Varoquaux 632b97b1ea [MiniBatchKMeans] Added chart showing the speed and the inertia / total number of points depending on the chunk size and number of iteration 2011-05-04 18:41:01 +01:00
Peter Prettenhofer 1f0424b73f pep8 compliance 2011-05-04 17:33:20 +02:00
Peter Prettenhofer db8fb49395 Fixed doc-tests and added doc strings for SGD learning rates. 2011-05-04 17:20:53 +02:00
Olivier Grisel c5d20baf28 FIX: broken import in bench_plot_nmf 2011-05-02 10:25:09 +02:00
Nelle Varoquaux f890a41958 [MiniBatchKMeans] Added a benchmark 2011-05-01 19:24:50 +01:00
vene 2c982c928d Missed one reference 2011-04-04 17:00:53 +03:00
Olivier Grisel 1b3d50500e Merge branch 'nmf-lite' of https://github.com/vene/scikit-learn into vene-nmf-lite 2011-04-02 16:39:20 +02:00
vene d98a159a01 Added disclaimer in nndsvdar docstring
Decreased tolerance in benchmark
2011-04-02 17:24:27 +03:00
Olivier Grisel 4b6195bd48 Merge branch 'nmf-lite' of https://github.com/vene/scikit-learn into vene-nmf-lite 2011-04-02 15:13:19 +02:00
vene 2f12774709 Documentation. Discussed fixes. Set default to ar. 2011-04-02 01:36:48 +03:00
vene 79a8b97a75 Fix benchmarks printing of error for alt-nmf 2011-04-02 00:39:32 +03:00
vene afd1d555d7 Merged 2011-04-02 00:38:10 +03:00
vene d5919d8b81 Fixed NMF benchmark colors 2011-04-02 00:04:10 +03:00
vene 14823e37cd Fixed benchmark, removed unused import. 2011-04-01 23:45:37 +03:00
vene 1a95f212b6 Benchmarks and more pep8 2011-04-01 23:34:35 +03:00
vene ec08e4cbcb Removed comments. 2011-04-01 22:48:03 +03:00
vene 26d809d953 Abbreviation expansion in benchmark 2011-04-01 22:06:19 +03:00
vene 2b5d9bafdf pep8 fixes 2011-04-01 22:04:15 +03:00
vene 54283ad775 Applied suggestions; updated bench and example 2011-04-01 21:16:42 +03:00
Alexandre Gramfort bacbe9611d Merge branch 'hcluster2'
Conflicts:
	scikits/learn/datasets/samples_generator.py
	scikits/learn/grid_search.py
2011-04-01 12:27:16 -04:00
vene 491ba872de Merge branch 'master' into nmf-nnls 2011-03-26 17:16:17 +02:00
Peter Prettenhofer 618a1b52e7 refactored SGD module (removed code duplication, better variable naming).
added interface for sample weight.
added seed to interface of sparse SGD classifier and regressor.
2011-03-15 16:29:49 +01:00
vene 170af3f749 Merge branch 'master' into nmf 2011-03-02 11:51:00 +02:00
Alexandre Gramfort 8c6ece869b fix remaining n_comp 2011-02-24 16:59:49 -05:00
GaelVaroquaux b8e70e753a ENH: Hierarchial: don't compute moments twice
Compute only the upper triangular part of the moment matrix pair.
2011-02-23 17:17:39 +01:00
Alexandre Gramfort c5aa155621 Merge branch 'hcluster' into hcluster2 that matches master
- pipeline and GridSearchCV have been cleaned
- feat agglo inherits from TransformerMixin
- s / n_comp / n_components in hierarchical.py

Conflicts:
	scikits/learn/feature_selection/univariate_selection.py
	scikits/learn/pipeline.py
	scikits/learn/tests/test_pipeline.py
2011-02-21 21:28:34 -05:00
Gael varoquaux bfb819eb58 ENH: Add a benchmark for ward
Comparing the scikits and scipy
2011-02-02 11:36:10 +01:00