/
githubmirror
/
scikit-learn
ОбзорДокументацияВойти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
scikit-learn/
sklearn/utils/
..
_repr_html

FIX accessibility: make copy-to-clipboard icons "keyboard-operable" in HTML displays (#34429)

21 день назад
_test_common

MNT Use pyrefly instead of mypy for type-checking (#34527)

19 часов назад
src

MNT Fix pre-commit issues (#31013)

год назад
tests

MNT Use pyrefly instead of mypy for type-checking (#34527)

19 часов назад
__init__.py

Enable config setting `sparse_interface` to control sparray and spmatrix creation (#31177)

5 месяцев назад
_arpack.py

DOC: Correct many grammatical issues (#32820)

8 месяцев назад
_array_api.py

Implement "everything follows X" for GridSearchCV (#33633)

14 дней назад
_available_if.py

MNT Enforce ruff rules (RUF) (#30694)

год назад
_bitset.pxd

ENH Speed up histogram gradient categorical data prediction (and perhaps other code) by ensuring C/Cython inlining actually happens (#34486)

22 дня назад
_bitset.pyx

ENH Speed up histogram gradient categorical data prediction (and perhaps other code) by ensuring C/Cython inlining actually happens (#34486)

22 дня назад
_blas_int.pxi.in

ENH: make `sklearn/utils/cython_blas` compatible with an ILP64 SciPy (#33784)

4 месяца назад
_bunch.py

DOC: Correct many a/an usage mistakes (#32996)

7 месяцев назад
_chunking.py

MNT Switch to absolute imports enforced by `ruff` (#31847)

год назад
_cython_blas.pxd

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

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

ENH: make `sklearn/utils/cython_blas` compatible with an ILP64 SciPy (#33784)

4 месяца назад
_dataframe.py

MNT replace is_pandas_df by narwhals (#34089)

3 месяца назад
_encode.py

MNT Use pyrefly instead of mypy for type-checking (#34527)

19 часов назад
_fast_dict.pxd

MNT Use absolute imports in sklearn/utils/_fast_dict.pxd (#32421)

10 месяцев назад
_fast_dict.pyx

MNT Switch to absolute imports in sklearn/utils/_fast_dict.pyx (#32317)

10 месяцев назад
_heap.pxd

MNT Ensure inlining of Cython utility functions (#34559)

18 дней назад
_indexing.py

MNT refactor name of `device` function to `array_device` (#34543)

20 дней назад
_isfinite.pyx

MNT replace authors and license with standard text (#30511)

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

DOC Improve documentation of `safe_mask` (#34508)

24 дня назад
_metadata_requests.py

MNT Use pyrefly instead of mypy for type-checking (#34527)

19 часов назад
_missing.py

ENH PERF Speed up unique counts for strings, thereby speeding up encoding (#34386)

месяц назад
_mocking.py

MNT Use pyrefly instead of mypy for type-checking (#34527)

19 часов назад
_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

FEA Callbacks API (#33322)

3 месяца назад
_param_validation.py

Enable config setting `sparse_interface` to control sparray and spmatrix creation (#31177)

5 месяцев назад
_plotting.py

ENH add `from_cv_results` in `PrecisionRecallDisplay` (#30508)

6 месяцев назад
_pprint.py

MNT Use pyrefly instead of mypy for type-checking (#34527)

19 часов назад
_random.pxd

DOC: Correct many grammatical issues (#32820)

8 месяцев назад
_random.pyx

MNT Use const for DEFAULT_SEED in _random.pxd (#32537)

10 месяцев назад
_response.py

FEA array API support for LogisticRegressionCV (#33906)

20 дней назад
_seq_dataset.pxd.tp

MNT Use absolute imports in sklearn/utils/_seq_dataset.pxd.tp and sklearn/utils/_seq_dataset.pyx.tp (#32335)

10 месяцев назад
_seq_dataset.pyx.tp

MNT Use absolute imports in sklearn/utils/_seq_dataset.pxd.tp and sklearn/utils/_seq_dataset.pyx.tp (#32335)

10 месяцев назад
_set_output.py

FIX avoid polars deprecation warning in `PolarsAdapter.hstack` (#34447)

месяц назад
_show_versions.py

ENH Include Narwhals in `show_versions` (#34138)

2 месяца назад
_sorting.pxd

FIX: Use intro sort for `simultaneous_sort` (2 way partitioning) (#33252)

3 месяца назад
_sorting.pyx

FIX: Use intro sort for `simultaneous_sort` (2 way partitioning) (#33252)

3 месяца назад
_sparse.py

Enable config setting `sparse_interface` to control sparray and spmatrix creation (#31177)

5 месяцев назад
_tags.py

MNT Add specific error message to `get_tags()` when users pass estimator class instead of instance (#32565)

7 месяцев назад
_testing.py

MNT Use pyrefly instead of mypy for type-checking (#34527)

19 часов назад
_typedefs.pxd

MNT remove unnecessary cython.import_array (#28656)

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

MNT remove unnecessary cython.import_array (#28656)

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

MNT Switch to absolute imports enforced by `ruff` (#31847)

год назад
_user_interface.py

MNT Add author/license note where missing and add the linter (#29477)

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

MNT Modified relative to absolute import paths in sklearn/utils/_vector_sentinel.pxd (#32332)

10 месяцев назад
_vector_sentinel.pyx

MAINT Cython linting (#25861)

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

FIX an issue with SGD models(SGDRegressor etc.) convergence criteria (#31856)

10 месяцев назад
_weight_vector.pyx.tp

FIX an issue with SGD models(SGDRegressor etc.) convergence criteria (#31856)

10 месяцев назад
arrayfuncs.pyx

MNT Switch to absolute imports in sklearn\utils\arrayfuncs.pyx (#32363)

10 месяцев назад
class_weight.py

MNT refactor name of `device` function to `array_device` (#34543)

20 дней назад
deprecation.py

MNT Clean up dead code related to deprecated classes (#33306)

6 месяцев назад
discovery.py

MNT Switch to absolute imports enforced by `ruff` (#31847)

год назад
estimator_checks.py

MNT Use pyrefly instead of mypy for type-checking (#34527)

19 часов назад
extmath.py

MNT refactor name of `device` function to `array_device` (#34543)

20 дней назад
fixes.py

perf: defer scipy.stats, pandas and scipy.special imports (#34265)

2 месяца назад
graph.py

Enable config setting `sparse_interface` to control sparray and spmatrix creation (#31177)

5 месяцев назад
meson.build

MNT Ensure inlining of Cython utility functions (#34559)

18 дней назад
metadata_routing.py

FIX metaedata routing with dask backend on joblib (#34077)

2 месяца назад
metaestimators.py

FIX add actual class name to error message in class vs. instance error (#33088)

7 месяцев назад
multiclass.py

MNT replace is_pandas_df by narwhals (#34089)

3 месяца назад
murmurhash.pxd

MNT Switch to absolute imports in sklearn/utils/murmurhash.* and sklearn/utils/sparsefuncs_fast.pyx

10 месяцев назад
murmurhash.pyx

DOC Correct many typos in code comments (#32666)

9 месяцев назад
optimize.py

ENH add Array API to newton-cg in LogisticRegression (#34412)

месяц назад
parallel.py

CI Run free-threaded test suite with pytest-run-parallel (#32023)

год назад
random.py

Enable config setting `sparse_interface` to control sparray and spmatrix creation (#31177)

5 месяцев назад
sparsefuncs.py

Enable config setting `sparse_interface` to control sparray and spmatrix creation (#31177)

5 месяцев назад
sparsefuncs_fast.pyx

Enable config setting `sparse_interface` to control sparray and spmatrix creation (#31177)

5 месяцев назад
stats.py

PRF: Optimize binning in HGBT (#34248)

2 месяца назад
validation.py

FIX indexable with dataframes (#34605)

11 дней назад