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

@@ -1378,7 +1378,8 @@ def extract_data_traintest(object_stock,features_to_search,configs, target_confi
1378
1378
  arguments_to_use = configs[feature_name]['config_params']
1379
1379
  method_to_use = configs[feature_name]['method']
1380
1380
  getattr(object_stock, method_to_use)(**arguments_to_use, plot = False, save_features = False)
1381
- object_stock.produce_order_features(feature_name)
1381
+ if method_to_use not in ['minmax_pricefeature']:
1382
+ object_stock.produce_order_features(feature_name)
1382
1383
  # geting targets
1383
1384
  object_stock.get_categorical_targets(**target_params_up)
1384
1385
  object_stock.df = object_stock.df.drop(columns = ['target_down']).rename(columns = {'target_up':'target_up_save'})
@@ -1803,7 +1803,7 @@ class stock_eda_panel(object):
1803
1803
  if plot:
1804
1804
  self.signal_plotter(feature_name)
1805
1805
 
1806
- def minmax_pricefeature(self, type_func, window, distance = False, save_features = False):
1806
+ def minmax_pricefeature(self, type_func, window, distance = False, plot = False, save_features = False):
1807
1807
  """
1808
1808
  perform relative price/distance with respect to the min/max price in a given time scope
1809
1809
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: virgo-modules
3
- Version: 0.0.90
3
+ Version: 0.0.91
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=q0l7D7ofo09Lu1QQjv-esheQ06uiSy1Pdq3xMul8zvk,2571
4
4
  virgo_modules/src/edge_utils.py,sha256=i3Hm3fO-QA-u17jDpnRodLLILMWZ2VTMEkMKijdGKLg,14287
5
5
  virgo_modules/src/pull_artifacts.py,sha256=5OPrgR7pcMSdpbevDRhf0ebk7g7ZRjff4NpTIIWAKjE,1989
6
- virgo_modules/src/re_utils.py,sha256=ndPUW3F0QkljtKLR1dqtBm2I2LtceduSgLRIk3HszWk,72244
7
- virgo_modules/src/ticketer_source.py,sha256=30xCmfL16SHMPQOs4qKsKSfvfdfv-9IkYY4X9gJgx70,150116
8
- virgo_modules-0.0.90.dist-info/LICENSE,sha256=pNgFyCYgmimaw0o6V20JupZLROycAnOA_HDDh1tX2V4,1097
9
- virgo_modules-0.0.90.dist-info/METADATA,sha256=6KCZW4HK_io_AsQjBV733cVNeNlyRKqJ6MdFCFdmTWY,1429
10
- virgo_modules-0.0.90.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
11
- virgo_modules-0.0.90.dist-info/top_level.txt,sha256=ZjI-qEkDtT-8mFwGAWnXfqPOKEGlIhWRW1es1VyXc60,14
12
- virgo_modules-0.0.90.dist-info/RECORD,,
6
+ virgo_modules/src/re_utils.py,sha256=tRyU9WpH0K7qMWXB6DIDtVqjsWg_pVdxEbq363RHZ4M,72306
7
+ virgo_modules/src/ticketer_source.py,sha256=c33XIzIpUiT_DxSKLuV8AmyDMB8-ePRmQnr_5T_cajw,150130
8
+ virgo_modules-0.0.91.dist-info/LICENSE,sha256=pNgFyCYgmimaw0o6V20JupZLROycAnOA_HDDh1tX2V4,1097
9
+ virgo_modules-0.0.91.dist-info/METADATA,sha256=9dFrHpzwHaMZjsmubjRgNcgKQzB5QcoTkjQ2U5TVb6s,1429
10
+ virgo_modules-0.0.91.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
11
+ virgo_modules-0.0.91.dist-info/top_level.txt,sha256=ZjI-qEkDtT-8mFwGAWnXfqPOKEGlIhWRW1es1VyXc60,14
12
+ virgo_modules-0.0.91.dist-info/RECORD,,