scikit-learn/sklearn/utils
Thomas J. Fan 057b82ed18
API Deprecates plot_partial_dependence (#20959)
* API Deprecates plot_partial_dependence

* DOC Adds whats new

* DOC Fixes doc build errors

* CLN Removes feature warning

* CLN Address comments

* DOC Fix docstrings

* TST Skip future warning tests

* DOC Adjust docstrings

* REV Reduce diff

* DOC Adds docstring
2021-09-09 14:25:59 +02:00
..
src MAINT Remove vendored C99 lgamma implementation (#14555) 2019-08-07 11:23:39 +02:00
tests ENH add `only_non_negative` parameter to `_check_sample_weight` (#20880) 2021-09-08 13:45:48 +02:00
__init__.py API Deprecates plot_partial_dependence (#20959) 2021-09-09 14:25:59 +02:00
_arpack.py MNT initialize weights when using ARPACK solver with a utility (#18302) 2020-11-27 18:25:35 +01:00
_cython_blas.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_cython_blas.pyx [MRG] MAINT: Continue moving from CBLAS to scipy cython blas (#13084) 2019-02-20 19:23:34 +01:00
_encode.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
_estimator_html_repr.py ENH Better padding for html diagram representation (#20855) 2021-08-31 18:28:55 +02:00
_fast_dict.pxd MAINT Make utlis.fast_dict private (#15223) 2019-10-14 00:36:36 -04:00
_fast_dict.pyx MAINT Make utlis.fast_dict private (#15223) 2019-10-14 00:36:36 -04:00
_joblib.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_logistic_sigmoid.pyx MNT consistently call import_array() after cimport of numpy (#17054) 2020-04-28 12:19:52 +02:00
_mask.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_mocking.py DOC use backticks for n_samples and n_features in X docstring (#20914) 2021-09-02 13:35:03 +02:00
_openmp_helpers.pyx [MRG] BUILD: warn instead of raise when openmp unsupported (#15174) 2019-11-13 10:03:12 +01:00
_pprint.py STY Uses black's with target_version >= 3.7 (#20294) 2021-06-17 15:50:27 -04:00
_random.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_random.pyx DOC Add None as valid option to random_state for utils module (#18253) 2020-08-25 08:44:46 +02:00
_readonly_array_wrapper.pyx FEA add ReadonlyArrayWrapper (#20903) 2021-09-06 15:44:58 +02:00
_seq_dataset.pxd.tp MAINT Improve source generation using `Tempita` (#20481) 2021-08-09 21:43:56 +02:00
_seq_dataset.pyx.tp MAINT Improve source generation using `Tempita` (#20481) 2021-08-09 21:43:56 +02:00
_show_versions.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_tags.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_testing.py MAINT deprecate assert_warns and assert_warns_messsage (#20521) 2021-07-20 15:01:16 +02:00
_weight_vector.pxd.tp MNT Removing Cython compilation warnings in WeightVector template (#20739) 2021-08-13 09:25:37 -04:00
_weight_vector.pyx.tp MNT Remove profiling cython directives (#20741) 2021-08-16 14:46:30 +02:00
arrayfuncs.pyx Fix min_pos when all negative + speed up (#19328) 2021-02-03 22:52:18 +01:00
class_weight.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
deprecation.py FIX deprecated properties correctly wraps the property's docstring (#20385) 2021-06-26 21:40:18 +02:00
estimator_checks.py API Implements get_feature_names_out for transformers that support get_feature_names (#18444) 2021-09-07 10:56:57 +02:00
extmath.py ENH Improves memory usage for standard scalar (#20652) 2021-08-05 18:32:16 +02:00
fixes.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
graph.py MNT use `scipy.sparse.csgraph.shortest_path` in Isomap (#20531) 2021-08-03 09:16:00 +02:00
metaestimators.py FIX available_if used on an unbound method (#20655) 2021-08-05 18:06:30 +10:00
multiclass.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
murmurhash.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
murmurhash.pyx DOC Fix default values in murmurhash.pyx (#18336) 2020-09-17 18:22:09 -04:00
optimize.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
random.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
setup.py FEA add ReadonlyArrayWrapper (#20903) 2021-09-06 15:44:58 +02:00
sparsefuncs.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
sparsefuncs_fast.pyx FIX detect near constant feature in StandardScaler and linear models (#19788) 2021-04-14 13:34:22 +02:00
stats.py ENH Allow `sample_weight` in `SplineTransformer.fit` method (#20526) 2021-07-21 16:36:52 +02:00
validation.py ENH add `only_non_negative` parameter to `_check_sample_weight` (#20880) 2021-09-08 13:45:48 +02:00