datfid 0.1.14__py3-none-any.whl → 0.1.15__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.
- datfid/client.py +2 -2
- {datfid-0.1.14.dist-info → datfid-0.1.15.dist-info}/METADATA +1 -1
- datfid-0.1.15.dist-info/RECORD +7 -0
- datfid-0.1.14.dist-info/RECORD +0 -7
- {datfid-0.1.14.dist-info → datfid-0.1.15.dist-info}/WHEEL +0 -0
- {datfid-0.1.14.dist-info → datfid-0.1.15.dist-info}/licenses/LICENSE +0 -0
- {datfid-0.1.14.dist-info → datfid-0.1.15.dist-info}/top_level.txt +0 -0
datfid/client.py
CHANGED
|
@@ -145,7 +145,7 @@ class DATFIDClient:
|
|
|
145
145
|
self.logger.error(f"Forecast generation failed: {str(e)}")
|
|
146
146
|
raise
|
|
147
147
|
|
|
148
|
-
def fit_model_ind(
|
|
148
|
+
def fit_model_ind(
|
|
149
149
|
self,
|
|
150
150
|
df: pd.DataFrame,
|
|
151
151
|
id_col: str,
|
|
@@ -203,7 +203,7 @@ def fit_model_ind(
|
|
|
203
203
|
result_dict = response.json()
|
|
204
204
|
return SimpleNamespace(**result_dict)
|
|
205
205
|
|
|
206
|
-
def forecast_model_ind(
|
|
206
|
+
def forecast_model_ind(
|
|
207
207
|
self,
|
|
208
208
|
df_forecast: pd.DataFrame
|
|
209
209
|
) -> pd.DataFrame:
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
datfid/__init__.py,sha256=PojdUQsimZvawR8lgqVpzs3EkRtkA7iwuDk7fovJF54,34
|
|
2
|
+
datfid/client.py,sha256=TG5uQ7CdGPPzT6AjcDIEutif1Su6b7SIlWz1ESyKeRY,8053
|
|
3
|
+
datfid-0.1.15.dist-info/licenses/LICENSE,sha256=5b2JLb1-P8Nt919phjUmP0umS82SxGMlIF2QFn9ILgM,1084
|
|
4
|
+
datfid-0.1.15.dist-info/METADATA,sha256=6Jp03iucoUMM7ewaNhOce2ju9G8zjfErSFqZj18JlHU,5146
|
|
5
|
+
datfid-0.1.15.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
+
datfid-0.1.15.dist-info/top_level.txt,sha256=VFG23u9NMNQJ8S_IFfW-S5d8oSUd71SFA346ovh_uxA,7
|
|
7
|
+
datfid-0.1.15.dist-info/RECORD,,
|
datfid-0.1.14.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
datfid/__init__.py,sha256=PojdUQsimZvawR8lgqVpzs3EkRtkA7iwuDk7fovJF54,34
|
|
2
|
-
datfid/client.py,sha256=U2fuj2nPadXAQ0lGdVinu0ShWdeC4pHWwK1nNhPQD0E,8045
|
|
3
|
-
datfid-0.1.14.dist-info/licenses/LICENSE,sha256=5b2JLb1-P8Nt919phjUmP0umS82SxGMlIF2QFn9ILgM,1084
|
|
4
|
-
datfid-0.1.14.dist-info/METADATA,sha256=KHLb4wwu5ZIaFfI5R_GMa-_nhVFXo053t3CqYi_C6VE,5146
|
|
5
|
-
datfid-0.1.14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
-
datfid-0.1.14.dist-info/top_level.txt,sha256=VFG23u9NMNQJ8S_IFfW-S5d8oSUd71SFA346ovh_uxA,7
|
|
7
|
-
datfid-0.1.14.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|