upgini 1.2.80__py3-none-any.whl → 1.2.81a3818.dev1__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.
- upgini/__about__.py +1 -1
- upgini/autofe/timeseries/volatility.py +1 -1
- {upgini-1.2.80.dist-info → upgini-1.2.81a3818.dev1.dist-info}/METADATA +1 -1
- {upgini-1.2.80.dist-info → upgini-1.2.81a3818.dev1.dist-info}/RECORD +6 -6
- {upgini-1.2.80.dist-info → upgini-1.2.81a3818.dev1.dist-info}/WHEEL +1 -1
- {upgini-1.2.80.dist-info → upgini-1.2.81a3818.dev1.dist-info}/licenses/LICENSE +0 -0
upgini/__about__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "1.2.
|
1
|
+
__version__ = "1.2.81a3818.dev1"
|
@@ -60,7 +60,7 @@ class EWMAVolatility(VolatilityBase, ParametrizedOperator):
|
|
60
60
|
return res
|
61
61
|
|
62
62
|
def _aggregate(self, ts: pd.DataFrame) -> pd.DataFrame:
|
63
|
-
return ts.apply(self._ewma_vol)
|
63
|
+
return ts.apply(self._ewma_vol).iloc[:, [-1]]
|
64
64
|
|
65
65
|
def _ewma_vol(self, x):
|
66
66
|
x = pd.DataFrame(x).iloc[:, -1]
|
@@ -1,4 +1,4 @@
|
|
1
|
-
upgini/__about__.py,sha256=
|
1
|
+
upgini/__about__.py,sha256=0BC6dsLdnbKwFOrDx1-WFi8dpISBUis2-iVYk7s9J4Y,33
|
2
2
|
upgini/__init__.py,sha256=LXSfTNU0HnlOkE69VCxkgIKDhWP-JFo_eBQ71OxTr5Y,261
|
3
3
|
upgini/ads.py,sha256=nvuRxRx5MHDMgPr9SiU-fsqRdFaBv8p4_v1oqiysKpc,2714
|
4
4
|
upgini/dataset.py,sha256=aspri7ZAgwkNNUiIgQ1GRXvw8XQii3F4RfNXSrF4wrw,35365
|
@@ -29,7 +29,7 @@ upgini/autofe/timeseries/delta.py,sha256=h0YhmI1TlPJnjwFpN_GQxLb6r59DQuucnG5tQAX
|
|
29
29
|
upgini/autofe/timeseries/lag.py,sha256=LfQtg484vuqM0mgY4Wft1swHX_Srq7OKKgZswCXoiXI,1882
|
30
30
|
upgini/autofe/timeseries/roll.py,sha256=zADKXU-eYWQnQ5R3am1yEal8uU6Tm0jLAixwPb_aCHg,2794
|
31
31
|
upgini/autofe/timeseries/trend.py,sha256=K1_iw2ko_LIUU8YCUgrvN3n0MkHtsi7-63-8x9er1k4,2129
|
32
|
-
upgini/autofe/timeseries/volatility.py,sha256=
|
32
|
+
upgini/autofe/timeseries/volatility.py,sha256=d1h93wTW4bvGS37bIHBC8AACHknsVAPrsQ4XkxM9aP4,7967
|
33
33
|
upgini/data_source/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
34
34
|
upgini/data_source/data_source_publisher.py,sha256=4S9qwlAklD8vg9tUU_c1pHE2_glUHAh15-wr5hMwKFw,22879
|
35
35
|
upgini/mdc/__init__.py,sha256=aM08nIWFc2gWdWUa3_IuEnNND0cQPkBGnYpRMnfFN8k,1019
|
@@ -70,7 +70,7 @@ upgini/utils/target_utils.py,sha256=P0cCVRaakWLydYwFjk3TEaQfr0p0hfsJCvKRD8qcxiE,
|
|
70
70
|
upgini/utils/track_info.py,sha256=G5Lu1xxakg2_TQjKZk4b5SvrHsATTXNVV3NbvWtT8k8,5663
|
71
71
|
upgini/utils/ts_utils.py,sha256=26vhC0pN7vLXK6R09EEkMK3Lwb9IVPH7LRdqFIQ3kPs,1383
|
72
72
|
upgini/utils/warning_counter.py,sha256=-GRY8EUggEBKODPSuXAkHn9KnEQwAORC0mmz_tim-PM,254
|
73
|
-
upgini-1.2.
|
74
|
-
upgini-1.2.
|
75
|
-
upgini-1.2.
|
76
|
-
upgini-1.2.
|
73
|
+
upgini-1.2.81a3818.dev1.dist-info/METADATA,sha256=-HQMSS1cbkhQ_f5r_nmp5pKuRM1_Q6l6Qn3VWdgK-68,49101
|
74
|
+
upgini-1.2.81a3818.dev1.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
|
75
|
+
upgini-1.2.81a3818.dev1.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
|
76
|
+
upgini-1.2.81a3818.dev1.dist-info/RECORD,,
|
File without changes
|