virgo-modules 0.0.74__py3-none-any.whl → 0.0.75__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.

@@ -440,7 +440,7 @@ class stock_eda_panel(object):
440
440
  self.df['up_outlier'] = zlim*self.df['z_std_log_return'] + mean_
441
441
  self.df['low_outlier'] = -zlim*self.df['z_std_log_return'] + mean_
442
442
 
443
- self.df['signal_low_osutlier'] = np.where( (self.df['z_log_return'] < self.df['low_outlier'] ), 1, 0)
443
+ self.df['signal_low_outlier'] = np.where( (self.df['z_log_return'] < self.df['low_outlier'] ), 1, 0)
444
444
  self.df['signal_up_outlier'] = np.where( (self.df['z_log_return'] > self.df['up_outlier'] ), 1, 0)
445
445
  if save_features:
446
446
  self.signals.append('signal_low_outlier')
@@ -1,37 +1,36 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: virgo-modules
3
- Version: 0.0.74
3
+ Version: 0.0.75
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 (==1.6.1)
17
- Requires-Dist: matplotlib (==3.6.3)
18
- Requires-Dist: mlflow (==2.1.1)
19
- Requires-Dist: numpy (==1.23.5)
20
- Requires-Dist: optuna (==3.1.0)
21
- Requires-Dist: pandas (==1.5.3)
22
- Requires-Dist: plotly (==5.15.0)
23
- Requires-Dist: rsa (==4.9)
24
- Requires-Dist: scikit-learn (==1.2.1)
25
- Requires-Dist: scipy (==1.10.0)
26
- Requires-Dist: seaborn (==0.12.2)
27
- Requires-Dist: starlette (==0.22.0)
28
- Requires-Dist: statsmodels (==0.13.5)
29
- Requires-Dist: ta (==0.10.2)
30
- Requires-Dist: yfinance (==0.2.9)
31
- Requires-Dist: hmmlearn (==0.3.0)
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 (>=7.0) ; extra == 'dev'
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
-
@@ -4,9 +4,9 @@ virgo_modules/src/aws_utils.py,sha256=GWmVdXM0mIJJPn-X-bEtM4KtNPCHM1D457hnuKxaM7
4
4
  virgo_modules/src/edge_utils.py,sha256=Ihdmq7dyb8gOvG6CrDal7wsa15tqsdsFk6KINwM6578,7691
5
5
  virgo_modules/src/pull_artifacts.py,sha256=5OPrgR7pcMSdpbevDRhf0ebk7g7ZRjff4NpTIIWAKjE,1989
6
6
  virgo_modules/src/re_utils.py,sha256=IF0l8eduTgHLASyXcZu1TIazJVPt4vzw-CeDyw2YfdQ,53096
7
- virgo_modules/src/ticketer_source.py,sha256=cduj-IhKavpSHEoZ2OSWNAalazTGXlcVDDLdpeT7r_E,105165
8
- virgo_modules-0.0.74.dist-info/LICENSE,sha256=pNgFyCYgmimaw0o6V20JupZLROycAnOA_HDDh1tX2V4,1097
9
- virgo_modules-0.0.74.dist-info/METADATA,sha256=QaYA8SGUqfHknR4_NTBNPJlEakgu7vGrqJZl46CEF2c,1484
10
- virgo_modules-0.0.74.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
11
- virgo_modules-0.0.74.dist-info/top_level.txt,sha256=ZjI-qEkDtT-8mFwGAWnXfqPOKEGlIhWRW1es1VyXc60,14
12
- virgo_modules-0.0.74.dist-info/RECORD,,
7
+ virgo_modules/src/ticketer_source.py,sha256=68z6Qel7PHxxSwzu0O4cEL06bM_o4RMlZToEmlH2hBY,105164
8
+ virgo_modules-0.0.75.dist-info/LICENSE,sha256=pNgFyCYgmimaw0o6V20JupZLROycAnOA_HDDh1tX2V4,1097
9
+ virgo_modules-0.0.75.dist-info/METADATA,sha256=VQk2M0YMzy9Nr5kwqOsOWivhg_gog9Pu1_RqOd8Kk0I,1429
10
+ virgo_modules-0.0.75.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
11
+ virgo_modules-0.0.75.dist-info/top_level.txt,sha256=ZjI-qEkDtT-8mFwGAWnXfqPOKEGlIhWRW1es1VyXc60,14
12
+ virgo_modules-0.0.75.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.38.4)
2
+ Generator: bdist_wheel (0.41.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5