scikit-learn/benchmarks
Thomas Moreau cb1b6c4734 FIX t-SNE memory usage and many other optimizer issues (#9032)
Use a sparse matrix representation of the neighbors.
Re-factored the QuadTree implementation to avoid insertion errors.
Various fixes in the gradient descent schedule to get the Barnes Hut and exact solvers to behave more robustly and consistently.
2017-07-12 22:56:02 +02:00
..
.gitignore FIX t-SNE memory usage and many other optimizer issues (#9032) 2017-07-12 22:56:02 +02:00
bench_20newsgroups.py Benchmark: Add more estimators + uncomment text 2014-11-06 13:58:34 +01:00
bench_covertype.py Deprecate n_iter in SGDClassifier and implement max_iter (#5036) 2017-06-23 21:49:29 +02:00
bench_glm.py [MRG+1] Fix: Replace pylab with matplotlib.pyplot #6754 (#6762) 2016-05-10 11:34:33 +02:00
bench_glmnet.py [MRG+1] Fix: Replace pylab with matplotlib.pyplot #6754 (#6762) 2016-05-10 11:34:33 +02:00
bench_isolation_forest.py DOC Fix typos (#9229) 2017-06-27 11:58:46 +10:00
bench_isotonic.py [MRG+2] Faster isotonic rebased (#7444) 2016-09-16 19:13:51 +02:00
bench_lasso.py [MRG+1] Fix: Replace pylab with matplotlib.pyplot #6754 (#6762) 2016-05-10 11:34:33 +02:00
bench_lof.py [MRG+2] LOF algorithm (Anomaly Detection) (#5279) 2016-10-25 11:53:51 -04:00
bench_mnist.py Add SAGA solver for LogisticRegression and Ridge (#8446) 2017-03-27 21:39:30 +02:00
bench_multilabel_metrics.py MAINT Remove support for the deprecated sequence of sequences 2015-08-11 22:26:44 +05:30
bench_plot_fastkmeans.py MAING make benchmarks scripts Python 3 compatible 2016-11-25 18:45:17 +01:00
bench_plot_incremental_pca.py IncrementalPCA implementation 2014-09-22 13:12:29 -04:00
bench_plot_lasso_path.py Fixed pep8 errors 2016-06-10 18:30:26 -04:00
bench_plot_neighbors.py [MRG+1] Fix: Replace pylab with matplotlib.pyplot #6754 (#6762) 2016-05-10 11:34:33 +02:00
bench_plot_nmf.py [MRG+1] Fix alerts found with lgtm (#9278) 2017-07-05 17:22:21 +10:00
bench_plot_omp_lars.py MAING make benchmarks scripts Python 3 compatible 2016-11-25 18:45:17 +01:00
bench_plot_parallel_pairwise.py Fixed pep8 errors 2016-06-10 18:30:26 -04:00
bench_plot_randomized_svd.py [MRG+1] Fix alerts found with lgtm (#9278) 2017-07-05 17:22:21 +10:00
bench_plot_svd.py MAING make benchmarks scripts Python 3 compatible 2016-11-25 18:45:17 +01:00
bench_plot_ward.py [MRG+1] Fix: Replace pylab with matplotlib.pyplot #6754 (#6762) 2016-05-10 11:34:33 +02:00
bench_random_projections.py BUG fix whitespace in error messages 2013-08-26 17:02:52 +02:00
bench_rcv1_logreg_convergence.py [MRG+1] Fix bench_rcv1_logreg_convergence.py by adding get_max_squared_sum 2017-02-06 23:25:37 -05:00
bench_saga.py Add SAGA solver for LogisticRegression and Ridge (#8446) 2017-03-27 21:39:30 +02:00
bench_sample_without_replacement.py ENH lots of benchmarks fixes 2013-06-30 17:06:46 +02:00
bench_sgd_regression.py Deprecate n_iter in SGDClassifier and implement max_iter (#5036) 2017-06-23 21:49:29 +02:00
bench_sparsify.py Deprecate n_iter in SGDClassifier and implement max_iter (#5036) 2017-06-23 21:49:29 +02:00
bench_text_vectorizers.py [MRG+1] Add text vectorizers benchmarks (#9086) 2017-06-28 10:25:36 +02:00
bench_tree.py [MRG+1] Fix: Replace pylab with matplotlib.pyplot #6754 (#6762) 2016-05-10 11:34:33 +02:00
bench_tsne_mnist.py FIX t-SNE memory usage and many other optimizer issues (#9032) 2017-07-12 22:56:02 +02:00
plot_tsne_mnist.py FIX t-SNE memory usage and many other optimizer issues (#9032) 2017-07-12 22:56:02 +02:00