scikit-learn/sklearn
Joel Nothman c726085e20 DOC mention true positives etc in confusion matrix docs (#7392) 2016-09-12 12:22:41 -04: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 Remove dtype conversion warning (#7265) 2016-09-01 10:57:21 +02:00
covariance DOC Updates sklearn naming convention for consistency (#7268) 2016-08-29 08:20:13 +10:00
cross_decomposition MAINT: re-organize setup.py & make sure all tests are discoverable by nose 2016-05-13 06:57:09 -07:00
datasets DOC minor doc fixes for sphinx. (#7357) 2016-09-08 10:07:40 +10:00
decomposition DOC fix for svd_solver in PCA docstring 2016-09-11 12:02:20 +02:00
ensemble Minor docstring clarification (#6926) 2016-08-28 19:23:05 +02:00
externals Update joblib to 0.10.2 2016-08-30 09:35:11 +02:00
feature_extraction DOC Updates sklearn naming convention for consistency (#7268) 2016-08-29 08:20:13 +10:00
feature_selection FIX Revert unintentionally committed code 2016-09-08 18:47:02 +10:00
gaussian_process [MRG+2] Fix repr on isotropic kernels when a 1-D length scale is given (#7259) 2016-09-03 22:02:07 +10:00
linear_model Merge pull request #7261 from betatim/negative-scorers 2016-09-08 20:40:17 +02:00
manifold [MRG] Fix TSNE init as NumPy array (#7208) 2016-08-24 08:42:59 +02:00
metrics DOC mention true positives etc in confusion matrix docs (#7392) 2016-09-12 12:22:41 -04:00
mixture Add Dirichlet process prior to BayesianGaussianMixture (#7386) 2016-09-10 15:41:52 +02:00
model_selection [MRG+1] TST Stronger test for _check_is_permutation (#7395) 2016-09-12 11:44:16 -04:00
neighbors [MRG] DOC removed redundant word from KNN docs (#7345) 2016-09-06 12:17:13 -04:00
neural_network ENH more informative validation error message 2016-09-12 11:38:14 +02:00
preprocessing [MRG] Fail imputer early when number of features are not the same in fit and transform (#7374) 2016-09-11 23:22:13 +10:00
semi_supervised Merge pull request #6613 from nelson-liu/correct_license_spelling 2016-06-15 13:58:59 +02:00
src/cblas [MRG+2] ElasticNet and Lasso now support float32 dtype input (#6913) 2016-08-25 09:36:39 -07:00
svm Fix ConvergenceWarning's in tests 2016-08-30 15:45:29 +02:00
tests [MRG] add warning when importing old or new pickle. (#7248) 2016-09-10 14:17:42 +02:00
tree DOC Correction: max_depth is effective when max_leaf_nodes is not None (#7183) 2016-08-17 07:57:05 +10:00
utils Removed isclose from _binary_clf_curve. (#7353) 2016-09-11 12:48:32 +10: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 [MRG] add warning when importing old or new pickle. (#7248) 2016-09-10 14:17:42 +02:00
calibration.py Fix doc refs to StratifiedKFold and KFold (#6936) 2016-06-28 09:22:05 +02:00
cross_validation.py [MRG+1] fix sampling in stratified shuffle split (#6472) 2016-09-09 19:00:49 +02:00
discriminant_analysis.py fixes #6829 - user guide links to DiscriminantAnalysis (#6838) 2016-07-25 10:19:26 +02:00
dummy.py DummyClassifier and DummyRegressor should raise NotFittedError (#7069) 2016-07-25 09:53:18 +02:00
exceptions.py Remove redundant words in sklearn 2016-02-23 16:54:03 +08:00
grid_search.py Lines over 81 chracter length got reformatted. 2016-08-30 21:06:54 -07:00
isotonic.py [MRG] add warning when importing old or new pickle. (#7248) 2016-09-10 14:17:42 +02:00
kernel_approximation.py Fix docs links (#7005) 2016-07-27 16:58:25 -04:00
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 more examples references 2016-08-03 20:23:50 +02:00
multiclass.py Removed unused imports 2016-07-29 19:30:23 -05:00
multioutput.py DOC minor doc fixes for sphinx. (#7357) 2016-09-08 10:07:40 +10:00
naive_bayes.py fix error in boolean mask usage in GaussianNB. (#7258) 2016-08-27 10:57:07 +02:00
pipeline.py change default iterated_power to auto. 2016-09-06 11:03:16 +02:00
qda.py MAINT Deprecate LDA/QDA in favor of expanded names 2015-09-11 15:32:11 +02:00
random_projection.py Fix docs links (#7005) 2016-07-27 16:58:25 -04:00
setup.py MAINT: fix setup for metrics/cluster 2016-05-13 06:57:09 -07:00