scikit-learn/sklearn
Juan Carlos Alfaro Jiménez c4c0fe2ce4
FIX Specify C++11 compiler for sklearn/svm/_newrand (#17767)
2020-06-30 08:08:12 +10:00
..
__check_build MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_build_utils MNT Places all minimum dependencies in one central location (#17573) 2020-06-27 16:55:25 +02:00
_loss ENH Minimal Generalized linear models implementation (L2 + lbfgs) (#14300) 2020-03-04 14:08:24 +01:00
cluster CLN Remove self-assignments from tests (#17776) 2020-06-29 15:22:21 -04:00
compose MNT More replacements of numpy aliases with built-in types (#17707) 2020-06-26 12:45:03 +02:00
covariance DOC Specify meaning of default in cov_init for graphical_lasso (#17534) 2020-06-08 18:30:42 -04:00
cross_decomposition DOC document all attributes in PLSRegression (#17664) 2020-06-23 14:35:02 +02:00
datasets TST Skip test_common_check_return_X_y if pillow not installed (#17692) 2020-06-26 20:41:37 +02:00
decomposition DOC improve attributes and parameters descriptions in KernelPCA (#17747) 2020-06-26 18:00:50 +02:00
ensemble CLN Remove self-assignments from tests (#17776) 2020-06-29 15:22:21 -04:00
experimental DOC shorten estimators links for sklearn/feature_selection/* and sklearn/experimental/* modules (#17466) 2020-06-06 12:42:59 -04:00
externals MNT Add type annotations for OpenML fetcher (#17053) 2020-06-25 18:30:27 +02:00
feature_extraction MNT Remove code for scipy legacy version (#17708) 2020-06-24 21:07:39 +02:00
feature_selection ENH Enable percentage for n_features_to_select in RFE(Fix PR #16228) (#17090) 2020-06-26 22:40:25 -04:00
gaussian_process DOC Add explanation of n_jobs in gaussian_process/_gpc.py (#17716) 2020-06-25 14:31:08 +02:00
impute ENH Add inverse_transform feature to SimpleImputer (#17612) 2020-06-26 00:13:56 +10:00
inspection MNT More replacements of numpy aliases with built-in types (#17707) 2020-06-26 12:45:03 +02:00
linear_model TST check equivalence normalize/StandardScaler and dense/sparse in linear models (#17665) 2020-06-26 14:17:11 +02:00
manifold MNT make MDS documentation follow our doc guidelines (#17715) 2020-06-25 10:53:46 +02:00
metrics ENH Add parameter in colorbar in plot_confusion_matrix (#17192) 2020-06-26 22:58:05 +02:00
mixture MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
model_selection FIX Extract estimator objects before aggregating dict of scores (#17745) 2020-06-26 21:15:41 -04:00
neighbors DOC add missing attributes to LocalOutlierFactor (#17696) 2020-06-26 09:52:02 +02:00
neural_network CLN Remove self-assignments from tests (#17776) 2020-06-29 15:22:21 -04:00
preprocessing MNT More replacements of numpy aliases with built-in types (#17707) 2020-06-26 12:45:03 +02:00
semi_supervised API kwonly for neighbors module (#17004) 2020-04-24 14:22:09 -04:00
svm FIX Specify C++11 compiler for sklearn/svm/_newrand (#17767) 2020-06-30 08:08:12 +10:00
tests DOC add missing attributes to LocalOutlierFactor (#17696) 2020-06-26 09:52:02 +02:00
tree MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
utils TST Fix estimator checks for classifers with poor_score tag (#16851) 2020-06-27 10:56:15 +02:00
__init__.py MNT bump master version to 0.24.dev0 (#17121) 2020-05-05 09:07:25 +02:00
_config.py DOC Minor fixes (#17325) 2020-05-28 10:52:54 -04:00
_distributor_init.py MAINT Add _distributor_init.py (#15570) 2019-11-19 23:56:34 +01:00
_isotonic.pyx MNT consistently call import_array() after cimport of numpy (#17054) 2020-04-28 12:19:52 +02:00
base.py DOC Specify the meaning of y=None in fit_transform (#17366) 2020-05-27 14:35:00 -07:00
calibration.py DOC Add example in docstring calibration_curve (#17731) 2020-06-26 10:10:26 +02:00
conftest.py CI Tunes the number of openmp threads based on the xdist worker count (#17559) 2020-06-11 10:45:01 +02:00
discriminant_analysis.py fix: Reduce warnings for k_means and discriminant_analysis (#17510) 2020-06-15 12:47:05 -04:00
dummy.py [MRG] More deprecation for 0.24 (#17142) 2020-05-20 16:04:14 -04:00
exceptions.py DOC Removes examples from exceptions docstrings (#17040) 2020-04-27 23:45:03 +10:00
isotonic.py [MRG] Expose interpolation thresholds as public fitted attribute of IsotonicRegression (#16289) 2020-06-25 21:16:43 +02:00
kernel_approximation.py DOC added missing attributes in SkewedChi2Sampler (#15514) 2020-06-18 09:43:29 +02:00
kernel_ridge.py DOC shorten class links in docstring using tilde (#17470) 2020-06-16 10:44:13 +02:00
multiclass.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
multioutput.py DOC add minimal example to multioutput.ClassifierChain (#15211) 2020-06-18 00:30:08 +02:00
naive_bayes.py DOC coef_ and intercept_ documentation for ComplementNB (#17722) 2020-06-25 18:53:52 +02:00
pipeline.py ENH Replace *args with named arguments in make_union (#17472) 2020-06-07 13:40:10 -04:00
random_projection.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
setup.py MNT removed deprecated files generation (#17132) 2020-05-25 17:34:17 +02:00