analyser_hj3415 2.10.3__py3-none-any.whl → 2.10.5__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- analyser_hj3415/score.py +7 -3
- {analyser_hj3415-2.10.3.dist-info → analyser_hj3415-2.10.5.dist-info}/METADATA +1 -1
- {analyser_hj3415-2.10.3.dist-info → analyser_hj3415-2.10.5.dist-info}/RECORD +5 -5
- {analyser_hj3415-2.10.3.dist-info → analyser_hj3415-2.10.5.dist-info}/WHEEL +0 -0
- {analyser_hj3415-2.10.3.dist-info → analyser_hj3415-2.10.5.dist-info}/entry_points.txt +0 -0
analyser_hj3415/score.py
CHANGED
@@ -53,12 +53,9 @@ class Score:
|
|
53
53
|
|
54
54
|
Returns:
|
55
55
|
dict: A dictionary containing the following key-value pairs:
|
56
|
-
|
57
|
-
- 'code': str - 종목코드
|
58
56
|
- 'name': str - 종목명
|
59
57
|
- '시가총액': str - 시가총액
|
60
58
|
- 'is_update_c108': bool - 최근 3일 이내에 c108이 없데이트 되었는가
|
61
|
-
- 'is_update_dart': bool - 최근 3일 이내에 Dart가 없데이트 되었는가
|
62
59
|
- 'red_score': float - Red score
|
63
60
|
- '이익지표': float - Mil의 이익지표
|
64
61
|
- '주주수익률': float - Mil의 주주수익률
|
@@ -89,6 +86,12 @@ class Score:
|
|
89
86
|
score_logger.info("Mil data 계산중..")
|
90
87
|
mil_data = self.mil.get(verbose=False)
|
91
88
|
|
89
|
+
score_logger.info("Lstm 최근 데이터 조회중..")
|
90
|
+
if myredis.Base.exists(f'{self.code}_mylstm_predictions'):
|
91
|
+
is_lstm_up = self.lstm.is_up()
|
92
|
+
else:
|
93
|
+
is_lstm_up = None
|
94
|
+
|
92
95
|
score_logger.info("\tProphet 최근 데이터 조회중..")
|
93
96
|
prophet_score = self.prophet.scoring()
|
94
97
|
|
@@ -99,6 +102,7 @@ class Score:
|
|
99
102
|
'red_score': red_score,
|
100
103
|
'이익지표': mil_data.이익지표,
|
101
104
|
'주주수익률': mil_data.주주수익률,
|
105
|
+
'is_lstm_up': is_lstm_up,
|
102
106
|
'prophet_score': prophet_score,
|
103
107
|
}
|
104
108
|
data_dict = myredis.Base.fetch_and_cache_data(redis_name, refresh, fetch_score, timer=expire_time_h * 3600)
|
@@ -1,14 +1,14 @@
|
|
1
1
|
analyser_hj3415/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
analyser_hj3415/cli.py,sha256=eRaFtkioooe2Rgzq5J3Lxd2oX17OnIwDZPo2msutjM0,12497
|
3
3
|
analyser_hj3415/eval.py,sha256=9rWNTa3vbUnegOfpfVtWLXmt8cxU2zWZD5yEsFlfTzQ,38796
|
4
|
-
analyser_hj3415/score.py,sha256=
|
4
|
+
analyser_hj3415/score.py,sha256=mPRnZxbjyLLWsiEFL6Biif3RY__eAEJvemtiRsS7B6E,6514
|
5
5
|
analyser_hj3415/tsa.py,sha256=X62ypwSWRMAAU72IJoBdEeyU8rVaaMRqZ3XsslziBfM,28111
|
6
6
|
analyser_hj3415/workroom/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
analyser_hj3415/workroom/mysklearn.py,sha256=wJXKz5MqqTzADdG2mqRMMzc_G9RzwYjj5_j4gyOopxQ,2030
|
8
8
|
analyser_hj3415/workroom/mysklearn2.py,sha256=1lIy6EWEQHkOzDS-av8U0zQH6DuCLKWMI73dnJx5KRs,1495
|
9
9
|
analyser_hj3415/workroom/score.py,sha256=P6nHBJYmyhigGtT4qna4BmNtvt4B93b7SKyzdstJK24,17376
|
10
10
|
analyser_hj3415/workroom/trash.py,sha256=zF-W0piqkGr66UP6-iybo9EXh2gO0RP6R1FnIpsGkl8,12262
|
11
|
-
analyser_hj3415-2.10.
|
12
|
-
analyser_hj3415-2.10.
|
13
|
-
analyser_hj3415-2.10.
|
14
|
-
analyser_hj3415-2.10.
|
11
|
+
analyser_hj3415-2.10.5.dist-info/entry_points.txt,sha256=ZfjPnJuH8SzvhE9vftIPMBIofsc65IAWYOhqOC_L5ck,65
|
12
|
+
analyser_hj3415-2.10.5.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
13
|
+
analyser_hj3415-2.10.5.dist-info/METADATA,sha256=RPp_CvEdUYDjTCuilgRcqy_zRpN3t-yxHSzqo0i3Q5o,6777
|
14
|
+
analyser_hj3415-2.10.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|