analyser_hj3415 2.10.3__tar.gz → 2.10.4__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {analyser_hj3415-2.10.3 → analyser_hj3415-2.10.4}/PKG-INFO +1 -1
- {analyser_hj3415-2.10.3 → analyser_hj3415-2.10.4}/analyser_hj3415/score.py +0 -4
- {analyser_hj3415-2.10.3 → analyser_hj3415-2.10.4}/pyproject.toml +1 -1
- {analyser_hj3415-2.10.3 → analyser_hj3415-2.10.4}/.gitignore +0 -0
- {analyser_hj3415-2.10.3 → analyser_hj3415-2.10.4}/README.md +0 -0
- {analyser_hj3415-2.10.3 → analyser_hj3415-2.10.4}/analyser_hj3415/__init__.py +0 -0
- {analyser_hj3415-2.10.3 → analyser_hj3415-2.10.4}/analyser_hj3415/cli.py +0 -0
- {analyser_hj3415-2.10.3 → analyser_hj3415-2.10.4}/analyser_hj3415/eval.py +0 -0
- {analyser_hj3415-2.10.3 → analyser_hj3415-2.10.4}/analyser_hj3415/tsa.py +0 -0
- {analyser_hj3415-2.10.3 → analyser_hj3415-2.10.4}/analyser_hj3415/workroom/__init__.py +0 -0
- {analyser_hj3415-2.10.3 → analyser_hj3415-2.10.4}/analyser_hj3415/workroom/mysklearn.py +0 -0
- {analyser_hj3415-2.10.3 → analyser_hj3415-2.10.4}/analyser_hj3415/workroom/mysklearn2.py +0 -0
- {analyser_hj3415-2.10.3 → analyser_hj3415-2.10.4}/analyser_hj3415/workroom/score.py +0 -0
- {analyser_hj3415-2.10.3 → analyser_hj3415-2.10.4}/analyser_hj3415/workroom/trash.py +0 -0
@@ -53,16 +53,12 @@ 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의 주주수익률
|
65
|
-
- 'is_lstm_up': Union[bool, None] - lstm 예측치가 상승인지 아닌지, returns None - 데이터가 없으면..
|
66
62
|
- 'prophet_score': int - prophet score
|
67
63
|
"""
|
68
64
|
print(f"{self.code}/{self.name}의 scoring을 시작합니다.")
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|