virgo-modules 0.0.67__py3-none-any.whl → 0.0.68__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.
Potentially problematic release.
This version of virgo-modules might be problematic. Click here for more details.
- virgo_modules/src/re_utils.py +2 -2
- {virgo_modules-0.0.67.dist-info → virgo_modules-0.0.68.dist-info}/METADATA +53 -53
- {virgo_modules-0.0.67.dist-info → virgo_modules-0.0.68.dist-info}/RECORD +6 -6
- {virgo_modules-0.0.67.dist-info → virgo_modules-0.0.68.dist-info}/WHEEL +1 -1
- {virgo_modules-0.0.67.dist-info → virgo_modules-0.0.68.dist-info}/LICENSE +0 -0
- {virgo_modules-0.0.67.dist-info → virgo_modules-0.0.68.dist-info}/top_level.txt +0 -0
virgo_modules/src/re_utils.py
CHANGED
|
@@ -1034,9 +1034,9 @@ def produce_simple_ts_from_model(stock_code, configs, n_days = 2000 , window_sco
|
|
|
1034
1034
|
|
|
1035
1035
|
fig.update_layout(height=height_plot, width=1600, title_text = f'asset plot and signals: {stock_code}')
|
|
1036
1036
|
|
|
1037
|
-
del object_stock
|
|
1037
|
+
del object_stock
|
|
1038
1038
|
|
|
1039
|
-
return fig
|
|
1039
|
+
return fig, df
|
|
1040
1040
|
|
|
1041
1041
|
def save_edge_model(data, save_path = False, save_aws = False, show_result = False, aws_credentials = False):
|
|
1042
1042
|
"""
|
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: virgo-modules
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary: data processing and statistical modeling using stock market data
|
|
5
|
-
Home-page: https://github.com/miguelmayhem92/virgo_module
|
|
6
|
-
Author: Miguel Mayhuire
|
|
7
|
-
Author-email: miguelmayhem92@gmail.com
|
|
8
|
-
License: MIT
|
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
11
|
-
Classifier: Operating System :: OS Independent
|
|
12
|
-
Requires-Python: >=3.9, <3.10
|
|
13
|
-
Description-Content-Type: text/markdown
|
|
14
|
-
License-File: LICENSE
|
|
15
|
-
Requires-Dist: feature-engine
|
|
16
|
-
Requires-Dist: matplotlib
|
|
17
|
-
Requires-Dist: mlflow
|
|
18
|
-
Requires-Dist: numpy
|
|
19
|
-
Requires-Dist: optuna
|
|
20
|
-
Requires-Dist: pandas
|
|
21
|
-
Requires-Dist: plotly
|
|
22
|
-
Requires-Dist: rsa
|
|
23
|
-
Requires-Dist: scikit-learn
|
|
24
|
-
Requires-Dist: scipy
|
|
25
|
-
Requires-Dist: seaborn
|
|
26
|
-
Requires-Dist: starlette
|
|
27
|
-
Requires-Dist: statsmodels
|
|
28
|
-
Requires-Dist: ta
|
|
29
|
-
Requires-Dist: yfinance
|
|
30
|
-
Requires-Dist: hmmlearn
|
|
31
|
-
Requires-Dist: boto3
|
|
32
|
-
Provides-Extra: dev
|
|
33
|
-
Requires-Dist: pytest
|
|
34
|
-
|
|
35
|
-
# Virgo Package
|
|
36
|
-
|
|
37
|
-
this package contains the utils and helper functions that used in virgo project
|
|
38
|
-
|
|
39
|
-
### how to use
|
|
40
|
-
|
|
41
|
-
istall using
|
|
42
|
-
|
|
43
|
-
```
|
|
44
|
-
pip install virgo-modules
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
geting data:
|
|
48
|
-
|
|
49
|
-
```
|
|
50
|
-
obj = stock_eda_panel(stock_code = 'PEP', n_days = 20)
|
|
51
|
-
obj.get_data()
|
|
52
|
-
print(obj.df.shape)
|
|
53
|
-
```
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: virgo-modules
|
|
3
|
+
Version: 0.0.68
|
|
4
|
+
Summary: data processing and statistical modeling using stock market data
|
|
5
|
+
Home-page: https://github.com/miguelmayhem92/virgo_module
|
|
6
|
+
Author: Miguel Mayhuire
|
|
7
|
+
Author-email: miguelmayhem92@gmail.com
|
|
8
|
+
License: MIT
|
|
9
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
11
|
+
Classifier: Operating System :: OS Independent
|
|
12
|
+
Requires-Python: >=3.9, <3.10
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
License-File: LICENSE
|
|
15
|
+
Requires-Dist: feature-engine ==1.6.1
|
|
16
|
+
Requires-Dist: matplotlib ==3.6.3
|
|
17
|
+
Requires-Dist: mlflow ==2.1.1
|
|
18
|
+
Requires-Dist: numpy ==1.23.5
|
|
19
|
+
Requires-Dist: optuna ==3.1.0
|
|
20
|
+
Requires-Dist: pandas ==1.5.3
|
|
21
|
+
Requires-Dist: plotly ==5.15.0
|
|
22
|
+
Requires-Dist: rsa ==4.9
|
|
23
|
+
Requires-Dist: scikit-learn ==1.2.1
|
|
24
|
+
Requires-Dist: scipy ==1.10.0
|
|
25
|
+
Requires-Dist: seaborn ==0.12.2
|
|
26
|
+
Requires-Dist: starlette ==0.22.0
|
|
27
|
+
Requires-Dist: statsmodels ==0.13.5
|
|
28
|
+
Requires-Dist: ta ==0.10.2
|
|
29
|
+
Requires-Dist: yfinance ==0.2.9
|
|
30
|
+
Requires-Dist: hmmlearn ==0.3.0
|
|
31
|
+
Requires-Dist: boto3
|
|
32
|
+
Provides-Extra: dev
|
|
33
|
+
Requires-Dist: pytest >=7.0 ; extra == 'dev'
|
|
34
|
+
|
|
35
|
+
# Virgo Package
|
|
36
|
+
|
|
37
|
+
this package contains the utils and helper functions that used in virgo project
|
|
38
|
+
|
|
39
|
+
### how to use
|
|
40
|
+
|
|
41
|
+
istall using
|
|
42
|
+
|
|
43
|
+
```
|
|
44
|
+
pip install virgo-modules
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
geting data:
|
|
48
|
+
|
|
49
|
+
```
|
|
50
|
+
obj = stock_eda_panel(stock_code = 'PEP', n_days = 20)
|
|
51
|
+
obj.get_data()
|
|
52
|
+
print(obj.df.shape)
|
|
53
|
+
```
|
|
@@ -3,10 +3,10 @@ virgo_modules/src/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
|
3
3
|
virgo_modules/src/aws_utils.py,sha256=GWmVdXM0mIJJPn-X-bEtM4KtNPCHM1D457hnuKxaM7E,1383
|
|
4
4
|
virgo_modules/src/edge_utils.py,sha256=Ihdmq7dyb8gOvG6CrDal7wsa15tqsdsFk6KINwM6578,7691
|
|
5
5
|
virgo_modules/src/pull_artifacts.py,sha256=5OPrgR7pcMSdpbevDRhf0ebk7g7ZRjff4NpTIIWAKjE,1989
|
|
6
|
-
virgo_modules/src/re_utils.py,sha256=
|
|
6
|
+
virgo_modules/src/re_utils.py,sha256=uQ3dHC0Uwm4ENimb9iYi-dQY5TdRsr1A7HATZ2KyVpI,52211
|
|
7
7
|
virgo_modules/src/ticketer_source.py,sha256=_vJkF38yAl2FbxvcOWHbjG5n7o34lh8SdRR8zzIxChY,101408
|
|
8
|
-
virgo_modules-0.0.
|
|
9
|
-
virgo_modules-0.0.
|
|
10
|
-
virgo_modules-0.0.
|
|
11
|
-
virgo_modules-0.0.
|
|
12
|
-
virgo_modules-0.0.
|
|
8
|
+
virgo_modules-0.0.68.dist-info/LICENSE,sha256=pNgFyCYgmimaw0o6V20JupZLROycAnOA_HDDh1tX2V4,1097
|
|
9
|
+
virgo_modules-0.0.68.dist-info/METADATA,sha256=BKcnop7cSib1nyeobC_7JJkpArLpG8LAWWyrCkO5Co4,1429
|
|
10
|
+
virgo_modules-0.0.68.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
11
|
+
virgo_modules-0.0.68.dist-info/top_level.txt,sha256=ZjI-qEkDtT-8mFwGAWnXfqPOKEGlIhWRW1es1VyXc60,14
|
|
12
|
+
virgo_modules-0.0.68.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|