analyser_hj3415 2.9.0__tar.gz → 2.9.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/PKG-INFO +1 -1
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/tsa.py +4 -2
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/pyproject.toml +1 -1
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/.DS_Store +0 -0
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/.gitattributes +0 -0
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/.gitignore +0 -0
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/.idea/.gitignore +0 -0
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/.idea/analyser-hj3415.iml +0 -0
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/.idea/misc.xml +0 -0
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/.idea/modules.xml +0 -0
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/.idea/vcs.xml +0 -0
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/LICENSE +0 -0
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/README.md +0 -0
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/.DS_Store +0 -0
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/__init__.py +0 -0
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/cli.py +0 -0
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/eval.py +0 -0
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/workroom/__init__.py +0 -0
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/workroom/mysklearn.py +0 -0
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/workroom/mysklearn2.py +0 -0
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/workroom/score.py +0 -0
- {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/workroom/trash.py +0 -0
@@ -163,7 +163,8 @@ class MyProphet:
|
|
163
163
|
),
|
164
164
|
yaxis = dict(
|
165
165
|
tickformat=".0f", # 소수점 없이 원래 숫자 표시
|
166
|
-
)
|
166
|
+
),
|
167
|
+
showlegend=False,
|
167
168
|
)
|
168
169
|
|
169
170
|
if to == 'str':
|
@@ -555,7 +556,8 @@ class MyLSTM:
|
|
555
556
|
),
|
556
557
|
yaxis = dict(
|
557
558
|
tickformat=".0f", # 소수점 없이 원래 숫자 표시
|
558
|
-
)
|
559
|
+
),
|
560
|
+
showlegend=False,
|
559
561
|
)
|
560
562
|
|
561
563
|
if to == 'str':
|
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "analyser_hj3415"
|
7
|
-
version = "2.9.
|
7
|
+
version = "2.9.1"
|
8
8
|
authors = [{name = "Hyungjin Kim", email = "hj3415@gmail.com"}]
|
9
9
|
description = "Stock analyser and database processing programs"
|
10
10
|
readme = "README.md"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/.idea/inspectionProfiles/profiles_settings.xml
RENAMED
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|