/
githubmirror
/
scikit-learn
ОбзорДокументацияВойти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
scikit-learn/
sklearn/utils/
..
src

MAINT remove spurious semi-columns for `switch` statement in cpp file (#28221)

3 года назад
tests

FIX improve doc and test for HTMLDocumentationLinkMixin (#29774)

2 года назад
__init__.py

DOC use pydata-sphinx-theme for the website (#29038)

2 года назад
_arpack.py

MNT initialize weights when using ARPACK solver with a utility (#18302)

6 лет назад
_array_api.py

Fix tests for numpy 2 and array api compat (#29436)

2 года назад
_available_if.py

ENH available_if reraises inner error (#28198)

3 года назад
_bunch.py

API Deprecates values in partial_dependence in favor of pdp_values (#21809)

3 года назад
_chunking.py

MAINT cleanup utils.__init__: move chunking tools into dedicated submodule (#28516)

2 года назад
_cython_blas.pxd

MAINT add const qualifications to required places in cython_blas and cd_fast (#25791)

3 года назад
_cython_blas.pyx

MAINT Cython linting (#25861)

3 года назад
_encode.py

MAINT cleanup utils.__init__: move nan utils into dedicated submodule (#28495)

2 года назад
_estimator_html_repr.css

DOC use sphinx-gallery css variable to adapt light/dark theme (#27659)

3 года назад
_estimator_html_repr.py

FIX improve doc and test for HTMLDocumentationLinkMixin (#29774)

2 года назад
_fast_dict.pxd

MAINT utils._fast_dict uses types from utils._typedefs (#26025)

3 года назад
_fast_dict.pyx

MAINT Cython linting (#25861)

3 года назад
_heap.pxd

MAINT Consistent cython types continued (#25810)

3 года назад
_heap.pyx

MAINT Consistent cython types continued (#25810)

3 года назад
_indexing.py

MNT Update main-ci lock files (#29388)

2 года назад
_isfinite.pyx

MAINT Remove Cython compilation warnings ahead of Cython3.0 release (#25621)

3 года назад
_joblib.py

API Deprecate utils.parallel_backend and utils.register_parallel_backend (#28847)

2 года назад
_mask.py

MAINT cleanup utils.__init__: move masking tools into utils._mask (#28515)

2 года назад
_metadata_requests.py

DOC improved documentation for `MethodPair` and `RouterMappingPair` (#29489)

2 года назад
_missing.py

MAINT cleanup utils.__init__: move nan utils into dedicated submodule (#28495)

2 года назад
_mocking.py

FEA add TunedThresholdClassifier meta-estimator to post-tune the cut-off threshold (#26120)

2 года назад
_openmp_helpers.pxd

MAINT Replace deprecated cython conditional compilation (#25654)

3 года назад
_openmp_helpers.pyx

PERF set openmp to use only physical cores by default (#26082)

3 года назад
_optional_dependencies.py

MAINT cleanup utils.__init__: move check_matplotlib/pandas_support into dedicated submodule (#28482)

2 года назад
_param_validation.py

MAINT Use appropriate boolean constraint alias for param validation in SGD (#28573)

2 года назад
_plotting.py

MAINT cleanup utils.__init__: move check_matplotlib/pandas_support into dedicated submodule (#28482)

2 года назад
_pprint.py

MAINT cleanup utils.__init__: move nan utils into dedicated submodule (#28495)

2 года назад
_random.pxd

MNT remove unnecessary cython.import_array (#28656)

2 года назад
_random.pyx

MNT remove unnecessary cython.import_array (#28656)

2 года назад
_response.py

FEA add TunedThresholdClassifier meta-estimator to post-tune the cut-off threshold (#26120)

2 года назад
_seq_dataset.pxd.tp

MNT remove unnecessary cython.import_array (#28656)

2 года назад
_seq_dataset.pyx.tp

MNT remove unnecessary cython.import_array (#28656)

2 года назад
_set_output.py

CI Use conda-forge for min-dependencies build and add polars and pandas (#29502)

2 года назад
_show_versions.py

MAINT Bump threadpoolctl min version for 1.5 (#28838)

2 года назад
_sorting.pxd

MAINT Consistent cython types continued (#25810)

3 года назад
_sorting.pyx

MAINT Consistent cython types continued (#25810)

3 года назад
_tags.py

ENH Add common Array API tests and estimator tag (#26372)

3 года назад
_testing.py

MAINT cleanup utils.__init__: move IS_PYPY, _IS_WASM, _IS_32BIT into utils.fixes (#28768)

2 года назад
_typedefs.pxd

MNT remove unnecessary cython.import_array (#28656)

2 года назад
_typedefs.pyx

MNT remove unnecessary cython.import_array (#28656)

2 года назад
_user_interface.py

MAINT cleanup utils.__init__: move _print_elapsed_time into dedicated submodule (#28662)

2 года назад
_vector_sentinel.pxd

MAINT Consistent cython types continued (#25810)

3 года назад
_vector_sentinel.pyx

MAINT Cython linting (#25861)

3 года назад
_weight_vector.pxd.tp

BLD Generate warning automatically for templated cython files (#25842)

3 года назад
_weight_vector.pyx.tp

BLD Generate warning automatically for templated cython files (#25842)

3 года назад
arrayfuncs.pyx

DOC use pydata-sphinx-theme for the website (#29038)

2 года назад
class_weight.py

DOC use pydata-sphinx-theme for the website (#29038)

2 года назад
deprecation.py

:lock: :robot: CI Update lock files for main CI build(s) :lock: :robot: (#29486)

2 года назад
discovery.py

DOC use pydata-sphinx-theme for the website (#29038)

2 года назад
estimator_checks.py

MNT Fix E721 linting issues to do type comparisons with is (#29501)

2 года назад
extmath.py

update the doctests to be compatible with numpy>=2 (#29613)

2 года назад
fixes.py

CI Use conda-forge for min-dependencies build and add polars and pandas (#29502)

2 года назад
graph.py

DOC use pydata-sphinx-theme for the website (#29038)

2 года назад
meson.build

BLD Add missing OpenMP dependencies in relevant meson.build (#29694)

2 года назад
metadata_routing.py

DOC use pydata-sphinx-theme for the website (#29038)

2 года назад
metaestimators.py

DOC use pydata-sphinx-theme for the website (#29038)

2 года назад
multiclass.py

DOC use pydata-sphinx-theme for the website (#29038)

2 года назад
murmurhash.pxd

MNT remove unnecessary cython.import_array (#28656)

2 года назад
murmurhash.pyx

MNT remove unnecessary cython.import_array (#28656)

2 года назад
optimize.py

ENH add verbosity to newton-cg solver (#27526)

2 года назад
parallel.py

FIX Lazy instantiate the ThreadpoolController (#29235)

2 года назад
random.py

DOC use pydata-sphinx-theme for the website (#29038)

2 года назад
sparsefuncs.py

DOC use pydata-sphinx-theme for the website (#29038)

2 года назад
sparsefuncs_fast.pyx

DOC Fix documentation example sparsefuncs_fast (#29526) (#29527)

2 года назад
stats.py

MNT Clean fixes and compat for old versions of our dependencies (#22642)

4 года назад
validation.py

MNT Update main-ci lock files (#29388)

2 года назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©