scikit-learn/sklearn
Takeshi Oura cb4688ad15
ENH Preserving dtype for np.float32 in SparsePCA and MiniBatchSparsePCA (#22111)
Co-authored-by: takoika <>
2022-01-04 17:39:14 +01:00
..
__check_build MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_build_utils CI Build macOS arm wheels [cd build gh] (#21827) 2021-12-02 16:57:25 +01:00
_loss ENH log1pexp for binomial loss in loss module (#21814) 2021-11-30 12:45:30 -05:00
cluster MAINT Use push_back directly in dbscan_inner (#22077) 2021-12-31 11:52:13 +01:00
compose Improve validation messages with infinite data (#21219) 2021-10-29 15:59:57 +02:00
covariance Improve validation messages with infinite data (#21219) 2021-10-29 15:59:57 +02:00
cross_decomposition ENH Adds get_feature_names_out for cross_decomposition (#22119) 2022-01-04 16:04:35 +01:00
datasets ENH Add a retry mechanism in fetch_openml (#21901) 2021-12-22 14:03:15 -05:00
decomposition ENH Preserving dtype for np.float32 in SparsePCA and MiniBatchSparsePCA (#22111) 2022-01-04 17:39:14 +01:00
ensemble ENH Pass only bootstrap to `_parallel_build_trees` (#22106) 2021-12-31 15:31:37 -05:00
experimental MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
externals MNT sync externals/_pilutil.py with upstream (#21161) 2021-09-27 14:38:38 +02:00
feature_extraction FIX Remove validation in FeatureHasher's __init__ (#21573) 2021-12-14 18:51:22 +01:00
feature_selection ENH Adds n_features_to_select upper limit to SeqFeatureSelector (#20145) 2021-12-24 09:13:16 -05:00
gaussian_process DOC fix typo in gaussian_process_regressor (#21653) 2021-11-15 15:14:04 +01:00
impute [MRG] SimpleImputer skipped feature warning with feature names (#21617) 2021-12-01 16:04:08 +01:00
inspection MNT remove deprecated kind='legacy' in partial_dependence (#21589) 2021-11-24 11:11:10 +01:00
linear_model Fix a default value in Perceptron documentation (#22116) 2022-01-03 08:58:50 +01:00
manifold FIX Isomap with precomputed distances and disconnected graph (#21915) 2021-12-23 16:20:13 -05:00
metrics DOC Ensures that silhouette_samples passes numpydoc (#21851) 2021-12-20 10:02:52 -05:00
mixture FIX correctly initialize precisions_cholesky_ in GaussianMixture (#22058) 2021-12-22 20:10:22 +01:00
model_selection ENH Add optional parameter to return raw data for diabetes dataset (#16605) 2021-12-17 11:33:18 +01:00
neighbors MAINT refactor heap routines into utils (#21987) 2021-12-21 13:37:11 +01:00
neural_network DOC use Python float instead of C double (#21489) 2021-10-28 16:12:14 +02:00
preprocessing Doc fix typos in sklearn.preprocessing._encoders (#21910) 2021-12-07 14:32:43 +01:00
semi_supervised MNT Adjust n_jobs=2 for examples and tests (#21780) 2021-11-25 10:49:26 +01:00
svm CI Fixes wheel building (#22051) 2021-12-24 14:06:21 +01:00
tests ENH Adds get_feature_names_out for cross_decomposition (#22119) 2022-01-04 16:04:35 +01:00
tree FIX Fixes plot_tree from going out of bounds (#21917) 2021-12-08 14:04:06 +01:00
utils MNT move bunch to its own file (#22084) 2021-12-31 10:02:23 +01:00
__init__.py MNT bumb version number to 1.1 (#20945) 2021-09-06 14:33:59 +02:00
_config.py DOC make "sklearn._config.get_config" pass numpydoc (#21656) 2021-11-15 15:31:23 +01:00
_distributor_init.py MAINT Add _distributor_init.py (#15570) 2019-11-19 23:56:34 +01:00
_isotonic.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_min_dependencies.py FIX Fixes joblib memmap error for KDTree and BallTree (#21845) 2021-12-02 21:12:13 +01:00
base.py DOC Ensures that sklearn.base.clone passes numpydoc validation (#21557) 2021-11-22 23:06:53 +01:00
calibration.py ENH make CalibratedClassifierCV accept on fit_params (#18170) 2021-12-17 10:35:50 +01:00
conftest.py DOC Adds missing imports into examples and test them (#21186) 2021-09-29 13:51:33 +02:00
discriminant_analysis.py ENH Adds get_feature_names_out for discriminant_analysis (#22120) 2022-01-04 11:54:05 +01:00
dummy.py DOC improve the docstrings of DummyClassifier (#21712) 2021-11-22 15:22:42 +01:00
exceptions.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
isotonic.py Improve validation messages with infinite data (#21219) 2021-10-29 15:59:57 +02:00
kernel_approximation.py FIX incorrect `component_indices_` in Nystroem (#20554) 2021-09-02 16:14:36 +02:00
kernel_ridge.py DOC Various documentation improvements (#21764) 2021-11-26 11:11:43 +01:00
multiclass.py FIX Fixes OneVsRestClassifier predict_proba for constant int targets (#21871) 2021-12-22 00:08:48 +01:00
multioutput.py DOC Improve document MultiOutputRegressor (#21836) 2021-11-30 19:40:53 +01:00
naive_bayes.py FIX delete feature_names_in_ when refitting on a ndarray (#21389) 2021-10-23 12:30:05 +02:00
pipeline.py FIX Removes validation in __init__ for Pipeline (#21888) 2021-12-10 14:08:39 -05:00
random_projection.py TST Lower memory usage for random_project examples (#21558) 2021-11-05 10:09:24 +01:00
setup.py MRG Common Private Loss Module with tempita (#20567) 2021-11-26 16:45:41 +01:00