pybear-dask 0.2.1__tar.gz → 0.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/CHANGELOG.md +20 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/PKG-INFO +7 -1
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/README.rst +6 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/pyproject.toml +1 -1
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/LICENSE +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/_version.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/base/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/base/_is_classifier.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/GSTCVDask.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_fit/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_fit/_estimator_fit_params_helper.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_fit/_fold_splitter.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_fit/_get_kfold.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_fit/_parallelized_fit.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_fit/_parallelized_scorer.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_fit/_parallelized_train_scorer.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_param_conditioning/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_param_conditioning/_scheduler.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_type_aliases.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_validation/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_validation/_cache_cv.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_validation/_dask_estimator.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_validation/_iid.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_validation/_validation.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_validation/_y.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/autogridsearch/AutoGSTCVDask.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/autogridsearch/AutoGridSearchCVDask.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/autogridsearch/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/autogridsearch/_autogridsearch_wrapper/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/autogridsearch/_autogridsearch_wrapper/_refit_can_be_skipped.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/11min45sec +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/base/1min38sec +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/base/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/base/conftest.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/base/get_feature_names_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/base/is_classifier_1min35sec_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/conftest.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/9min10sec +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/8min00sec +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCV/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCV/estimator_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCV/estimator_wrapped_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCV/validation_init_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/8min58sec +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/fit/3min48sec +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/fit/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/fit/accuracy_50sec_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/fit/cache_cv__cv__iid__2min2sec_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/fit/estimator_fit_params_helper_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/fit/fit__fit_params_test_24sec_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/fit/fold_splitter_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/fit/get_kfold_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/fit/parallelized_fit_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/fit/parellelized_scorer_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/fit/parellelized_train_scorer_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/param_conditioning/13sec +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/param_conditioning/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/param_conditioning/scheduler_13sec_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/validation/3min49sec +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/validation/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/validation/cache_cv_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/validation/dask_estimator_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/validation/dask_estimator_wrapped_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/validation/iid_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/validation/validation_init_3min25sec_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/validation/validation_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/validation/validation_y_fit_dask_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/validation/validation_y_score_dask_38sec_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/validation/y_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVMixin/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVMixin/param_conditioning/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVMixin/param_conditioning/cv_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVMixin/validation/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVMixin/validation/cv_val_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVMixin/validation/estimator_val_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVMixin/validation/predict_proba_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/conftest.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/conftest_gstcv_dask_fixture_37sec_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/conftest_list_of_fixtures +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/autogridsearch/3min54sec +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/autogridsearch/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/autogridsearch/autogridsearch_wrapper/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/autogridsearch/autogridsearch_wrapper/refit_can_be_skipped_6sec_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/autogridsearch/conftest.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/autogridsearch/verification_AutoGSTCVDask_1min39sec_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/autogridsearch/verification_AutoGridSearchCVDask_Xsec_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/autogridsearch/verification_dask_gscvs_10sec_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/preprocessing/40sec +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/preprocessing/ColumnDeduplicator/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/preprocessing/ColumnDeduplicator/conftest.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/preprocessing/ColumnDeduplicator/dask_wrappers_12sec_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/preprocessing/InterceptManager/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/preprocessing/InterceptManager/conftest.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/preprocessing/InterceptManager/dask_wrappers_10sec_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/preprocessing/MinCountTransformer/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/preprocessing/MinCountTransformer/conftest.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/preprocessing/MinCountTransformer/dask_wrappers_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/preprocessing/SlimPolyFeatures/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/preprocessing/SlimPolyFeatures/conftest.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/preprocessing/SlimPolyFeatures/dask_wrappers_18sec_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/preprocessing/__init__.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/preprocessing/conftest.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/preprocessing/conftest_X_factory_18sec_test.py +0 -0
- {pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/version_test.py +0 -0
|
@@ -6,6 +6,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
## [0.2.2] - 2025-09-08
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
- None
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
- Bump version to match pybear
|
|
16
|
+
|
|
17
|
+
### Deprecated
|
|
18
|
+
- None
|
|
19
|
+
|
|
20
|
+
### Removed
|
|
21
|
+
- None
|
|
22
|
+
|
|
23
|
+
### Fixed
|
|
24
|
+
- None
|
|
25
|
+
|
|
26
|
+
### Security
|
|
27
|
+
- None
|
|
28
|
+
|
|
9
29
|
## [0.2.1] - 2025-08-16
|
|
10
30
|
|
|
11
31
|
### Added
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: pybear-dask
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Python modules for data analytics applications with dask
|
|
5
5
|
License: BSD-3-Clause
|
|
6
6
|
Keywords: python data analytics pybear dask
|
|
@@ -76,6 +76,12 @@ pybear-dask
|
|
|
76
76
|
:target: https://doi.org/10.5281/zenodo.16548280
|
|
77
77
|
:alt: DOI
|
|
78
78
|
|
|
79
|
+
|BMC|
|
|
80
|
+
|
|
81
|
+
.. |BMC| image:: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png
|
|
82
|
+
:target: https://www.buymeacoffee.com/pybear
|
|
83
|
+
:alt: Buy Me A Coffee
|
|
84
|
+
|
|
79
85
|
.. |PythonVersion| replace:: >=3.10, <3.13
|
|
80
86
|
.. |DaskVersion| replace:: <2025.1.0
|
|
81
87
|
.. |DaskMLVersion| replace:: <2025.1.0
|
|
@@ -52,6 +52,12 @@ pybear-dask
|
|
|
52
52
|
:target: https://doi.org/10.5281/zenodo.16548280
|
|
53
53
|
:alt: DOI
|
|
54
54
|
|
|
55
|
+
|BMC|
|
|
56
|
+
|
|
57
|
+
.. |BMC| image:: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png
|
|
58
|
+
:target: https://www.buymeacoffee.com/pybear
|
|
59
|
+
:alt: Buy Me A Coffee
|
|
60
|
+
|
|
55
61
|
.. |PythonVersion| replace:: >=3.10, <3.13
|
|
56
62
|
.. |DaskVersion| replace:: <2025.1.0
|
|
57
63
|
.. |DaskMLVersion| replace:: <2025.1.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pybear_dask-0.2.1 → pybear_dask-0.2.2}/src/pybear_dask/model_selection/autogridsearch/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCV/estimator_wrapped_test.py
RENAMED
|
File without changes
|
{pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCV/validation_init_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/fit/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/fit/get_kfold_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/validation/3min49sec
RENAMED
|
File without changes
|
{pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/validation/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/validation/iid_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/GSTCVDask/validation/y_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/model_selection/GSTCV/conftest_list_of_fixtures
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pybear_dask-0.2.1 → pybear_dask-0.2.2}/tests/preprocessing/conftest_X_factory_18sec_test.py
RENAMED
|
File without changes
|
|
File without changes
|