pybear-dask 0.2.2__tar.gz → 0.2.4__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.2 → pybear_dask-0.2.4}/CHANGELOG.md +40 -0
- pybear_dask-0.2.4/PKG-INFO +373 -0
- pybear_dask-0.2.2/PKG-INFO → pybear_dask-0.2.4/README.rst +108 -48
- pybear_dask-0.2.4/pyproject.toml +135 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/base/_is_classifier.py +12 -2
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/GSTCVDask.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/base/get_feature_names_test.py +3 -1
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/base/is_classifier_1min35sec_test.py +25 -5
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/autogridsearch/conftest.py +36 -2
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/autogridsearch/verification_AutoGSTCVDask_1min39sec_test.py +1 -1
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/autogridsearch/verification_AutoGridSearchCVDask_Xsec_test.py +1 -1
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/preprocessing/ColumnDeduplicator/conftest.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/preprocessing/ColumnDeduplicator/dask_wrappers_12sec_test.py +4 -1
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/preprocessing/InterceptManager/conftest.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/preprocessing/MinCountTransformer/conftest.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/preprocessing/SlimPolyFeatures/conftest.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/preprocessing/conftest.py +4 -1
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/preprocessing/conftest_X_factory_18sec_test.py +19 -3
- pybear_dask-0.2.2/README.rst +0 -239
- pybear_dask-0.2.2/pyproject.toml +0 -82
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/LICENSE +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/_version.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/base/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_fit/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_fit/_estimator_fit_params_helper.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_fit/_fold_splitter.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_fit/_get_kfold.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_fit/_parallelized_fit.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_fit/_parallelized_scorer.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_fit/_parallelized_train_scorer.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_param_conditioning/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_param_conditioning/_scheduler.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_type_aliases.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_validation/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_validation/_cache_cv.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_validation/_dask_estimator.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_validation/_iid.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_validation/_validation.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/GSTCV/_GSTCVDask/_validation/_y.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/GSTCV/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/autogridsearch/AutoGSTCVDask.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/autogridsearch/AutoGridSearchCVDask.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/autogridsearch/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/autogridsearch/_autogridsearch_wrapper/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/src/pybear_dask/model_selection/autogridsearch/_autogridsearch_wrapper/_refit_can_be_skipped.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/11min45sec +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/base/1min38sec +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/base/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/base/conftest.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/conftest.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/9min10sec +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/8min00sec +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCV/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCV/estimator_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCV/estimator_wrapped_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCV/validation_init_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/8min58sec +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/fit/3min48sec +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/fit/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/fit/accuracy_50sec_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/fit/cache_cv__cv__iid__2min2sec_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/fit/estimator_fit_params_helper_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/fit/fit__fit_params_test_24sec_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/fit/fold_splitter_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/fit/get_kfold_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/fit/parallelized_fit_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/fit/parellelized_scorer_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/fit/parellelized_train_scorer_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/param_conditioning/13sec +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/param_conditioning/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/param_conditioning/scheduler_13sec_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/validation/3min49sec +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/validation/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/validation/cache_cv_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/validation/dask_estimator_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/validation/dask_estimator_wrapped_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/validation/iid_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/validation/validation_init_3min25sec_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/validation/validation_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/validation/validation_y_fit_dask_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/validation/validation_y_score_dask_38sec_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVDask/validation/y_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVMixin/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVMixin/param_conditioning/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVMixin/param_conditioning/cv_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVMixin/validation/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVMixin/validation/cv_val_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVMixin/validation/estimator_val_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/GSTCVMixin/validation/predict_proba_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/conftest.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/conftest_gstcv_dask_fixture_37sec_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/GSTCV/conftest_list_of_fixtures +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/autogridsearch/3min54sec +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/autogridsearch/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/autogridsearch/autogridsearch_wrapper/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/autogridsearch/autogridsearch_wrapper/refit_can_be_skipped_6sec_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/model_selection/autogridsearch/verification_dask_gscvs_10sec_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/preprocessing/40sec +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/preprocessing/ColumnDeduplicator/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/preprocessing/InterceptManager/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/preprocessing/InterceptManager/dask_wrappers_10sec_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/preprocessing/MinCountTransformer/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/preprocessing/MinCountTransformer/dask_wrappers_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/preprocessing/SlimPolyFeatures/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/preprocessing/SlimPolyFeatures/dask_wrappers_18sec_test.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/preprocessing/__init__.py +0 -0
- {pybear_dask-0.2.2 → pybear_dask-0.2.4}/tests/version_test.py +0 -0
|
@@ -6,6 +6,46 @@ 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.4] - 2026-07-11
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
- Support for py3.14
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
- Update dependency floors for py3.14 support
|
|
16
|
+
|
|
17
|
+
### Deprecated
|
|
18
|
+
- None
|
|
19
|
+
|
|
20
|
+
### Removed
|
|
21
|
+
- Support for py3.9
|
|
22
|
+
|
|
23
|
+
### Fixed
|
|
24
|
+
- None
|
|
25
|
+
|
|
26
|
+
### Security
|
|
27
|
+
- None
|
|
28
|
+
|
|
29
|
+
## [0.2.3] - 2025-09-30
|
|
30
|
+
|
|
31
|
+
### Added
|
|
32
|
+
- None
|
|
33
|
+
|
|
34
|
+
### Changed
|
|
35
|
+
- Bump version to match pybear
|
|
36
|
+
|
|
37
|
+
### Deprecated
|
|
38
|
+
- None
|
|
39
|
+
|
|
40
|
+
### Removed
|
|
41
|
+
- None
|
|
42
|
+
|
|
43
|
+
### Fixed
|
|
44
|
+
- None
|
|
45
|
+
|
|
46
|
+
### Security
|
|
47
|
+
- None
|
|
48
|
+
|
|
9
49
|
## [0.2.2] - 2025-09-08
|
|
10
50
|
|
|
11
51
|
### Added
|
|
@@ -0,0 +1,373 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: pybear-dask
|
|
3
|
+
Version: 0.2.4
|
|
4
|
+
Summary: Python modules for data analytics applications with dask
|
|
5
|
+
License: BSD-3-Clause
|
|
6
|
+
License-File: LICENSE
|
|
7
|
+
Keywords: python data analytics pybear dask
|
|
8
|
+
Author: Bill Sousa
|
|
9
|
+
Author-email: WKSJR99@msn.com
|
|
10
|
+
Maintainer: Bill Sousa
|
|
11
|
+
Requires-Python: >=3.10
|
|
12
|
+
Classifier: License :: OSI Approved :: BSD License
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
19
|
+
Requires-Dist: dask (>=2024.3.0) ; python_version == "3.10"
|
|
20
|
+
Requires-Dist: dask (>=2024.4.1) ; python_version == "3.11"
|
|
21
|
+
Requires-Dist: dask (>=2024.4.1) ; python_version == "3.12"
|
|
22
|
+
Requires-Dist: dask (>=2025.1.0) ; python_version == "3.13"
|
|
23
|
+
Requires-Dist: dask (>=2025.1.0) ; python_version == "3.14"
|
|
24
|
+
Requires-Dist: dask-expr (>=1.0,<2.0.0) ; python_version == "3.10"
|
|
25
|
+
Requires-Dist: dask-ml (>=2024.3.20,<2026) ; python_version == "3.10"
|
|
26
|
+
Requires-Dist: dask-ml (>=2024.3.20,<2026) ; python_version == "3.11"
|
|
27
|
+
Requires-Dist: dask-ml (>=2024.3.20,<2026) ; python_version == "3.12"
|
|
28
|
+
Requires-Dist: dask-ml (>=2025.1.0,<2026) ; python_version == "3.13"
|
|
29
|
+
Requires-Dist: dask-ml (>=2025.1.0,<2026) ; python_version == "3.14"
|
|
30
|
+
Requires-Dist: distributed (>=2024.3.0) ; python_version == "3.10"
|
|
31
|
+
Requires-Dist: distributed (>=2024.4.1) ; python_version == "3.11"
|
|
32
|
+
Requires-Dist: distributed (>=2024.4.1) ; python_version == "3.12"
|
|
33
|
+
Requires-Dist: distributed (>=2025.1.0) ; python_version == "3.13"
|
|
34
|
+
Requires-Dist: distributed (>=2025.1.0) ; python_version == "3.14"
|
|
35
|
+
Requires-Dist: pybear (>=0.2.0) ; python_version == "3.10"
|
|
36
|
+
Requires-Dist: pybear (>=0.2.0) ; python_version == "3.11"
|
|
37
|
+
Requires-Dist: pybear (>=0.2.0) ; python_version == "3.12"
|
|
38
|
+
Requires-Dist: pybear (>=0.2.0) ; python_version == "3.13"
|
|
39
|
+
Requires-Dist: pybear (>=0.2.4) ; python_version == "3.14"
|
|
40
|
+
Requires-Dist: scikit-learn (>=1.3.0,<1.8) ; python_version == "3.10"
|
|
41
|
+
Requires-Dist: scikit-learn (>=1.4.2,<2.0) ; python_version == "3.11"
|
|
42
|
+
Requires-Dist: scikit-learn (>=1.4.2,<2.0) ; python_version == "3.12"
|
|
43
|
+
Requires-Dist: scikit-learn (>=1.6.1,<2.0) ; python_version == "3.13"
|
|
44
|
+
Requires-Dist: scikit-learn (>=1.7.2,<2.0) ; python_version == "3.14"
|
|
45
|
+
Project-URL: Homepage, https://github.com/PylarBear/pybear-dask
|
|
46
|
+
Project-URL: Repository, https://github.com/PylarBear/pybear-dask
|
|
47
|
+
Description-Content-Type: text/x-rst
|
|
48
|
+
|
|
49
|
+
pybear-dask
|
|
50
|
+
===========
|
|
51
|
+
|
|
52
|
+
|Tests|
|
|
53
|
+
|Coverage|
|
|
54
|
+
|Test Status 314|
|
|
55
|
+
|Test Status 313|
|
|
56
|
+
|Test Status 312|
|
|
57
|
+
|Test Status 311|
|
|
58
|
+
|Test Status 310|
|
|
59
|
+
|
|
60
|
+
.. |Tests| image:: https://raw.githubusercontent.com/PylarBear/pybear-dask/main/.github/badges/tests-badge.svg
|
|
61
|
+
:target: https://github.com/PylarBear/pybear-dask/actions
|
|
62
|
+
|
|
63
|
+
.. |Coverage| image:: https://raw.githubusercontent.com/PylarBear/pybear-dask/main/.github/badges/coverage-badge.svg
|
|
64
|
+
:target: https://github.com/PylarBear/pybear-dask/actions
|
|
65
|
+
|
|
66
|
+
.. |Test Status 314| image:: https://github.com/PylarBear/pybear-dask/actions/workflows/matrix-tests-py314.yml/badge.svg
|
|
67
|
+
:target: https://github.com/PylarBear/pybear-dask/actions/workflows/matrix-tests-py314.yml
|
|
68
|
+
|
|
69
|
+
.. |Test Status 313| image:: https://github.com/PylarBear/pybear-dask/actions/workflows/matrix-tests-py313.yml/badge.svg
|
|
70
|
+
:target: https://github.com/PylarBear/pybear-dask/actions/workflows/matrix-tests-py313.yml
|
|
71
|
+
|
|
72
|
+
.. |Test Status 312| image:: https://github.com/PylarBear/pybear-dask/actions/workflows/matrix-tests-py312.yml/badge.svg
|
|
73
|
+
:target: https://github.com/PylarBear/pybear-dask/actions/workflows/matrix-tests-py312.yml
|
|
74
|
+
|
|
75
|
+
.. |Test Status 311| image:: https://github.com/PylarBear/pybear-dask/actions/workflows/matrix-tests-py311.yml/badge.svg
|
|
76
|
+
:target: https://github.com/PylarBear/pybear-dask/actions/workflows/matrix-tests-py311.yml
|
|
77
|
+
|
|
78
|
+
.. |Test Status 310| image:: https://github.com/PylarBear/pybear-dask/actions/workflows/matrix-tests-py310.yml/badge.svg
|
|
79
|
+
:target: https://github.com/PylarBear/pybear-dask/actions/workflows/matrix-tests-py310.yml
|
|
80
|
+
|
|
81
|
+
|TestPyPI Build Status|
|
|
82
|
+
|
|
83
|
+
.. |TestPyPI Build Status| image:: https://github.com/PylarBear/pybear-dask/actions/workflows/testpypi-publish.yml/badge.svg
|
|
84
|
+
:target: https://github.com/PylarBear/pybear-dask/actions/workflows/testpypi-publish.yml
|
|
85
|
+
|
|
86
|
+
|PyPI Build Status|
|
|
87
|
+
|Version|
|
|
88
|
+
|PyPI Downloads|
|
|
89
|
+
|
|
90
|
+
.. |PyPI Build Status| image:: https://github.com/PylarBear/pybear-dask/actions/workflows/pypi-publish.yml/badge.svg
|
|
91
|
+
:target: https://github.com/PylarBear/pybear-dask/actions/workflows/pypi-publish.yml
|
|
92
|
+
|
|
93
|
+
.. |Version| image:: https://img.shields.io/pypi/v/pybear-dask?style=flat&color=blue
|
|
94
|
+
:target: https://pypi.org/project/pybear-dask
|
|
95
|
+
:alt: PyPI Version
|
|
96
|
+
|
|
97
|
+
.. |PyPI Downloads| image:: https://static.pepy.tech/badge/pybear-dask
|
|
98
|
+
:target: https://pepy.tech/project/pybear-dask/
|
|
99
|
+
:alt: PyPI Downloads
|
|
100
|
+
|
|
101
|
+
|DOI|
|
|
102
|
+
|
|
103
|
+
.. |DOI| image:: https://zenodo.org/badge/1009051313.svg
|
|
104
|
+
:target: https://doi.org/10.5281/zenodo.16548280
|
|
105
|
+
:alt: DOI
|
|
106
|
+
|
|
107
|
+
|BMC|
|
|
108
|
+
|
|
109
|
+
.. |BMC| image:: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png
|
|
110
|
+
:target: https://www.buymeacoffee.com/pybear
|
|
111
|
+
:alt: Buy Me A Coffee
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
.. |PythonVersion314| replace:: ==3.14
|
|
115
|
+
.. |DaskVersion314| replace:: >=2025.1.0
|
|
116
|
+
.. |DaskMLVersion314| replace:: >=2025.1.0
|
|
117
|
+
.. |DistributedVersion314| replace:: >=2025.1.0
|
|
118
|
+
.. |PybearVersion314| replace:: >=0.2.4
|
|
119
|
+
.. |PytestVersion314| replace:: >=8.0.0
|
|
120
|
+
.. |ScikitVersion314| replace:: >=1.7.2
|
|
121
|
+
|
|
122
|
+
.. |PythonVersion313| replace:: ==3.13
|
|
123
|
+
.. |DaskVersion313| replace:: >=2025.1.0
|
|
124
|
+
.. |DaskMLVersion313| replace:: >=2025.1.0
|
|
125
|
+
.. |DistributedVersion313| replace:: >=2025.1.0
|
|
126
|
+
.. |PybearVersion313| replace:: >=0.2.0
|
|
127
|
+
.. |PytestVersion313| replace:: >=7.0.0
|
|
128
|
+
.. |ScikitVersion313| replace:: >=1.6.1
|
|
129
|
+
|
|
130
|
+
.. |PythonVersion312| replace:: ==3.12
|
|
131
|
+
.. |DaskVersion312| replace:: >=2024.4.1
|
|
132
|
+
.. |DaskMLVersion312| replace:: >=2024.3.20
|
|
133
|
+
.. |DistributedVersion312| replace:: >=2024.4.1
|
|
134
|
+
.. |PybearVersion312| replace:: >=0.2.0
|
|
135
|
+
.. |PytestVersion312| replace:: >=7.0.0
|
|
136
|
+
.. |ScikitVersion312| replace:: >=1.4.2
|
|
137
|
+
|
|
138
|
+
.. |PythonVersion311| replace:: ==3.11
|
|
139
|
+
.. |DaskVersion311| replace:: >=2024.4.1
|
|
140
|
+
.. |DaskMLVersion311| replace:: >=2024.3.20
|
|
141
|
+
.. |DistributedVersion311| replace:: >=2024.4.1
|
|
142
|
+
.. |PybearVersion311| replace:: >=0.2.0
|
|
143
|
+
.. |PytestVersion311| replace:: >=7.0.0
|
|
144
|
+
.. |ScikitVersion311| replace:: >=1.4.2
|
|
145
|
+
|
|
146
|
+
.. |PythonVersion310| replace:: ==3.10
|
|
147
|
+
.. |DaskVersion310| replace:: >=2024.3.0
|
|
148
|
+
.. |DaskExprVersion310| replace:: >=1.0,<2.0.0
|
|
149
|
+
.. |DaskMLVersion310| replace:: >=2024.3.20
|
|
150
|
+
.. |DistributedVersion310| replace:: >=2024.3.0
|
|
151
|
+
.. |PybearVersion310| replace:: >=0.2.0
|
|
152
|
+
.. |PytestVersion310| replace:: >=7.0.0
|
|
153
|
+
.. |ScikitVersion310| replace:: >=1.3.0,<1.8
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
Python packages that augment your data analytics experience.
|
|
157
|
+
|
|
158
|
+
pybear-dask is a scikit-style Python computing library that supplements the
|
|
159
|
+
pybear library with analogous modules that have dask capability.
|
|
160
|
+
|
|
161
|
+
Python versions 3.10, 3.11, 3.12, 3.13, and 3.14 are supported.
|
|
162
|
+
|
|
163
|
+
Website: https://github.com/PylarBear/pybear-dask
|
|
164
|
+
|
|
165
|
+
License
|
|
166
|
+
-------
|
|
167
|
+
|
|
168
|
+
BSD 3-Clause License. See `License File <https://github.com/PylarBear/pybear-dask/blob/main/LICENSE>`__.
|
|
169
|
+
|
|
170
|
+
=======
|
|
171
|
+
|
|
172
|
+
Installation
|
|
173
|
+
------------
|
|
174
|
+
|
|
175
|
+
Dependencies
|
|
176
|
+
~~~~~~~~~~~~
|
|
177
|
+
|
|
178
|
+
pybear-dask operating on Python 3.14 requires:
|
|
179
|
+
|
|
180
|
+
- Python (|PythonVersion314|)
|
|
181
|
+
- dask (|DaskVersion314|)
|
|
182
|
+
- dask-ml (|DaskMLVersion314|)
|
|
183
|
+
- distributed (|DistributedVersion314|)
|
|
184
|
+
- pybear (|PybearVersion314|)
|
|
185
|
+
- scikit-learn (|ScikitVersion314|)
|
|
186
|
+
|
|
187
|
+
pybear-dask operating on Python 3.13 requires:
|
|
188
|
+
|
|
189
|
+
- Python (|PythonVersion313|)
|
|
190
|
+
- dask (|DaskVersion313|)
|
|
191
|
+
- dask-ml (|DaskMLVersion313|)
|
|
192
|
+
- distributed (|DistributedVersion313|)
|
|
193
|
+
- pybear (|PybearVersion313|)
|
|
194
|
+
- scikit-learn (|ScikitVersion313|)
|
|
195
|
+
|
|
196
|
+
pybear-dask operating on Python 3.12 requires:
|
|
197
|
+
|
|
198
|
+
- Python (|PythonVersion312|)
|
|
199
|
+
- dask (|DaskVersion312|)
|
|
200
|
+
- dask-ml (|DaskMLVersion312|)
|
|
201
|
+
- distributed (|DistributedVersion312|)
|
|
202
|
+
- pybear (|PybearVersion312|)
|
|
203
|
+
- scikit-learn (|ScikitVersion312|)
|
|
204
|
+
|
|
205
|
+
pybear-dask operating on Python 3.11 requires:
|
|
206
|
+
|
|
207
|
+
- Python (|PythonVersion311|)
|
|
208
|
+
- dask (|DaskVersion311|)
|
|
209
|
+
- dask-ml (|DaskMLVersion311|)
|
|
210
|
+
- distributed (|DistributedVersion311|)
|
|
211
|
+
- pybear (|PybearVersion311|)
|
|
212
|
+
- scikit-learn (|ScikitVersion311|)
|
|
213
|
+
|
|
214
|
+
pybear-dask operating on Python 3.10 requires:
|
|
215
|
+
|
|
216
|
+
- Python (|PythonVersion310|)
|
|
217
|
+
- dask (|DaskVersion310|)
|
|
218
|
+
- dask-expr (|DaskExprVersion310|)
|
|
219
|
+
- dask-ml (|DaskMLVersion310|)
|
|
220
|
+
- distributed (|DistributedVersion310|)
|
|
221
|
+
- pybear (|PybearVersion310|)
|
|
222
|
+
- scikit-learn (|ScikitVersion310|)
|
|
223
|
+
|
|
224
|
+
User installation
|
|
225
|
+
~~~~~~~~~~~~~~~~~
|
|
226
|
+
|
|
227
|
+
Install pybear-dask from the online PyPI package repository using ``pip``::
|
|
228
|
+
|
|
229
|
+
(your-env) $ pip install pybear-dask
|
|
230
|
+
|
|
231
|
+
A Conda distribution is not expected to be made available anytime soon.
|
|
232
|
+
|
|
233
|
+
=======
|
|
234
|
+
|
|
235
|
+
Usage
|
|
236
|
+
-----
|
|
237
|
+
The folder structure of pybear-dask is nearly identical to scikit-learn. This
|
|
238
|
+
is so those that are familiar with the scikit layout and have experience with
|
|
239
|
+
writing the associated import statements have an easy transition to pybear-dask.
|
|
240
|
+
The pybear-dask subfolders are *base* and *model_selection*.
|
|
241
|
+
|
|
242
|
+
You can import pybear-dask's packages in the same way you would with scikit.
|
|
243
|
+
Here are a few examples of how you could import and use pybear-dask modules:
|
|
244
|
+
|
|
245
|
+
.. code-block:: console
|
|
246
|
+
|
|
247
|
+
from pybear-dask.model_selection import GSTCVDask
|
|
248
|
+
|
|
249
|
+
search = GSTCVDask()
|
|
250
|
+
search.fit(X, y)
|
|
251
|
+
|
|
252
|
+
from pybear-dask import model_selection as ms
|
|
253
|
+
|
|
254
|
+
search = ms.AutoGridSearchCVDask()
|
|
255
|
+
search.fit(X, y)
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
=======
|
|
259
|
+
|
|
260
|
+
Major Modules
|
|
261
|
+
-------------
|
|
262
|
+
|
|
263
|
+
AutoGridSearchCVDask
|
|
264
|
+
~~~~~~~~~~~~~~~~~~~~
|
|
265
|
+
Perform multiple uninterrupted passes of grid search with dask_ml GridSearchCV
|
|
266
|
+
and dask objects utilizing progressively narrower search grids.
|
|
267
|
+
|
|
268
|
+
- Access via pybear-dask.model_selection.AutoGridSearchCVDask.
|
|
269
|
+
|
|
270
|
+
GSTCVDask (GridSearchThresholdCV for Dask)
|
|
271
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
272
|
+
Perform conventional grid search on a classifier with concurrent threshold
|
|
273
|
+
search using dask objects in parallel and distributed environments. Finds the
|
|
274
|
+
global optima for the passed parameters and thresholds. Fully compliant with
|
|
275
|
+
the dask_ml/scikit-learn GridSearchCV API.
|
|
276
|
+
|
|
277
|
+
- Access via pybear-dask.model_selection.GSTCVDask.
|
|
278
|
+
|
|
279
|
+
AutoGSTCVDask (AutoGridSearchThresholdCV for Dask)
|
|
280
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
281
|
+
Perform multiple uninterrupted passes of grid search with pybear-dask GSTCVDask
|
|
282
|
+
utilizing progressively narrower search grids.
|
|
283
|
+
|
|
284
|
+
- Access via pybear-dask.model_selection.AutoGSTCVDask.
|
|
285
|
+
|
|
286
|
+
=======
|
|
287
|
+
|
|
288
|
+
Changelog
|
|
289
|
+
---------
|
|
290
|
+
|
|
291
|
+
See the `changelog <https://github.com/PylarBear/pybear-dask/blob/main/CHANGELOG.md>`__
|
|
292
|
+
for a history of notable changes to pybear-dask.
|
|
293
|
+
|
|
294
|
+
=======
|
|
295
|
+
|
|
296
|
+
Development
|
|
297
|
+
-----------
|
|
298
|
+
|
|
299
|
+
Important links
|
|
300
|
+
~~~~~~~~~~~~~~~
|
|
301
|
+
|
|
302
|
+
- Official source code repo: https://github.com/PylarBear/pybear-dask
|
|
303
|
+
- Download releases: https://pypi.org/project/pybear-dask/
|
|
304
|
+
- Issue tracker: https://github.com/PylarBear/pybear-dask/issues
|
|
305
|
+
|
|
306
|
+
Source code
|
|
307
|
+
~~~~~~~~~~~
|
|
308
|
+
|
|
309
|
+
You can clone the latest source code with the command::
|
|
310
|
+
|
|
311
|
+
git clone https://github.com/PylarBear/pybear-dask.git
|
|
312
|
+
|
|
313
|
+
Contributing
|
|
314
|
+
~~~~~~~~~~~~
|
|
315
|
+
|
|
316
|
+
pybear-dask is not ready for contributions at this time!
|
|
317
|
+
If you have a good idea that uses dask, it may be better to try to contribute
|
|
318
|
+
directly to
|
|
319
|
+
`dask <https://image.dask.org/en/latest/contributing.html>`__ or
|
|
320
|
+
`dask-ml <https://ml.dask.org/contributing.html>`__.
|
|
321
|
+
|
|
322
|
+
Testing
|
|
323
|
+
~~~~~~~
|
|
324
|
+
|
|
325
|
+
pybear-dask 0.2 is tested via GitHub Actions to run on Linux, Windows, and MacOS,
|
|
326
|
+
with Python versions 3.10, 3.11, 3.12, 3.13, and 3.14. pybear-dask is not supported
|
|
327
|
+
nor tested on earlier versions.
|
|
328
|
+
|
|
329
|
+
If you want to test pybear-dask yourself, you will need:
|
|
330
|
+
|
|
331
|
+
- pytest (|PytestVersion314|) for Python version 3.14
|
|
332
|
+
- pytest (|PytestVersion313|) for Python versions 3.13, 3.12, 3.11, and 3.10
|
|
333
|
+
|
|
334
|
+
The tests are not available in the PyPI pip installation. You can get
|
|
335
|
+
the tests by downloading the tarball from the pybear-dask project page on
|
|
336
|
+
`pypi.org <https://pypi.org/project/pybear-dask/>`_ or cloning the pybear-dask
|
|
337
|
+
repo from `GitHub <https://github.com/PylarBear/pybear-dask>`_. Once you have
|
|
338
|
+
the source files in a local project folder, create a poetry environment for the
|
|
339
|
+
project and install the test dependencies. After installation, open the poetry
|
|
340
|
+
environment shell and you can launch the test suite from the root of your
|
|
341
|
+
pybear-dask project folder with::
|
|
342
|
+
|
|
343
|
+
(your-pybear-dask-env) you@your_computer:/path/to/pybear-dask/project$ pytest tests/
|
|
344
|
+
|
|
345
|
+
Project History
|
|
346
|
+
---------------
|
|
347
|
+
|
|
348
|
+
This project was spun off the main pybear project just prior to the first
|
|
349
|
+
public release of both. pybear-dask was spun off to ensure maximum stability
|
|
350
|
+
for the main pybear project, while keeping these modules available.
|
|
351
|
+
|
|
352
|
+
Help and Support
|
|
353
|
+
----------------
|
|
354
|
+
|
|
355
|
+
Documentation
|
|
356
|
+
~~~~~~~~~~~~~
|
|
357
|
+
|
|
358
|
+
Documentation is not expected to be made available via a website for this
|
|
359
|
+
package. Use the documentation for similar packages in the main pybear package.
|
|
360
|
+
See the repo for pybear: https://github.com/PylarBear/pybear/
|
|
361
|
+
See the online docs for pybear: https://pybear.readthedocs.io/en/stable/index.html
|
|
362
|
+
|
|
363
|
+
Communication
|
|
364
|
+
~~~~~~~~~~~~~
|
|
365
|
+
|
|
366
|
+
- GitHub Discussions: https://github.com/PylarBear/pybear-dask/discussions
|
|
367
|
+
- Website: https://github.com/PylarBear/pybear-dask
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
|
|
@@ -1,32 +1,9 @@
|
|
|
1
|
-
Metadata-Version: 2.3
|
|
2
|
-
Name: pybear-dask
|
|
3
|
-
Version: 0.2.2
|
|
4
|
-
Summary: Python modules for data analytics applications with dask
|
|
5
|
-
License: BSD-3-Clause
|
|
6
|
-
Keywords: python data analytics pybear dask
|
|
7
|
-
Author: Bill Sousa
|
|
8
|
-
Author-email: WKSJR99@msn.com
|
|
9
|
-
Maintainer: Bill Sousa
|
|
10
|
-
Requires-Python: >=3.10,<3.13
|
|
11
|
-
Classifier: License :: OSI Approved :: BSD License
|
|
12
|
-
Classifier: Programming Language :: Python :: 3
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
-
Requires-Dist: dask (<2025.1)
|
|
17
|
-
Requires-Dist: dask-ml (<2025.1)
|
|
18
|
-
Requires-Dist: distributed (<2025.1)
|
|
19
|
-
Requires-Dist: pybear (>=0.2.0)
|
|
20
|
-
Requires-Dist: scikit-learn (<1.7)
|
|
21
|
-
Project-URL: Homepage, https://github.com/PylarBear/pybear-dask
|
|
22
|
-
Project-URL: Repository, https://github.com/PylarBear/pybear-dask
|
|
23
|
-
Description-Content-Type: text/x-rst
|
|
24
|
-
|
|
25
1
|
pybear-dask
|
|
26
2
|
===========
|
|
27
3
|
|
|
28
4
|
|Tests|
|
|
29
5
|
|Coverage|
|
|
6
|
+
|Test Status 314|
|
|
30
7
|
|Test Status 313|
|
|
31
8
|
|Test Status 312|
|
|
32
9
|
|Test Status 311|
|
|
@@ -38,6 +15,9 @@ pybear-dask
|
|
|
38
15
|
.. |Coverage| image:: https://raw.githubusercontent.com/PylarBear/pybear-dask/main/.github/badges/coverage-badge.svg
|
|
39
16
|
:target: https://github.com/PylarBear/pybear-dask/actions
|
|
40
17
|
|
|
18
|
+
.. |Test Status 314| image:: https://github.com/PylarBear/pybear-dask/actions/workflows/matrix-tests-py314.yml/badge.svg
|
|
19
|
+
:target: https://github.com/PylarBear/pybear-dask/actions/workflows/matrix-tests-py314.yml
|
|
20
|
+
|
|
41
21
|
.. |Test Status 313| image:: https://github.com/PylarBear/pybear-dask/actions/workflows/matrix-tests-py313.yml/badge.svg
|
|
42
22
|
:target: https://github.com/PylarBear/pybear-dask/actions/workflows/matrix-tests-py313.yml
|
|
43
23
|
|
|
@@ -62,7 +42,7 @@ pybear-dask
|
|
|
62
42
|
.. |PyPI Build Status| image:: https://github.com/PylarBear/pybear-dask/actions/workflows/pypi-publish.yml/badge.svg
|
|
63
43
|
:target: https://github.com/PylarBear/pybear-dask/actions/workflows/pypi-publish.yml
|
|
64
44
|
|
|
65
|
-
.. |Version| image:: https://img.shields.io/pypi/v/pybear-dask
|
|
45
|
+
.. |Version| image:: https://img.shields.io/pypi/v/pybear-dask?style=flat&color=blue
|
|
66
46
|
:target: https://pypi.org/project/pybear-dask
|
|
67
47
|
:alt: PyPI Version
|
|
68
48
|
|
|
@@ -82,17 +62,55 @@ pybear-dask
|
|
|
82
62
|
:target: https://www.buymeacoffee.com/pybear
|
|
83
63
|
:alt: Buy Me A Coffee
|
|
84
64
|
|
|
85
|
-
.. |PythonVersion| replace:: >=3.10, <3.13
|
|
86
|
-
.. |DaskVersion| replace:: <2025.1.0
|
|
87
|
-
.. |DaskMLVersion| replace:: <2025.1.0
|
|
88
|
-
.. |DistributedVersion| replace:: <2025.1.0
|
|
89
|
-
.. |PybearVersion| replace:: >=0.2.0
|
|
90
|
-
.. |PytestVersion| replace:: >=7.0.0
|
|
91
|
-
|
|
92
|
-
|
|
93
65
|
|
|
94
|
-
|
|
95
|
-
|
|
66
|
+
.. |PythonVersion314| replace:: ==3.14
|
|
67
|
+
.. |DaskVersion314| replace:: >=2025.1.0
|
|
68
|
+
.. |DaskMLVersion314| replace:: >=2025.1.0
|
|
69
|
+
.. |DistributedVersion314| replace:: >=2025.1.0
|
|
70
|
+
.. |PybearVersion314| replace:: >=0.2.4
|
|
71
|
+
.. |PytestVersion314| replace:: >=8.0.0
|
|
72
|
+
.. |ScikitVersion314| replace:: >=1.7.2
|
|
73
|
+
|
|
74
|
+
.. |PythonVersion313| replace:: ==3.13
|
|
75
|
+
.. |DaskVersion313| replace:: >=2025.1.0
|
|
76
|
+
.. |DaskMLVersion313| replace:: >=2025.1.0
|
|
77
|
+
.. |DistributedVersion313| replace:: >=2025.1.0
|
|
78
|
+
.. |PybearVersion313| replace:: >=0.2.0
|
|
79
|
+
.. |PytestVersion313| replace:: >=7.0.0
|
|
80
|
+
.. |ScikitVersion313| replace:: >=1.6.1
|
|
81
|
+
|
|
82
|
+
.. |PythonVersion312| replace:: ==3.12
|
|
83
|
+
.. |DaskVersion312| replace:: >=2024.4.1
|
|
84
|
+
.. |DaskMLVersion312| replace:: >=2024.3.20
|
|
85
|
+
.. |DistributedVersion312| replace:: >=2024.4.1
|
|
86
|
+
.. |PybearVersion312| replace:: >=0.2.0
|
|
87
|
+
.. |PytestVersion312| replace:: >=7.0.0
|
|
88
|
+
.. |ScikitVersion312| replace:: >=1.4.2
|
|
89
|
+
|
|
90
|
+
.. |PythonVersion311| replace:: ==3.11
|
|
91
|
+
.. |DaskVersion311| replace:: >=2024.4.1
|
|
92
|
+
.. |DaskMLVersion311| replace:: >=2024.3.20
|
|
93
|
+
.. |DistributedVersion311| replace:: >=2024.4.1
|
|
94
|
+
.. |PybearVersion311| replace:: >=0.2.0
|
|
95
|
+
.. |PytestVersion311| replace:: >=7.0.0
|
|
96
|
+
.. |ScikitVersion311| replace:: >=1.4.2
|
|
97
|
+
|
|
98
|
+
.. |PythonVersion310| replace:: ==3.10
|
|
99
|
+
.. |DaskVersion310| replace:: >=2024.3.0
|
|
100
|
+
.. |DaskExprVersion310| replace:: >=1.0,<2.0.0
|
|
101
|
+
.. |DaskMLVersion310| replace:: >=2024.3.20
|
|
102
|
+
.. |DistributedVersion310| replace:: >=2024.3.0
|
|
103
|
+
.. |PybearVersion310| replace:: >=0.2.0
|
|
104
|
+
.. |PytestVersion310| replace:: >=7.0.0
|
|
105
|
+
.. |ScikitVersion310| replace:: >=1.3.0,<1.8
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
Python packages that augment your data analytics experience.
|
|
109
|
+
|
|
110
|
+
pybear-dask is a scikit-style Python computing library that supplements the
|
|
111
|
+
pybear library with analogous modules that have dask capability.
|
|
112
|
+
|
|
113
|
+
Python versions 3.10, 3.11, 3.12, 3.13, and 3.14 are supported.
|
|
96
114
|
|
|
97
115
|
Website: https://github.com/PylarBear/pybear-dask
|
|
98
116
|
|
|
@@ -109,13 +127,51 @@ Installation
|
|
|
109
127
|
Dependencies
|
|
110
128
|
~~~~~~~~~~~~
|
|
111
129
|
|
|
112
|
-
pybear-dask requires:
|
|
130
|
+
pybear-dask operating on Python 3.14 requires:
|
|
131
|
+
|
|
132
|
+
- Python (|PythonVersion314|)
|
|
133
|
+
- dask (|DaskVersion314|)
|
|
134
|
+
- dask-ml (|DaskMLVersion314|)
|
|
135
|
+
- distributed (|DistributedVersion314|)
|
|
136
|
+
- pybear (|PybearVersion314|)
|
|
137
|
+
- scikit-learn (|ScikitVersion314|)
|
|
138
|
+
|
|
139
|
+
pybear-dask operating on Python 3.13 requires:
|
|
140
|
+
|
|
141
|
+
- Python (|PythonVersion313|)
|
|
142
|
+
- dask (|DaskVersion313|)
|
|
143
|
+
- dask-ml (|DaskMLVersion313|)
|
|
144
|
+
- distributed (|DistributedVersion313|)
|
|
145
|
+
- pybear (|PybearVersion313|)
|
|
146
|
+
- scikit-learn (|ScikitVersion313|)
|
|
113
147
|
|
|
114
|
-
- Python
|
|
115
|
-
|
|
116
|
-
-
|
|
117
|
-
-
|
|
118
|
-
-
|
|
148
|
+
pybear-dask operating on Python 3.12 requires:
|
|
149
|
+
|
|
150
|
+
- Python (|PythonVersion312|)
|
|
151
|
+
- dask (|DaskVersion312|)
|
|
152
|
+
- dask-ml (|DaskMLVersion312|)
|
|
153
|
+
- distributed (|DistributedVersion312|)
|
|
154
|
+
- pybear (|PybearVersion312|)
|
|
155
|
+
- scikit-learn (|ScikitVersion312|)
|
|
156
|
+
|
|
157
|
+
pybear-dask operating on Python 3.11 requires:
|
|
158
|
+
|
|
159
|
+
- Python (|PythonVersion311|)
|
|
160
|
+
- dask (|DaskVersion311|)
|
|
161
|
+
- dask-ml (|DaskMLVersion311|)
|
|
162
|
+
- distributed (|DistributedVersion311|)
|
|
163
|
+
- pybear (|PybearVersion311|)
|
|
164
|
+
- scikit-learn (|ScikitVersion311|)
|
|
165
|
+
|
|
166
|
+
pybear-dask operating on Python 3.10 requires:
|
|
167
|
+
|
|
168
|
+
- Python (|PythonVersion310|)
|
|
169
|
+
- dask (|DaskVersion310|)
|
|
170
|
+
- dask-expr (|DaskExprVersion310|)
|
|
171
|
+
- dask-ml (|DaskMLVersion310|)
|
|
172
|
+
- distributed (|DistributedVersion310|)
|
|
173
|
+
- pybear (|PybearVersion310|)
|
|
174
|
+
- scikit-learn (|ScikitVersion310|)
|
|
119
175
|
|
|
120
176
|
User installation
|
|
121
177
|
~~~~~~~~~~~~~~~~~
|
|
@@ -124,8 +180,7 @@ Install pybear-dask from the online PyPI package repository using ``pip``::
|
|
|
124
180
|
|
|
125
181
|
(your-env) $ pip install pybear-dask
|
|
126
182
|
|
|
127
|
-
Conda
|
|
128
|
-
PyPI.
|
|
183
|
+
A Conda distribution is not expected to be made available anytime soon.
|
|
129
184
|
|
|
130
185
|
=======
|
|
131
186
|
|
|
@@ -211,24 +266,29 @@ Contributing
|
|
|
211
266
|
~~~~~~~~~~~~
|
|
212
267
|
|
|
213
268
|
pybear-dask is not ready for contributions at this time!
|
|
269
|
+
If you have a good idea that uses dask, it may be better to try to contribute
|
|
270
|
+
directly to
|
|
271
|
+
`dask <https://image.dask.org/en/latest/contributing.html>`__ or
|
|
272
|
+
`dask-ml <https://ml.dask.org/contributing.html>`__.
|
|
214
273
|
|
|
215
274
|
Testing
|
|
216
275
|
~~~~~~~
|
|
217
276
|
|
|
218
277
|
pybear-dask 0.2 is tested via GitHub Actions to run on Linux, Windows, and MacOS,
|
|
219
|
-
with Python versions 3.10, 3.11, and 3.
|
|
220
|
-
|
|
278
|
+
with Python versions 3.10, 3.11, 3.12, 3.13, and 3.14. pybear-dask is not supported
|
|
279
|
+
nor tested on earlier versions.
|
|
221
280
|
|
|
222
281
|
If you want to test pybear-dask yourself, you will need:
|
|
223
282
|
|
|
224
|
-
- pytest (|
|
|
283
|
+
- pytest (|PytestVersion314|) for Python version 3.14
|
|
284
|
+
- pytest (|PytestVersion313|) for Python versions 3.13, 3.12, 3.11, and 3.10
|
|
225
285
|
|
|
226
286
|
The tests are not available in the PyPI pip installation. You can get
|
|
227
287
|
the tests by downloading the tarball from the pybear-dask project page on
|
|
228
288
|
`pypi.org <https://pypi.org/project/pybear-dask/>`_ or cloning the pybear-dask
|
|
229
289
|
repo from `GitHub <https://github.com/PylarBear/pybear-dask>`_. Once you have
|
|
230
290
|
the source files in a local project folder, create a poetry environment for the
|
|
231
|
-
project and install the test dependencies. After installation,
|
|
291
|
+
project and install the test dependencies. After installation, open the poetry
|
|
232
292
|
environment shell and you can launch the test suite from the root of your
|
|
233
293
|
pybear-dask project folder with::
|
|
234
294
|
|
|
@@ -250,6 +310,7 @@ Documentation
|
|
|
250
310
|
Documentation is not expected to be made available via a website for this
|
|
251
311
|
package. Use the documentation for similar packages in the main pybear package.
|
|
252
312
|
See the repo for pybear: https://github.com/PylarBear/pybear/
|
|
313
|
+
See the online docs for pybear: https://pybear.readthedocs.io/en/stable/index.html
|
|
253
314
|
|
|
254
315
|
Communication
|
|
255
316
|
~~~~~~~~~~~~~
|
|
@@ -261,4 +322,3 @@ Communication
|
|
|
261
322
|
|
|
262
323
|
|
|
263
324
|
|
|
264
|
-
|