junshan-kit 2.4.4__py2.py3-none-any.whl → 2.4.5__py2.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.
Potentially problematic release.
This version of junshan-kit might be problematic. Click here for more details.
junshan_kit/DataProcessor.py
CHANGED
|
@@ -217,8 +217,8 @@ class CSV_TO_Pandas:
|
|
|
217
217
|
print(f"{'time column:':<40} {time_info}")
|
|
218
218
|
if time_info is not None:
|
|
219
219
|
print(f"{'trans_type : int, optional, default=1'}")
|
|
220
|
-
print(f"{
|
|
221
|
-
print(f"{
|
|
220
|
+
print(f"{- 0 : Extract ['year', 'month', 'day', 'hour']:<50}")
|
|
221
|
+
print(f"{ - 1 : Extract ['hour', 'dayofweek', 'is_weekend']:<50}")
|
|
222
222
|
print(
|
|
223
223
|
f"{'text fetaure columns:':<40} {', '.join(list(text_feature_cols)) if list(text_feature_cols) else 'None'}"
|
|
224
224
|
)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
junshan_kit/ComOptimizers.py,sha256=MUgFnm1DbbvNKv5-7nHJCLOfq4VjoNk1KLRR-ji5rOA,4637
|
|
2
|
-
junshan_kit/DataProcessor.py,sha256=
|
|
2
|
+
junshan_kit/DataProcessor.py,sha256=oAbf9QsCaLjnN2yrcn8qGof56dSkEv9jHkWiB1CxfTw,9106
|
|
3
3
|
junshan_kit/DataSets.py,sha256=PspH23YbB9cSuh5KQp7Dam3fWsfyH0pwL12nt7KN_tQ,8470
|
|
4
4
|
junshan_kit/ExperimentHub.py,sha256=MKduxa7U16zMoavgS-lVOCL2ypcMLpAaD8k7JitNqRU,11493
|
|
5
5
|
junshan_kit/Models.py,sha256=GRTunJON1vLQz2IxgsoOKvjP-3zSJJLuB3CkJTAiImo,6884
|
|
@@ -11,6 +11,6 @@ junshan_kit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
11
11
|
junshan_kit/check_args.py,sha256=7m4xSPAwqqQ0SPeKc-MCewDIDB7kFgsNYS2AuTTzGtk,3599
|
|
12
12
|
junshan_kit/datahub.py,sha256=4c3P2TORMZ4va6NrSiojDCpnY_CGDlJV-5PG3u1_Isk,9081
|
|
13
13
|
junshan_kit/kit.py,sha256=hpA4Zpn1VAuhdJSBBXswVum0CSk6QnB05GGLYoaRatQ,9792
|
|
14
|
-
junshan_kit-2.4.
|
|
15
|
-
junshan_kit-2.4.
|
|
16
|
-
junshan_kit-2.4.
|
|
14
|
+
junshan_kit-2.4.5.dist-info/METADATA,sha256=w5OjSbU0MXzViQmIv8J2YR1Jx87gMWVyKeqEIuR3AUU,266
|
|
15
|
+
junshan_kit-2.4.5.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
|
16
|
+
junshan_kit-2.4.5.dist-info/RECORD,,
|
|
File without changes
|