scikit-learn/sklearn
Kumar Ashutosh b4561f09e6 [MRG+1] Deprecate pooling_func unused parameter in AgglomerativeClustering (#9875) 2017-10-24 16:27:59 +02:00
..
__check_build Remove unused imports (#9235) 2017-07-01 05:57:54 -07:00
_build_utils [MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719) 2016-11-02 22:57:04 +11:00
cluster [MRG+1] Deprecate pooling_func unused parameter in AgglomerativeClustering (#9875) 2017-10-24 16:27:59 +02:00
covariance improve MinCovDet error when covariance of support data is 0 (#9910) 2017-10-13 10:33:56 +02:00
cross_decomposition [MRG+2] Clean common tests (#9340) 2017-09-26 18:13:15 +02:00
datasets PEP8 2017-10-17 09:27:56 +11:00
decomposition DOC: Fixed typo (#9977) 2017-10-23 09:21:53 +11:00
ensemble [MRG] FIX Avoid accumulating forest predictions in non-threadsafe manner (#9830) 2017-10-16 16:23:42 +02:00
externals MAINT make it possible to vendor a local repo of joblib 2017-07-31 13:55:11 +02:00
feature_extraction TST Platform independent hash collision tests in FeatureHasher (#9710) 2017-09-12 10:14:32 +10:00
feature_selection DOC add missing dot in docstring 2017-10-24 11:36:07 +02:00
gaussian_process DOC Correct deprecation version 2017-10-18 10:42:48 +02:00
linear_model Fix LogisticRegressionCV default solver value in docstring (#9962) 2017-10-20 15:02:48 +02:00
manifold [MRG+2] Use NearestNeighbors to speed up trustworthiness (#9861) 2017-10-12 14:00:27 +02:00
metrics [MRG+1] Adding support for balanced accuracy (#8066) 2017-10-17 11:12:27 -04:00
mixture FIX missing return in deprecated function 2017-10-10 09:57:08 +11:00
model_selection Duplicate import 2017-10-20 18:17:11 +11:00
neighbors DOC Removed a duplicate occurrence of a word in 'sklearn.neighbors.KNeighborsRegressor' docs (#9862) 2017-10-02 23:43:20 +11:00
neural_network Use base.is_classifier instead instead of isinstance (#9482) 2017-08-08 14:36:03 +02:00
preprocessing [MRG + 1] Fix ValueError in LabelEncoder when using inverse_transform on unseen labels (#9816) 2017-09-21 19:21:55 +02:00
semi_supervised FIX Convergence warning and n_iter_ in LabelPropagation (#5893) 2017-08-07 09:12:44 +10:00
src/cblas [MRG+3] Fused types for MultiTaskElasticNet (#8061) 2016-12-28 11:31:38 +01:00
svm [MRG+2] Clean common tests (#9340) 2017-09-26 18:13:15 +02:00
tests FIX _BaseComposition._set_params with nested parameters (#9945) 2017-10-19 08:40:44 +11:00
tree [MRG+1] Deprecate sklearn.utils.testing.raises and remove it from tests (#9660) 2017-09-01 12:53:59 +02:00
utils [MRG+1] test that clustering returns int (#9912) 2017-10-18 10:38:41 +02:00
__init__.py ENH: dataset-fetching with use figshare and checksum (#9240) 2017-08-03 18:50:30 +02:00
_isotonic.pyx FIX weights computation with ties in IsotonicRegression (#9484) 2017-09-13 15:23:01 +02:00
base.py FIX _BaseComposition._set_params with nested parameters (#9945) 2017-10-19 08:40:44 +11:00
calibration.py [MRG+2] referred reliability diagrams and added citations (#8527) 2017-03-05 12:23:35 +11:00
cross_validation.py [MRG+1] Drop NumPy < 1.8 (#8874) 2017-06-07 17:06:06 +02:00
discriminant_analysis.py [MRG+2] Clean common tests (#9340) 2017-09-26 18:13:15 +02:00
dummy.py Removed force_all_finite array checks in DummyClassifier and DummyRegressor, added 2 tests (#8931) 2017-06-13 16:03:44 +05:30
exceptions.py [MRG+1] Fix estimators to work if sample_weight parameter is pandas Series type (#7825) 2016-12-03 15:56:22 -05:00
grid_search.py [MRG+1] Removed warning from BaseSearchCV (#9005) 2017-06-07 19:54:29 +10:00
isotonic.py [MRG+1] Drop NumPy < 1.8 (#8874) 2017-06-07 17:06:06 +02:00
kernel_approximation.py Fix handling of Nystroem params with a callable kernel (#9166) 2017-06-30 18:16:10 +02:00
kernel_ridge.py [MRG] DOC Fix missing link in kernel_ridge.py (#9966) 2017-10-22 15:57:23 +11:00
learning_curve.py Fixes deprecation warning in numpy-dev build (#9683) 2017-09-04 10:00:15 +02:00
multiclass.py [MRG + 1] Too few arguments in formatting call (#9298) 2017-07-13 23:48:04 +02:00
multioutput.py DOC fix inconsistency with current implementation (#9946) 2017-10-18 10:08:32 +11:00
naive_bayes.py [MRG+1] Add norm parameter to ComplementNB. (#9916) 2017-10-17 18:57:26 +02:00
pipeline.py [MRG+2] add `var_smoothing` parameter to GaussianNB (#9681) 2017-09-18 14:38:02 +02:00
random_projection.py [MRG+1] Fix alerts found with lgtm (#9278) 2017-07-05 17:22:21 +10:00
setup.py [MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719) 2016-11-02 22:57:04 +11:00