tdfs4ds 0.2.4.14__py3-none-any.whl → 0.2.4.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.
- tdfs4ds/__init__.py +2 -2
- {tdfs4ds-0.2.4.14.dist-info → tdfs4ds-0.2.4.15.dist-info}/METADATA +1 -1
- {tdfs4ds-0.2.4.14.dist-info → tdfs4ds-0.2.4.15.dist-info}/RECORD +5 -5
- {tdfs4ds-0.2.4.14.dist-info → tdfs4ds-0.2.4.15.dist-info}/WHEEL +0 -0
- {tdfs4ds-0.2.4.14.dist-info → tdfs4ds-0.2.4.15.dist-info}/top_level.txt +0 -0
tdfs4ds/__init__.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
__version__ = '0.2.4.
|
|
1
|
+
__version__ = '0.2.4.15'
|
|
2
2
|
import logging
|
|
3
3
|
# Setup the logger
|
|
4
4
|
logging.basicConfig(
|
|
@@ -1356,7 +1356,7 @@ def roll_out(process_list, time_manager, time_id_start = 1, time_id_end = None):
|
|
|
1356
1356
|
for i in pbar:
|
|
1357
1357
|
# Update the time manager with the new date
|
|
1358
1358
|
time_manager.update(time_id = i )
|
|
1359
|
-
date_ = str(time_manager.display()
|
|
1359
|
+
date_ = str(time_manager.display()['BUSINESS_DATE'].values[0])
|
|
1360
1360
|
pbar.set_description(f"Processing {date_}")
|
|
1361
1361
|
# Synchronize the time for the feature store with the current date
|
|
1362
1362
|
tdfs4ds.FEATURE_STORE_TIME = time_manager.get_date_in_the_past()
|
|
@@ -2,7 +2,7 @@ tdfs/__init__.py,sha256=7AcO7uB1opRCt7t2JOHworKimfAaDeO3boRW7u9Geo8,23
|
|
|
2
2
|
tdfs/datasets.py,sha256=-b2MPEKGki2V1M8iUcoDR9uc2krIK7u1CK-EhChvihs,985
|
|
3
3
|
tdfs/feature_store.py,sha256=Honu7eOAXxP4Ivz0mRlhuNkfTDzgZl5HB1WlQUwzcZ0,31354
|
|
4
4
|
tdfs/data/curves.csv,sha256=q0Tm-0yu7VMK4lHvHpgi1LMeRq0lO5gJy2Q17brKbEM,112488
|
|
5
|
-
tdfs4ds/__init__.py,sha256=
|
|
5
|
+
tdfs4ds/__init__.py,sha256=iMvZ-8xpVJmDd1XYF_OmiBiuNbuKEh0gCT99hgJp778,65845
|
|
6
6
|
tdfs4ds/datasets.py,sha256=LE4Gn0muwdyrIrCrbkE92cnafUML63z1lj5bFIIVzmc,3524
|
|
7
7
|
tdfs4ds/feature_engineering.py,sha256=oVnZ2V_XNGE12LKC_fNfkrWSQZLgtYRmaf8Dispi6S4,7081
|
|
8
8
|
tdfs4ds/feature_store.py,sha256=y-oItPZw6nBkBcGAceaATZbkLPTsvpk0OnpzTxYofDs,68576
|
|
@@ -29,7 +29,7 @@ tdfs4ds/utils/lineage.py,sha256=LI-5pG7D8lO3-YFa9qA6CrEackiYugV23_Vz9IpF5xw,2867
|
|
|
29
29
|
tdfs4ds/utils/query_management.py,sha256=nAcE8QY1GWAKgOtb-ubSfDVcnYbU7Ge8CruVRLoPtmY,6356
|
|
30
30
|
tdfs4ds/utils/time_management.py,sha256=rVxtIXcFtQih2UabAtos4DK-j9MPqzYVieIz_SvySZE,9241
|
|
31
31
|
tdfs4ds/utils/visualization.py,sha256=5S528KoKzzkrAdCxfy7ecyqKvAXBoibNvHwz_u5ISMs,23167
|
|
32
|
-
tdfs4ds-0.2.4.
|
|
33
|
-
tdfs4ds-0.2.4.
|
|
34
|
-
tdfs4ds-0.2.4.
|
|
35
|
-
tdfs4ds-0.2.4.
|
|
32
|
+
tdfs4ds-0.2.4.15.dist-info/METADATA,sha256=Hzu1GmQ0jQ9i2kwusgrpBN3CcXDnsZxK42qALwBkVRM,11945
|
|
33
|
+
tdfs4ds-0.2.4.15.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
|
34
|
+
tdfs4ds-0.2.4.15.dist-info/top_level.txt,sha256=wMyVkMvnBn8RRt1xBveGQxOpWFijPMPkMiE7G2mi8zo,8
|
|
35
|
+
tdfs4ds-0.2.4.15.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|