geocif 0.2.61__tar.gz → 0.2.62__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.2.61/geocif.egg-info → geocif-0.2.62}/PKG-INFO +1 -1
- {geocif-0.2.61 → geocif-0.2.62}/geocif/geocif.py +2 -3
- {geocif-0.2.61 → geocif-0.2.62/geocif.egg-info}/PKG-INFO +1 -1
- {geocif-0.2.61 → geocif-0.2.62}/setup.py +1 -1
- {geocif-0.2.61 → geocif-0.2.62}/LICENSE +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/MANIFEST.in +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/README.md +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/__init__.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/agmet/__init__.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/agmet/geoagmet.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/agmet/plot.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/agmet/utils.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/analysis.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/backup/__init__.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/backup/constants.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/backup/features.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/backup/geo.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/backup/geocif.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/backup/metadata.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/backup/models.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/cei/__init__.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/cei/definitions.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/cei/indices.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/experiments.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/geocif_runner.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/indices_runner.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/indices_runner_algeria.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/indices_runner_angola.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/indices_runner_madagascar.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/indices_runner_malawi.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/indices_runner_mozambique.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/indices_runner_south_africa.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/indices_runner_zambia.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/indices_runner_zimbabwe.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/logger.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/ml/__init__.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/ml/correlations.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/ml/embedding.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/ml/feature_engineering.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/ml/feature_selection.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/ml/outliers.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/ml/outlook.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/ml/output.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/ml/spatial_autocorrelation.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/ml/stages.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/ml/stats.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/ml/trainers.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/ml/trend.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/ml/xai.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/mm.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/__init__.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/aa.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/aaaa.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/area.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/automl.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/download_esi.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/enso.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/eval.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/gamtest.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/gee_access.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/misc.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/play_xagg.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/reg.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/sustain.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/test_catboost.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/tmp.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/tmp2.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/tmp3.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/tmp4.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/tmp5.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/wolayita.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/wolayita_maize_mask.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/wolayita_v2.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/playground/wolayita_v3.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/risk/__init__.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/risk/impact_assessment.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/utils.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/viz/__init__.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/viz/gt.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/viz/plot.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/viz/tmp.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif/viz/viz_ml.py +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif.egg-info/SOURCES.txt +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif.egg-info/dependency_links.txt +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif.egg-info/not-zip-safe +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/geocif.egg-info/top_level.txt +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/requirements.txt +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/setup.cfg +0 -0
- {geocif-0.2.61 → geocif-0.2.62}/tests/test_geocif.py +0 -0
@@ -325,7 +325,7 @@ class Geocif:
|
|
325
325
|
elif self.model_name == "ydf":
|
326
326
|
# Combine X_train and y_train
|
327
327
|
df_train = pd.concat([X_train, self.y_train], axis=1)
|
328
|
-
|
328
|
+
|
329
329
|
self.model = self.model.train(df_train)
|
330
330
|
elif self.model_name == "geospaNN":
|
331
331
|
self.model.fit(
|
@@ -535,8 +535,7 @@ class Geocif:
|
|
535
535
|
]
|
536
536
|
w_train = data_train.y - self.estimate(data_train.x)
|
537
537
|
elif self.model_name == "ydf":
|
538
|
-
|
539
|
-
y_pred = self.model.evaluate(X_test)
|
538
|
+
y_pred = self.model.predict(X_test)
|
540
539
|
best_hyperparameters = {}
|
541
540
|
elif self.model_name in ["tabpfn", "desreg"]:
|
542
541
|
y_pred = self.model.predict(X_test)
|
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
|
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
|