virgo-modules 0.2.5__py3-none-any.whl → 0.2.6__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/ticketer_source.py +1 -0
- {virgo_modules-0.2.5.dist-info → virgo_modules-0.2.6.dist-info}/METADATA +18 -20
- {virgo_modules-0.2.5.dist-info → virgo_modules-0.2.6.dist-info}/RECORD +6 -6
- {virgo_modules-0.2.5.dist-info → virgo_modules-0.2.6.dist-info}/WHEEL +1 -1
- {virgo_modules-0.2.5.dist-info → virgo_modules-0.2.6.dist-info}/LICENSE +0 -0
- {virgo_modules-0.2.5.dist-info → virgo_modules-0.2.6.dist-info}/top_level.txt +0 -0
|
@@ -55,6 +55,7 @@ import logging
|
|
|
55
55
|
|
|
56
56
|
from virgo_modules.src.hmm_utils import trainer_hmm
|
|
57
57
|
from virgo_modules.src.transformer_utils import signal_combiner, FeatureSelector
|
|
58
|
+
from virgo_modules.src.transformer_utils import FeaturesEntropy, VirgoWinsorizerFeature # imported bcs some models read this module otherwise it crashed mlflow.load()
|
|
58
59
|
|
|
59
60
|
def data_processing_pipeline(features_base,features_to_drop = False, lag_dict = False, combine_signals = False, discretize_columns = False, correlation = 0.77):
|
|
60
61
|
|
|
@@ -1,37 +1,36 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: virgo-modules
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.6
|
|
4
4
|
Summary: data processing and statistical modeling using stock market data
|
|
5
5
|
Home-page: https://github.com/miguelmayhem92/virgo_module
|
|
6
6
|
Author: Miguel Mayhuire
|
|
7
7
|
Author-email: miguelmayhem92@gmail.com
|
|
8
8
|
License: MIT
|
|
9
|
-
Platform: UNKNOWN
|
|
10
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.9
|
|
12
11
|
Classifier: Operating System :: OS Independent
|
|
13
12
|
Requires-Python: >=3.9, <3.10
|
|
14
13
|
Description-Content-Type: text/markdown
|
|
15
14
|
License-File: LICENSE
|
|
16
|
-
Requires-Dist: feature-engine
|
|
17
|
-
Requires-Dist: matplotlib
|
|
18
|
-
Requires-Dist: mlflow
|
|
19
|
-
Requires-Dist: numpy
|
|
20
|
-
Requires-Dist: optuna
|
|
21
|
-
Requires-Dist: pandas
|
|
22
|
-
Requires-Dist: plotly
|
|
23
|
-
Requires-Dist: rsa
|
|
24
|
-
Requires-Dist: scikit-learn
|
|
25
|
-
Requires-Dist: scipy
|
|
26
|
-
Requires-Dist: seaborn
|
|
27
|
-
Requires-Dist: starlette
|
|
28
|
-
Requires-Dist: statsmodels
|
|
29
|
-
Requires-Dist: ta
|
|
30
|
-
Requires-Dist: yfinance
|
|
31
|
-
Requires-Dist: hmmlearn
|
|
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
|
|
32
31
|
Requires-Dist: boto3
|
|
33
32
|
Provides-Extra: dev
|
|
34
|
-
Requires-Dist: pytest
|
|
33
|
+
Requires-Dist: pytest >=7.0 ; extra == 'dev'
|
|
35
34
|
|
|
36
35
|
# Virgo Package
|
|
37
36
|
|
|
@@ -52,4 +51,3 @@ obj = stock_eda_panel(stock_code = 'PEP', n_days = 20)
|
|
|
52
51
|
obj.get_data()
|
|
53
52
|
print(obj.df.shape)
|
|
54
53
|
```
|
|
55
|
-
|
|
@@ -6,10 +6,10 @@ virgo_modules/src/edge_utils.py,sha256=XN2oEOwADXF9IGNUGx0Ai8B1yDAiU2WDateLnEJh5
|
|
|
6
6
|
virgo_modules/src/hmm_utils.py,sha256=fFWxmh9q3rjiKRHnxNk9k7O4fDrxVxkmp3pbpLvktjc,21116
|
|
7
7
|
virgo_modules/src/pull_artifacts.py,sha256=5OPrgR7pcMSdpbevDRhf0ebk7g7ZRjff4NpTIIWAKjE,1989
|
|
8
8
|
virgo_modules/src/re_utils.py,sha256=WoulQlwX7Z89P7sb4koySeqeN98hrLU8dXmjUr6ABwc,73198
|
|
9
|
-
virgo_modules/src/ticketer_source.py,sha256=
|
|
9
|
+
virgo_modules/src/ticketer_source.py,sha256=joJUoaga5M0OOAiOJ8TFR_sGd6eckbHlN1fxLIklXSM,98785
|
|
10
10
|
virgo_modules/src/transformer_utils.py,sha256=LLwKYZRq5hrPVimnq3taD0Lh-q3Bq21fy1I4Icbnxi8,7677
|
|
11
|
-
virgo_modules-0.2.
|
|
12
|
-
virgo_modules-0.2.
|
|
13
|
-
virgo_modules-0.2.
|
|
14
|
-
virgo_modules-0.2.
|
|
15
|
-
virgo_modules-0.2.
|
|
11
|
+
virgo_modules-0.2.6.dist-info/LICENSE,sha256=pNgFyCYgmimaw0o6V20JupZLROycAnOA_HDDh1tX2V4,1097
|
|
12
|
+
virgo_modules-0.2.6.dist-info/METADATA,sha256=uUAxISbSlIUZdGwJ1172pGDfTwxFE1WDmSw9PK7m-0A,1428
|
|
13
|
+
virgo_modules-0.2.6.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
14
|
+
virgo_modules-0.2.6.dist-info/top_level.txt,sha256=ZjI-qEkDtT-8mFwGAWnXfqPOKEGlIhWRW1es1VyXc60,14
|
|
15
|
+
virgo_modules-0.2.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|