scikit-learn/sklearn
Olivier Grisel e012b7b3e7 FIX assert_array_almost_equal in test_image 2016-04-07 09:58:36 +02:00
..
__check_build C file removal + cython build + Travis build cache 2015-11-04 14:30:06 +01:00
_build_utils enh: reorganize build files 2016-02-18 09:40:51 -08:00
cluster [DOC] fix reference to examples 2016-04-05 20:22:20 +02:00
covariance [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
cross_decomposition General spelling fixes 2015-12-16 09:46:42 -08:00
datasets [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
decomposition Merge PR #6037: copy_X in KernelPCA 2016-03-24 19:01:10 -04:00
ensemble FIX use the model_selection 2016-04-04 16:05:36 +02:00
externals MAINT remove my email address 2016-03-04 10:43:41 +01:00
feature_extraction FIX assert_array_almost_equal in test_image 2016-04-07 09:58:36 +02:00
feature_selection Fix grammar bug in docstring of SelectFromModel 2016-04-06 17:37:40 +01:00
gaussian_process [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
linear_model [DOC] fix reference to examples 2016-04-05 20:22:20 +02:00
manifold [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
metrics [MRG+3] Add weighting option to cohen_kappa_score 2016-04-05 16:15:34 +02:00
mixture Remove redundant words in sklearn 2016-02-23 16:54:03 +08:00
model_selection updated info for cross_val_score 2016-03-14 23:13:11 +03:00
neighbors [MRG] Misprint in documentaion fixed 2016-04-05 11:59:30 +02:00
neural_network don't import train_test_split from deprecated cross_validation module in mlp 2016-03-08 12:44:50 -05:00
preprocessing Merge pull request #6606 from tkamishima/tkamishima_one_hot_encoder_parameter_checking 2016-03-31 22:33:55 +02:00
semi_supervised Add parallelism to multiple algorithms 2016-02-11 15:44:25 -02:00
src/cblas General spelling fixes 2015-12-16 09:46:42 -08:00
svm General spelling fixes 2015-12-16 09:46:42 -08:00
tests Merge pull request #6127 from hugobowne/MultiOneVsRestClassifier 2016-03-31 23:02:08 -04:00
tree Merge pull request #6419 from nelson-liu/fix_linkcheck 2016-03-30 18:17:48 -04:00
utils [MRG] Fix strict tests 2016-04-07 09:55:08 +02:00
__init__.py Multitarget regression meta estimator 2016-03-10 16:06:08 -05:00
_isotonic.pyx FIX _make_unique of _isotonic.pyx uses float64 consistent internally 2015-04-03 11:07:21 +02:00
base.py Leading underscores for warnings imported from sklearn.exceptions 2016-01-08 12:40:10 -05:00
calibration.py General spelling fixes 2015-12-16 09:46:42 -08:00
cross_validation.py updated info for cross_val_score 2016-03-14 23:13:11 +03:00
discriminant_analysis.py LDA: explained_variance_ratio_ can be found using svd solver 2015-11-30 19:01:42 -06:00
dummy.py DummyClassifier: Added doc information about default strategy 2016-02-15 00:44:15 -06:00
exceptions.py Remove redundant words in sklearn 2016-02-23 16:54:03 +08:00
grid_search.py Remove redundant words in sklearn 2016-02-23 16:54:03 +08:00
isotonic.py [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
kernel_approximation.py REF Correct the reference link for additive chi squared sampler. 2015-06-21 07:24:18 +05:30
kernel_ridge.py Remove redundant words in sklearn 2016-02-23 16:54:03 +08:00
lda.py MAINT Deprecate LDA/QDA in favor of expanded names 2015-09-11 15:32:11 +02:00
learning_curve.py DOC Reworded cv documentation 2016-01-08 00:53:54 -05:00
multiclass.py [gardening] Fix NameError ("estimator" not defined). Remove unused var "ind". 2016-03-20 22:48:25 +01:00
multioutput.py Meta estimator for multi output classification 2016-04-01 07:18:59 +05:30
naive_bayes.py Add the possibility to add prior to Gaussian Naive Bayes 2016-03-22 18:13:48 -04:00
pipeline.py Add the possibility to add prior to Gaussian Naive Bayes 2016-03-22 18:13:48 -04:00
qda.py MAINT Deprecate LDA/QDA in favor of expanded names 2015-09-11 15:32:11 +02:00
random_projection.py [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
setup.py Add sklearn/preprocessing/tests to source distribution 2016-02-11 14:09:53 +01:00