geocif 0.1.25__tar.gz → 0.1.26__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.
- {geocif-0.1.25/geocif.egg-info → geocif-0.1.26}/PKG-INFO +1 -1
- {geocif-0.1.25 → geocif-0.1.26}/geocif/indices_runner.py +1 -2
- {geocif-0.1.25 → geocif-0.1.26/geocif.egg-info}/PKG-INFO +1 -1
- {geocif-0.1.25 → geocif-0.1.26}/setup.py +1 -1
- {geocif-0.1.25 → geocif-0.1.26}/LICENSE +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/MANIFEST.in +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/README.md +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/__init__.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/agmet/__init__.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/agmet/geoagmet.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/agmet/plot.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/agmet/utils.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/analysis.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/backup/__init__.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/backup/constants.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/backup/features.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/backup/geo.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/backup/geocif.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/backup/metadata.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/backup/models.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/cei/__init__.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/cei/definitions.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/cei/indices.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/geocif.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/logger.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/ml/__init__.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/ml/correlations.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/ml/embedding.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/ml/feature_engineering.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/ml/feature_selection.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/ml/outliers.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/ml/outlook.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/ml/output.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/ml/stages.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/ml/stats.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/ml/trainers.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/ml/trend.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/ml/xai.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/playground/__init__.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/playground/automl.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/playground/misc.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/utils.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/viz/__init__.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif/viz/plot.py +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif.egg-info/SOURCES.txt +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif.egg-info/dependency_links.txt +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif.egg-info/not-zip-safe +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/geocif.egg-info/top_level.txt +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/requirements.txt +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/setup.cfg +0 -0
- {geocif-0.1.25 → geocif-0.1.26}/tests/test_geocif.py +0 -0
@@ -171,10 +171,9 @@ class cei_runner(base.BaseGeo):
|
|
171
171
|
# "south_africa" in i[2] or
|
172
172
|
# "mozambique" in i[2] or
|
173
173
|
# "malawi" in i[2]]
|
174
|
-
combinations = [i for i in combinations if "ukraine_maize" in i[3]]
|
175
174
|
|
176
175
|
if self.do_parallel:
|
177
|
-
num_cpu = int(cpu_count() * 0.
|
176
|
+
num_cpu = int(cpu_count() * 0.6)
|
178
177
|
with Pool(num_cpu) as p:
|
179
178
|
for i, _ in enumerate(p.imap_unordered(indices.process, combinations)):
|
180
179
|
pass
|
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
|
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
|