sarapy 3.1.0__py3-none-any.whl → 3.1.1__py3-none-any.whl
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.
- sarapy/dataProcessing/OpsProcessor.py +1 -1
- sarapy/version.py +1 -1
- {sarapy-3.1.0.dist-info → sarapy-3.1.1.dist-info}/METADATA +5 -1
- {sarapy-3.1.0.dist-info → sarapy-3.1.1.dist-info}/RECORD +8 -8
- test/checking_regresor.py +1 -1
- {sarapy-3.1.0.dist-info → sarapy-3.1.1.dist-info}/WHEEL +0 -0
- {sarapy-3.1.0.dist-info → sarapy-3.1.1.dist-info}/licenses/LICENCE +0 -0
- {sarapy-3.1.0.dist-info → sarapy-3.1.1.dist-info}/top_level.txt +0 -0
|
@@ -344,7 +344,7 @@ if __name__ == "__main__":
|
|
|
344
344
|
|
|
345
345
|
op = OpsProcessor(classifier_file='modelos\\pipeline_rf.pkl',
|
|
346
346
|
# regresor_file='modelos\\regresor.pkl', poly_features_file='modelos\\poly_features.pkl',
|
|
347
|
-
regresor_file='modelos\\
|
|
347
|
+
regresor_file='modelos\\regresor_v2.pkl', poly_features_file='modelos\\poly_features_v2.pkl',
|
|
348
348
|
**kwargs_fmcreator)
|
|
349
349
|
|
|
350
350
|
ops_clasificadas = op.processOperations(samples, **kwargs_classifier)
|
sarapy/version.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
## Version of the package
|
|
2
|
-
__version__ = "3.1.
|
|
2
|
+
__version__ = "3.1.1"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sarapy
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.1
|
|
4
4
|
Summary: Library for Sarapico Metadata processing
|
|
5
5
|
Author-email: Lucas Baldezzari <lmbaldezzari@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -32,6 +32,10 @@ Dynamic: license-file
|
|
|
32
32
|
|
|
33
33
|
Library for processing SARAPICO project metadata of _AMG SA_.
|
|
34
34
|
|
|
35
|
+
#### Version 3.1.1
|
|
36
|
+
|
|
37
|
+
- Se vuelve a generar archivos de regresor_v2 y poly_features_v2 porque quedó mal cargado.
|
|
38
|
+
|
|
35
39
|
#### Version 3.1.0
|
|
36
40
|
|
|
37
41
|
- Se actualiza regresor para estimar fertilizante.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
sarapy/__init__.py,sha256=aVoywqGSscYYDycLaYJnz08dlQabl9gH0h4Q5KtHM9o,74
|
|
2
|
-
sarapy/version.py,sha256=
|
|
2
|
+
sarapy/version.py,sha256=nu21TnYDRA1Ea8izdV-DvsKrdGiTFxIbDKxBSxFh5lo,48
|
|
3
3
|
sarapy/analysis/FeaturesResume.py,sha256=fqKpDy7Py3QHUMtrS8r-KE25ah4HjkJxBKoZtHdORAQ,31946
|
|
4
4
|
sarapy/analysis/__init__.py,sha256=i6QGXmnuA-k6Gh6639TinluogMhLGIiL-tiR_S2i2Ok,74
|
|
5
5
|
sarapy/dataProcessing/GeoProcessor.py,sha256=ARjgKTXDVdf_cFCXyFmzlnmmmay3HG3q-yeJ9QrAcQU,5919
|
|
6
|
-
sarapy/dataProcessing/OpsProcessor.py,sha256=
|
|
6
|
+
sarapy/dataProcessing/OpsProcessor.py,sha256=bK-l5d82-ZTcv169VEM7T7KlFtun24flvcvwXZFe5jw,19431
|
|
7
7
|
sarapy/dataProcessing/TLMSensorDataProcessor.py,sha256=NhRxMoA4SHwyhD61xn6m5UIp1ZrDhEnHaFfhveMJLRQ,3689
|
|
8
8
|
sarapy/dataProcessing/TimeSeriesProcessor.py,sha256=aig3A3_SCa9FVSWxGWiapBUX7Lj9Wi1BVyZi-XXZZYQ,6414
|
|
9
9
|
sarapy/dataProcessing/__init__.py,sha256=Kqs5sFtq6RMEa3KLJFbsGRoYsIxHL1UUGMuplyCyQFk,200
|
|
@@ -22,11 +22,11 @@ sarapy/stats/stats.py,sha256=eVmi6w9QcwvwuDK3yOr1Z8wQV-1oT3QJujDqWZFYzGc,11424
|
|
|
22
22
|
sarapy/utils/__init__.py,sha256=TD_-dGgPQBD13hyf2OqDUET0XZOXTduJD1ht8tjZF_0,257
|
|
23
23
|
sarapy/utils/plotting.py,sha256=kX-eYw618urMcUBkNPviQZdBziDc_TR3GInTsO90kU4,4065
|
|
24
24
|
sarapy/utils/utils.py,sha256=NSSeZHeLnQWcFa6vfJ2nVkptX2dIyiCMlZPBmsgEvjo,7106
|
|
25
|
-
sarapy-3.1.
|
|
26
|
-
test/checking_regresor.py,sha256=
|
|
25
|
+
sarapy-3.1.1.dist-info/licenses/LICENCE,sha256=N00sU3vSQ6F5c2vML9_qP4IFTkCPFFj0YGDB2CZP-uQ,840
|
|
26
|
+
test/checking_regresor.py,sha256=H5GZRD2ccy4yqjv9vr9PELpmbZVGY59lc2IDkKs7vTg,5931
|
|
27
27
|
test/probabilidades_test.py,sha256=4mGwuYNQGQd-LurL63pBpaaw5QHIN1PymBPhzRQB9Hc,3254
|
|
28
28
|
test/test_import.py,sha256=qYBVkwb3ACzGyYj4cVBNmrPAWw-cuITHgWP4oJYdrto,56
|
|
29
|
-
sarapy-3.1.
|
|
30
|
-
sarapy-3.1.
|
|
31
|
-
sarapy-3.1.
|
|
32
|
-
sarapy-3.1.
|
|
29
|
+
sarapy-3.1.1.dist-info/METADATA,sha256=ycUenXbdz48V6M64FL5Y92DS9KQ32qbNiuUqQYh_lIo,8395
|
|
30
|
+
sarapy-3.1.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
31
|
+
sarapy-3.1.1.dist-info/top_level.txt,sha256=gsDJg1lRhlnLTvKqH039RW-fsHlHgX6ZTxaM6GheziQ,34
|
|
32
|
+
sarapy-3.1.1.dist-info/RECORD,,
|
test/checking_regresor.py
CHANGED
|
@@ -155,7 +155,7 @@ plt.legend()
|
|
|
155
155
|
plt.show()
|
|
156
156
|
|
|
157
157
|
## Guardo el modelo 2 y las características polinómicas
|
|
158
|
-
with open("modelos//
|
|
158
|
+
with open("modelos//regresor_v2.pkl", "wb") as file:
|
|
159
159
|
pickle.dump(modelo2, file)
|
|
160
160
|
|
|
161
161
|
with open("modelos//poly_features_v2.pkl", "wb") as file:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|