analyser_hj3415 2.7.3__py2.py3-none-any.whl → 2.7.4__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- analyser_hj3415/eval.py +5 -1
- {analyser_hj3415-2.7.3.dist-info → analyser_hj3415-2.7.4.dist-info}/METADATA +1 -1
- {analyser_hj3415-2.7.3.dist-info → analyser_hj3415-2.7.4.dist-info}/RECORD +6 -6
- {analyser_hj3415-2.7.3.dist-info → analyser_hj3415-2.7.4.dist-info}/LICENSE +0 -0
- {analyser_hj3415-2.7.3.dist-info → analyser_hj3415-2.7.4.dist-info}/WHEEL +0 -0
- {analyser_hj3415-2.7.3.dist-info → analyser_hj3415-2.7.4.dist-info}/entry_points.txt +0 -0
analyser_hj3415/eval.py
CHANGED
@@ -331,6 +331,7 @@ class Red:
|
|
331
331
|
"""
|
332
332
|
redis_name = f"{self.code}_red"
|
333
333
|
analyser_logger.info(f"{self} RedData를 레디스캐시에서 가져오거나 새로 생성합니다.. refresh : {refresh}")
|
334
|
+
print(f"{self} redisname: '{redis_name}' / expect_earn: {Red.expect_earn} / refresh : {refresh}")
|
334
335
|
|
335
336
|
def fetch_generate_data(refresh_in: bool) -> dict:
|
336
337
|
return asdict(self._generate_data(refresh_in))
|
@@ -359,7 +360,7 @@ class Red:
|
|
359
360
|
refresh = True
|
360
361
|
|
361
362
|
redis_name = 'red_ranking'
|
362
|
-
print(f"redisname: '{redis_name}' / refresh : {refresh}")
|
363
|
+
print(f"redisname: '{redis_name}' / expect_earn: {expect_earn} / refresh : {refresh}")
|
363
364
|
|
364
365
|
def fetch_ranking(expect_earn_in: float, refresh_in: bool) -> dict:
|
365
366
|
data = {}
|
@@ -635,6 +636,7 @@ class Mil:
|
|
635
636
|
"""
|
636
637
|
redis_name = f"{self.code}_mil"
|
637
638
|
analyser_logger.info(f"{self} MilData를 레디스캐시에서 가져오거나 새로 생성합니다.. refresh : {refresh}")
|
639
|
+
print(f"{self} redisname: '{redis_name}' / refresh : {refresh}")
|
638
640
|
|
639
641
|
def fetch_generate_data(refresh_in: bool) -> dict:
|
640
642
|
return asdict(self._generate_data(refresh_in))
|
@@ -806,6 +808,7 @@ class Blue:
|
|
806
808
|
"""
|
807
809
|
redis_name = f"{self.code}_blue"
|
808
810
|
analyser_logger.info(f"{self} BlueData를 레디스캐시에서 가져오거나 새로 생성합니다.. refresh : {refresh}")
|
811
|
+
print(f"{self} redisname: '{redis_name}' / refresh : {refresh}")
|
809
812
|
|
810
813
|
def fetch_generate_data(refresh_in: bool) -> dict:
|
811
814
|
return asdict(self._generate_data(refresh_in))
|
@@ -904,6 +907,7 @@ class Growth:
|
|
904
907
|
"""
|
905
908
|
redis_name = f"{self.code}_growth"
|
906
909
|
analyser_logger.info(f"{self} GrowthData를 레디스캐시에서 가져오거나 새로 생성합니다.. refresh : {refresh}")
|
910
|
+
print(f"{self} redisname: '{redis_name}' / refresh : {refresh}")
|
907
911
|
|
908
912
|
def fetch_generate_data(refresh_in: bool) -> dict:
|
909
913
|
return asdict(self._generate_data(refresh_in))
|
@@ -1,7 +1,7 @@
|
|
1
1
|
analyser_hj3415/.DS_Store,sha256=qr9-0FPn5CFKe6kEu8_dWCNhzQ0sN7bwQgffKsaJEEo,6148
|
2
2
|
analyser_hj3415/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
analyser_hj3415/cli.py,sha256=IAABc8Q6thB8FhHUeWsA2m6sW3iHtlqNEm80tpgiyCs,11075
|
4
|
-
analyser_hj3415/eval.py,sha256=
|
4
|
+
analyser_hj3415/eval.py,sha256=gCR61e34V0CBsfR4pHNVDLhjNh3zohirhjDRHfpNFto,38607
|
5
5
|
analyser_hj3415/workroom/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
analyser_hj3415/workroom/lstm.py,sha256=O_VYURGNsLw6q_7Yi0nH4Y6nKbVBwzMojDN446cyJKM,4078
|
7
7
|
analyser_hj3415/workroom/myprophet.py,sha256=xGbs4_cCeSNAX62H6rG-bUz6_rUOyO6787WAjLexMkw,1855
|
@@ -9,8 +9,8 @@ analyser_hj3415/workroom/mysklearn.py,sha256=wJXKz5MqqTzADdG2mqRMMzc_G9RzwYjj5_j
|
|
9
9
|
analyser_hj3415/workroom/mysklearn2.py,sha256=1lIy6EWEQHkOzDS-av8U0zQH6DuCLKWMI73dnJx5KRs,1495
|
10
10
|
analyser_hj3415/workroom/score.py,sha256=P6nHBJYmyhigGtT4qna4BmNtvt4B93b7SKyzdstJK24,17376
|
11
11
|
analyser_hj3415/workroom/trash.py,sha256=zF-W0piqkGr66UP6-iybo9EXh2gO0RP6R1FnIpsGkl8,12262
|
12
|
-
analyser_hj3415-2.7.
|
13
|
-
analyser_hj3415-2.7.
|
14
|
-
analyser_hj3415-2.7.
|
15
|
-
analyser_hj3415-2.7.
|
16
|
-
analyser_hj3415-2.7.
|
12
|
+
analyser_hj3415-2.7.4.dist-info/entry_points.txt,sha256=ZfjPnJuH8SzvhE9vftIPMBIofsc65IAWYOhqOC_L5ck,65
|
13
|
+
analyser_hj3415-2.7.4.dist-info/LICENSE,sha256=QVKTp0dTnB5xG8RLgG17LwSWCKNEzYoVVM6KjoCPKc0,1079
|
14
|
+
analyser_hj3415-2.7.4.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
|
15
|
+
analyser_hj3415-2.7.4.dist-info/METADATA,sha256=3qn-Fx-loaHogS-Ur0ayLW_Y1X4G5Pc_fxOYkPSkHzo,6417
|
16
|
+
analyser_hj3415-2.7.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|