scikit-learn/sklearn
Kumar Ashutosh 87759c1924 FEA Add a new class RegressorChain similar to ClassifierChain (#9257) 2017-12-12 09:00:57 +11:00
..
__check_build [MRG] DOC Replacing "the scikit" with "scikit-learn" (#10126) 2017-11-14 11:06:50 +01:00
_build_utils [MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719) 2016-11-02 22:57:04 +11:00
cluster DOC Fixing "dictionary" spelling (#10255) 2017-12-05 20:06:55 +08: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 [MRG+1] Take over PR #7647 - Add a "filename" attribute to datasets that have a CSV file (#9101) 2017-12-04 15:20:21 +01:00
decomposition Fix underflow in nmf._beta_divergence (#10142) 2017-11-16 18:31:15 +01:00
ensemble DOC fix docstring Gradient Boosting (#10262) 2017-12-06 20:52:05 +11:00
externals Fix typo in ShuffleSplit docstring and effective_n_jobs (#10182) 2017-11-21 14:48:07 -05:00
feature_extraction [MRG+1] Support for 64 bit sparse array indices in text vectorizers (#9147) 2017-11-30 09:38:26 +11:00
feature_selection [MRG+1] add groups support to RFECV (#9656) 2017-11-17 16:35:49 +01:00
gaussian_process DOC Correct deprecation version 2017-10-18 10:42:48 +02:00
linear_model DOC add docs about sgd and warmstarting (#10011) (#10087) 2017-11-29 22:10:28 +11:00
manifold Make scipy.sparse.csgraph imports explicit (#10145) 2017-11-15 14:10:58 -08:00
metrics [MRG+1] classification_report: raise error if labels is None and target_names size is not equal to present classes (#9867) 2017-11-22 12:44:06 +08:00
mixture FIX missing return in deprecated function 2017-10-10 09:57:08 +11:00
model_selection MAINT Hide train_test_split from nose test discovery. (#10223) 2017-12-07 08:15:20 +11:00
neighbors [MRG+1] Fixes #9199 - Fitting a NearestNeighbors model fails with sparse input and a callable as metric (#9579) 2017-12-06 18:16:51 +01:00
neural_network [MRG+1] `MLPRegressor` quits fitting too soon due to `self._no_improvement_count` (#9457) 2017-10-29 17:16:26 +01:00
preprocessing Feature: Implement PowerTransformer (#10210) 2017-12-06 08:29:10 +11:00
semi_supervised Make scipy.sparse.csgraph imports explicit (#10145) 2017-11-15 14:10:58 -08:00
src/cblas [MRG+3] Fused types for MultiTaskElasticNet (#8061) 2016-12-28 11:31:38 +01:00
svm MAINT Removing 'random_state = 0' while intializing OneClassSVM (#10241) 2017-12-04 11:14:58 +11:00
tests FEA Add a new class RegressorChain similar to ClassifierChain (#9257) 2017-12-12 09:00:57 +11:00
tree FIX export_graphviz should work with a sklearn.tree._tree.Tree (#10234) 2017-12-04 13:28:19 +11:00
utils FEA Add a new class RegressorChain similar to ClassifierChain (#9257) 2017-12-12 09:00:57 +11:00
__init__.py [MRG] DOC Replacing "the scikit" with "scikit-learn" (#10126) 2017-11-14 11:06:50 +01:00
_isotonic.pyx FIX weights computation with ties in IsotonicRegression (#9484) 2017-09-13 15:23:01 +02:00
base.py TST Check estimator pairwise (#9701) 2017-11-14 09:09:19 +11:00
calibration.py [MRG] Fix LogisticRegression see also should include LogisticRegressionCV(#9995) (#10022) 2017-10-27 13:10:47 +02:00
cross_validation.py [MRG+1] Remove nose from CIs and documentation (#9840) 2017-11-16 20:20:35 +01: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 FEA Add a new class RegressorChain similar to ClassifierChain (#9257) 2017-12-12 09:00:57 +11:00
naive_bayes.py [MRG+1] correct comparison in GaussianNB for 'priors' (#10005) 2017-10-26 16:15:02 +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