analyser_hj3415 4.5.0__py3-none-any.whl → 4.5.1__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.
- analyser_hj3415/analyser/tsa/myprophet.py +1 -1
- {analyser_hj3415-4.5.0.dist-info → analyser_hj3415-4.5.1.dist-info}/METADATA +1 -1
- {analyser_hj3415-4.5.0.dist-info → analyser_hj3415-4.5.1.dist-info}/RECORD +5 -5
- {analyser_hj3415-4.5.0.dist-info → analyser_hj3415-4.5.1.dist-info}/WHEEL +0 -0
- {analyser_hj3415-4.5.0.dist-info → analyser_hj3415-4.5.1.dist-info}/entry_points.txt +0 -0
@@ -116,7 +116,7 @@ class MyProphet:
|
|
116
116
|
data = yf.download(
|
117
117
|
tickers=self.ticker,
|
118
118
|
start=four_years_ago.strftime('%Y-%m-%d'),
|
119
|
-
end=today.strftime('%Y-%m-%d')
|
119
|
+
# end=today.strftime('%Y-%m-%d') 가장 최근날짜까지 조회위해 비활성 처리
|
120
120
|
)
|
121
121
|
# 데이터가 비어있지 않다면 성공으로 판단
|
122
122
|
if not data.empty:
|
@@ -11,8 +11,8 @@ analyser_hj3415/analyser/eval/red.py,sha256=Abf5HPsNWKnDF4cbZ8xhlNsMF6ljN_sShCAY
|
|
11
11
|
analyser_hj3415/analyser/tsa/__init__.py,sha256=7j-WshikzsDGGo_wuFoMPNmYfY-bLSEMd6o1MKSQKLI,150
|
12
12
|
analyser_hj3415/analyser/tsa/common.py,sha256=iRwk88zBtEIqzSmTQWmQIWiiqZ9gN7GLtDUa5rx8IGM,1918
|
13
13
|
analyser_hj3415/analyser/tsa/lstm.py,sha256=8wg-9IjJGRzsZd1_KsrHhx3MExhf6DlrY5EJgqL6qR4,29929
|
14
|
-
analyser_hj3415/analyser/tsa/myprophet.py,sha256=
|
15
|
-
analyser_hj3415-4.5.
|
16
|
-
analyser_hj3415-4.5.
|
17
|
-
analyser_hj3415-4.5.
|
18
|
-
analyser_hj3415-4.5.
|
14
|
+
analyser_hj3415/analyser/tsa/myprophet.py,sha256=NdBaH8Bd4k6nn6t7ZFKL01HLdxWYkXGr6q8NgXiYAUE,19034
|
15
|
+
analyser_hj3415-4.5.1.dist-info/entry_points.txt,sha256=ZfjPnJuH8SzvhE9vftIPMBIofsc65IAWYOhqOC_L5ck,65
|
16
|
+
analyser_hj3415-4.5.1.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
17
|
+
analyser_hj3415-4.5.1.dist-info/METADATA,sha256=QnziGsHvM3sNq1XijrMau-xg3MljWS4I9gIZsDC1aVc,6811
|
18
|
+
analyser_hj3415-4.5.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|