virgo-modules 0.0.66__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.

@@ -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, df
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
  """
@@ -1826,9 +1826,6 @@ class signal_analyser_object:
1826
1826
  if self.return_fig:
1827
1827
  return fig
1828
1828
 
1829
-
1830
-
1831
-
1832
1829
  def create_backtest_signal(self,days_strategy, test_size, feature_name):
1833
1830
  asset_1 = 'Close'
1834
1831
  up_signal, low_signal= f'signal_up_{feature_name}', f'signal_low_{feature_name}'
@@ -1929,7 +1926,7 @@ class signal_analyser_object:
1929
1926
  del df1,df2,dft
1930
1927
 
1931
1928
  if self.return_fig:
1932
- return fig
1929
+ return fig, messages
1933
1930
 
1934
1931
  def execute_signal_analyser(test_data_size, feature_name, days_list, configuration, method, object_stock, signal_analyser_object, plot = False, backtest= False):
1935
1932
  method(**configuration)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: virgo-modules
3
- Version: 0.0.66
3
+ Version: 0.0.68
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
@@ -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=s6fbjOI59Clw5f1sVfqexiviYJyRVGobYe7qFsC-tQo,52211
7
- virgo_modules/src/ticketer_source.py,sha256=Jn0cu6pkMtUG2tIhBvdgocxIJDt2II4TP0Yc85rgiQM,101420
8
- virgo_modules-0.0.66.dist-info/LICENSE,sha256=pNgFyCYgmimaw0o6V20JupZLROycAnOA_HDDh1tX2V4,1097
9
- virgo_modules-0.0.66.dist-info/METADATA,sha256=n33RkrFJXxii_Ro0tOM4tOTHkLRbnpK3FUwIaUMPc3k,1429
10
- virgo_modules-0.0.66.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
11
- virgo_modules-0.0.66.dist-info/top_level.txt,sha256=ZjI-qEkDtT-8mFwGAWnXfqPOKEGlIhWRW1es1VyXc60,14
12
- virgo_modules-0.0.66.dist-info/RECORD,,
6
+ virgo_modules/src/re_utils.py,sha256=uQ3dHC0Uwm4ENimb9iYi-dQY5TdRsr1A7HATZ2KyVpI,52211
7
+ virgo_modules/src/ticketer_source.py,sha256=_vJkF38yAl2FbxvcOWHbjG5n7o34lh8SdRR8zzIxChY,101408
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,,