scikit-learn/sklearn
Guillaume Lemaitre 68268eb605
DOC follow doc guideline in SelfTrainingClassifier (#18922)
Co-authored-by: Juan Carlos Alfaro Jiménez <JuanCarlos.Alfaro@uclm.es>
2020-11-26 13:22:38 -05:00
..
__check_build MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_build_utils Support cross compiling using crossenv (#18884) 2020-11-23 09:31:45 +01:00
_loss DOC Fix versionadded for 0.23 (#18522) 2020-10-05 10:23:32 +11:00
cluster ENH Adds n_feature_in_ checking to cluster (#18727) 2020-11-20 13:50:32 -08:00
compose FIX Enforce strict column name order/count in ColumnTransformer (#18256) 2020-11-26 13:22:02 -05:00
covariance FIX Passes global configuration when spawning joblib jobs (#17634) 2020-09-21 16:59:42 +02:00
cross_decomposition FIX Fixes test_scale_and_stability (#18746) 2020-11-13 19:28:35 +01:00
datasets ENH Use check_finite=False in sklearn.datasets (#18845) 2020-11-18 12:44:40 -05:00
decomposition ENH Sets check_finite=False in sklearn.decomposition (#18857) 2020-11-18 12:24:55 -05:00
ensemble FIX Fixes histgradientboosting for cython 3.0 [scipy-dev] (#18883) 2020-11-25 21:38:25 +01:00
experimental MNT Uses enable_halving_search_cv instead (#18563) 2020-10-09 07:49:20 +11:00
externals MNT Use raise from in 19 modules (#17835) 2020-08-25 08:57:29 +02:00
feature_extraction FIX raise an error in CountVectorizer with a custom token pattern that captures several group (#15427) 2020-10-21 12:43:45 +02:00
feature_selection FIX allow to output error_score if a scoring failure happen (#18343) 2020-10-09 15:12:57 +02:00
gaussian_process MNT Catches scipy 1.3.0 for using deprecated tostring method (#18755) 2020-11-06 18:58:38 +01:00
impute DOC Document behavior with duplicates for SimpleImputer(strategy=most_frequent) (#18923) 2020-11-26 17:35:54 +01:00
inspection FIXME in test_partial_dependence.py changed to 0.26 (#18869) 2020-11-19 12:40:39 -05:00
linear_model MNT Fix TODO comment referring to Cython version not sklearn (#18880) 2020-11-23 14:51:14 -05:00
manifold ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143) 2020-10-07 21:53:36 +11:00
metrics DOC Removes double space in precision_recall_curve docs (#18862) 2020-11-18 10:44:47 -05:00
mixture DOC fix typo in _bayesian_mixture.py (#18766) 2020-11-06 18:34:05 +00:00
model_selection DOC Fix docstring RST formatting in TimeSeriesSplit (#18816) 2020-11-11 21:31:00 -05:00
neighbors DOC Fix doc of fit_predict in neighbors/_lof.py (#18754) 2020-11-03 22:38:08 +00:00
neural_network TST Add sample order invariance to estimator_checks (#18570) 2020-10-08 15:02:09 +02:00
preprocessing FIX VisibleDeprecationWarning in unit tests and docstrings (#18414) 2020-10-28 14:47:57 +01:00
semi_supervised DOC follow doc guideline in SelfTrainingClassifier (#18922) 2020-11-26 13:22:38 -05:00
svm ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143) 2020-10-07 21:53:36 +11:00
tests MNT minimally revert strict_mode (#18905) 2020-11-25 13:31:32 +01:00
tree FIX numerical rounding issue causing test_poisson_zero_nodes to fail at random (#18737) 2020-11-04 20:39:06 +01:00
utils MNT minimally revert strict_mode (#18905) 2020-11-25 13:31:32 +01:00
__init__.py MNT Fixed import statements (#17901) 2020-07-11 23:30:32 +02:00
_config.py DOC Fix A to uppercase in See Also docstring section (#18332) 2020-09-04 10:35:01 -04:00
_distributor_init.py MAINT Add _distributor_init.py (#15570) 2019-11-19 23:56:34 +01:00
_isotonic.pyx BUG Add tol to _make_unique to avoid inf values in IsotonicRegression (#18639) 2020-10-27 15:37:46 +01:00
_min_dependencies.py DOC add sphinx-prompt to ease select/copy/paste of prompt command #18512 (#18516) 2020-11-23 15:16:47 +01:00
base.py MNT Raise error if parameter cannot be retrieved (#17448) 2020-10-28 19:05:15 +01:00
calibration.py FIX deprecate calibrators_ in _CalibratedClassifier (#18714) 2020-11-01 19:29:43 +01:00
conftest.py MNT Removed arguments from matplotlib.use() (#17774) 2020-07-06 22:15:10 +10:00
discriminant_analysis.py FEA Allow passing custom covariance estimators to LDA (#14446) 2020-09-17 08:40:41 -04:00
dummy.py TST Add sample order invariance to estimator_checks (#18570) 2020-10-08 15:02:09 +02:00
exceptions.py MNT deprecate ChangedBehaviorWarning and NonBLASDotWarning (#17804) 2020-07-05 22:32:08 +02:00
isotonic.py DOC Fix versionadded/versionchanged for 0.24 (#18312) 2020-09-01 10:51:01 +02:00
kernel_approximation.py ENH Adds n_features_in_ checking in kernel_* (#18740) 2020-11-20 13:45:39 -08:00
kernel_ridge.py ENH Adds n_features_in_ checking in kernel_* (#18740) 2020-11-20 13:45:39 -08:00
multiclass.py MNT Deprecate coef_ and intercept_ in OVR (#18687) 2020-11-17 12:33:32 +00:00
multioutput.py DOC Improve n_jobs docs in sklearn/multioutput.py (#18634) 2020-10-30 14:35:59 -04:00
naive_bayes.py CI fix some nightly job failures (#18711) 2020-11-12 15:10:56 -05:00
pipeline.py ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143) 2020-10-07 21:53:36 +11:00
random_projection.py DOC Add None as valid option to random_state in random_projection.py (#18238) 2020-08-25 10:31:41 +02:00
setup.py MNT removed deprecated files generation (#17132) 2020-05-25 17:34:17 +02:00