geocif 0.1.23__tar.gz → 0.1.25__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.23/geocif.egg-info → geocif-0.1.25}/PKG-INFO +11 -3
- {geocif-0.1.23 → geocif-0.1.25}/README.md +10 -2
- {geocif-0.1.23 → geocif-0.1.25}/geocif/__init__.py +1 -1
- {geocif-0.1.23/geocif/ml → geocif-0.1.25/geocif}/analysis.py +828 -744
- {geocif-0.1.23 → geocif-0.1.25}/geocif/geocif.py +201 -119
- {geocif-0.1.23 → geocif-0.1.25}/geocif/indices_runner.py +24 -5
- {geocif-0.1.23 → geocif-0.1.25}/geocif/logger.py +4 -2
- geocif-0.1.25/geocif/ml/__init__.py +4 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/ml/correlations.py +4 -5
- {geocif-0.1.23 → geocif-0.1.25}/geocif/ml/feature_engineering.py +7 -3
- {geocif-0.1.23 → geocif-0.1.25}/geocif/ml/feature_selection.py +13 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/ml/output.py +12 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/ml/stages.py +6 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/ml/stats.py +88 -10
- {geocif-0.1.23 → geocif-0.1.25}/geocif/ml/trainers.py +2 -2
- {geocif-0.1.23/geocif/ml → geocif-0.1.25/geocif/playground}/misc.py +408 -365
- {geocif-0.1.23 → geocif-0.1.25}/geocif/utils.py +30 -15
- geocif-0.1.25/geocif/viz/__init__.py +4 -0
- geocif-0.1.25/geocif/viz/plot.py +433 -0
- {geocif-0.1.23 → geocif-0.1.25/geocif.egg-info}/PKG-INFO +11 -3
- {geocif-0.1.23 → geocif-0.1.25}/geocif.egg-info/SOURCES.txt +6 -2
- geocif-0.1.25/requirements.txt +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/setup.cfg +1 -1
- {geocif-0.1.23 → geocif-0.1.25}/setup.py +19 -19
- {geocif-0.1.23 → geocif-0.1.25}/LICENSE +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/MANIFEST.in +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/agmet/__init__.py +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/agmet/geoagmet.py +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/agmet/plot.py +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/agmet/utils.py +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/backup/__init__.py +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/backup/constants.py +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/backup/features.py +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/backup/geo.py +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/backup/geocif.py +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/backup/metadata.py +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/backup/models.py +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/cei/__init__.py +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/cei/definitions.py +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/cei/indices.py +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/ml/embedding.py +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/ml/outliers.py +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/ml/outlook.py +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/ml/trend.py +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif/ml/xai.py +0 -0
- {geocif-0.1.23/geocif/ml → geocif-0.1.25/geocif/playground}/__init__.py +0 -0
- /geocif-0.1.23/requirements.txt → /geocif-0.1.25/geocif/playground/automl.py +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif.egg-info/dependency_links.txt +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif.egg-info/not-zip-safe +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/geocif.egg-info/top_level.txt +0 -0
- {geocif-0.1.23 → geocif-0.1.25}/tests/test_geocif.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: geocif
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.25
|
4
4
|
Summary: Models to visualize and forecast crop conditions and yields
|
5
5
|
Home-page: https://ritviksahajpal.github.io/yield_forecasting/
|
6
6
|
Author: Ritvik Sahajpal
|
@@ -31,9 +31,17 @@ License-File: LICENSE
|
|
31
31
|
- Documentation: https://ritviksahajpal.github.io/yield_forecasting/
|
32
32
|
|
33
33
|
|
34
|
-
|
34
|
+
### Upload package to pypi
|
35
|
+
1. Update requirements.txt
|
36
|
+
2. Update version="A.B.C" in setup.py
|
37
|
+
3. Navigate to the directory containing `setup.py` and run the following command:
|
38
|
+
```python
|
39
|
+
pipreqs . --force --savepath requirements.txt
|
40
|
+
mamba env export > environment.yml
|
41
|
+
python setup.py sdist
|
42
|
+
twine upload dist/geocif-A.B.C.tar.gz
|
43
|
+
```
|
35
44
|
|
36
|
-
- TODO
|
37
45
|
|
38
46
|
## Credits
|
39
47
|
|
@@ -12,9 +12,17 @@
|
|
12
12
|
- Documentation: https://ritviksahajpal.github.io/yield_forecasting/
|
13
13
|
|
14
14
|
|
15
|
-
|
15
|
+
### Upload package to pypi
|
16
|
+
1. Update requirements.txt
|
17
|
+
2. Update version="A.B.C" in setup.py
|
18
|
+
3. Navigate to the directory containing `setup.py` and run the following command:
|
19
|
+
```python
|
20
|
+
pipreqs . --force --savepath requirements.txt
|
21
|
+
mamba env export > environment.yml
|
22
|
+
python setup.py sdist
|
23
|
+
twine upload dist/geocif-A.B.C.tar.gz
|
24
|
+
```
|
16
25
|
|
17
|
-
- TODO
|
18
26
|
|
19
27
|
## Credits
|
20
28
|
|