MANIFEST.in
Readme.md
dev-requirements.txt
licence.txt
requirements.txt
setup.cfg
setup.py
pandas_ml_quant/__init__.py
pandas_ml_quant/utils.py
pandas_ml_quant.egg-info/PKG-INFO
pandas_ml_quant.egg-info/SOURCES.txt
pandas_ml_quant.egg-info/dependency_links.txt
pandas_ml_quant.egg-info/requires.txt
pandas_ml_quant.egg-info/top_level.txt
pandas_ml_quant/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant/__pycache__/__init__.cpython-38.pyc
pandas_ml_quant/__pycache__/utils.cpython-37.pyc
pandas_ml_quant/__pycache__/utils.cpython-38.pyc
pandas_ml_quant/analysis/__init__.py
pandas_ml_quant/analysis/alias.py
pandas_ml_quant/analysis/backtest.py
pandas_ml_quant/analysis/covariances.py
pandas_ml_quant/analysis/filters.py
pandas_ml_quant/analysis/normalizer.py
pandas_ml_quant/analysis/utils.py
pandas_ml_quant/analysis/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant/analysis/__pycache__/__init__.cpython-38.pyc
pandas_ml_quant/analysis/__pycache__/alias.cpython-37.pyc
pandas_ml_quant/analysis/__pycache__/alias.cpython-38.pyc
pandas_ml_quant/analysis/__pycache__/backtest.cpython-37.pyc
pandas_ml_quant/analysis/__pycache__/backtest.cpython-38.pyc
pandas_ml_quant/analysis/__pycache__/covariances.cpython-37.pyc
pandas_ml_quant/analysis/__pycache__/covariances.cpython-38.pyc
pandas_ml_quant/analysis/__pycache__/filters.cpython-37.pyc
pandas_ml_quant/analysis/__pycache__/filters.cpython-38.pyc
pandas_ml_quant/analysis/__pycache__/normalizer.cpython-37.pyc
pandas_ml_quant/analysis/__pycache__/normalizer.cpython-38.pyc
pandas_ml_quant/analysis/__pycache__/utils.cpython-37.pyc
pandas_ml_quant/analysis/__pycache__/utils.cpython-38.pyc
pandas_ml_quant/analysis/encoders/__init__.py
pandas_ml_quant/analysis/encoders/auto_regression.py
pandas_ml_quant/analysis/encoders/candles.py
pandas_ml_quant/analysis/encoders/gramian_angular_field.py
pandas_ml_quant/analysis/encoders/one_hot.py
pandas_ml_quant/analysis/encoders/resample.py
pandas_ml_quant/analysis/encoders/time.py
pandas_ml_quant/analysis/encoders/volume.py
pandas_ml_quant/analysis/encoders/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant/analysis/encoders/__pycache__/__init__.cpython-38.pyc
pandas_ml_quant/analysis/encoders/__pycache__/auto_regression.cpython-37.pyc
pandas_ml_quant/analysis/encoders/__pycache__/auto_regression.cpython-38.pyc
pandas_ml_quant/analysis/encoders/__pycache__/candles.cpython-37.pyc
pandas_ml_quant/analysis/encoders/__pycache__/candles.cpython-38.pyc
pandas_ml_quant/analysis/encoders/__pycache__/gramian_angular_field.cpython-37.pyc
pandas_ml_quant/analysis/encoders/__pycache__/gramian_angular_field.cpython-38.pyc
pandas_ml_quant/analysis/encoders/__pycache__/one_hot.cpython-37.pyc
pandas_ml_quant/analysis/encoders/__pycache__/one_hot.cpython-38.pyc
pandas_ml_quant/analysis/encoders/__pycache__/resample.cpython-37.pyc
pandas_ml_quant/analysis/encoders/__pycache__/resample.cpython-38.pyc
pandas_ml_quant/analysis/encoders/__pycache__/time.cpython-37.pyc
pandas_ml_quant/analysis/encoders/__pycache__/time.cpython-38.pyc
pandas_ml_quant/analysis/encoders/__pycache__/volume.cpython-37.pyc
pandas_ml_quant/analysis/encoders/__pycache__/volume.cpython-38.pyc
pandas_ml_quant/analysis/forecast/__init__.py
pandas_ml_quant/analysis/forecast/predictive_indicator.py
pandas_ml_quant/analysis/forecast/support.py
pandas_ml_quant/analysis/forecast/volatility.py
pandas_ml_quant/analysis/forecast/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant/analysis/forecast/__pycache__/__init__.cpython-38.pyc
pandas_ml_quant/analysis/forecast/__pycache__/predictive_indicator.cpython-37.pyc
pandas_ml_quant/analysis/forecast/__pycache__/predictive_indicator.cpython-38.pyc
pandas_ml_quant/analysis/forecast/__pycache__/support.cpython-37.pyc
pandas_ml_quant/analysis/forecast/__pycache__/support.cpython-38.pyc
pandas_ml_quant/analysis/forecast/__pycache__/volatility.cpython-37.pyc
pandas_ml_quant/analysis/forecast/__pycache__/volatility.cpython-38.pyc
pandas_ml_quant/analysis/indicators/__init__.py
pandas_ml_quant/analysis/indicators/multi_object.py
pandas_ml_quant/analysis/indicators/single_object.py
pandas_ml_quant/analysis/indicators/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant/analysis/indicators/__pycache__/__init__.cpython-38.pyc
pandas_ml_quant/analysis/indicators/__pycache__/multi_object.cpython-37.pyc
pandas_ml_quant/analysis/indicators/__pycache__/multi_object.cpython-38.pyc
pandas_ml_quant/analysis/indicators/__pycache__/single_object.cpython-37.pyc
pandas_ml_quant/analysis/indicators/__pycache__/single_object.cpython-38.pyc
pandas_ml_quant/analysis/labels/__init__.py
pandas_ml_quant/analysis/labels/continuous.py
pandas_ml_quant/analysis/labels/discrete.py
pandas_ml_quant/analysis/labels/labels.py
pandas_ml_quant/analysis/labels/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant/analysis/labels/__pycache__/__init__.cpython-38.pyc
pandas_ml_quant/analysis/labels/__pycache__/continuous.cpython-37.pyc
pandas_ml_quant/analysis/labels/__pycache__/continuous.cpython-38.pyc
pandas_ml_quant/analysis/labels/__pycache__/discrete.cpython-37.pyc
pandas_ml_quant/analysis/labels/__pycache__/discrete.cpython-38.pyc
pandas_ml_quant/analysis/labels/__pycache__/labels.cpython-37.pyc
pandas_ml_quant/analysis/labels/__pycache__/labels.cpython-38.pyc
pandas_ml_quant/df/__init__.py
pandas_ml_quant/df/plot.py
pandas_ml_quant/df/technical_analysis.py
pandas_ml_quant/df/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant/df/__pycache__/__init__.cpython-38.pyc
pandas_ml_quant/df/__pycache__/plot.cpython-37.pyc
pandas_ml_quant/df/__pycache__/plot.cpython-38.pyc
pandas_ml_quant/df/__pycache__/technical_analysis.cpython-37.pyc
pandas_ml_quant/df/__pycache__/technical_analysis.cpython-38.pyc
pandas_ml_quant/keras/__init__.py
pandas_ml_quant/keras/layers.py
pandas_ml_quant/keras/loss.py
pandas_ml_quant/keras/optimizer.py
pandas_ml_quant/keras/time_2_vec.py
pandas_ml_quant/keras/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant/keras/__pycache__/layers.cpython-37.pyc
pandas_ml_quant/keras/__pycache__/loss.cpython-37.pyc
pandas_ml_quant/keras/__pycache__/optimizer.cpython-37.pyc
pandas_ml_quant/keras/__pycache__/time_2_vec.cpython-37.pyc
pandas_ml_quant/model/__init__.py
pandas_ml_quant/model/post_processed_features_and_labels.py
pandas_ml_quant/model/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant/model/__pycache__/__init__.cpython-38.pyc
pandas_ml_quant/model/__pycache__/post_processed_features_and_labels.cpython-37.pyc
pandas_ml_quant/model/__pycache__/post_processed_features_and_labels.cpython-38.pyc
pandas_ml_quant/model/summary/__init__.py
pandas_ml_quant/model/summary/backtest_summary.py
pandas_ml_quant/model/summary/binary_weighted_classification_summary.py
pandas_ml_quant/model/summary/weighted_classification_summary.py
pandas_ml_quant/model/summary/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant/model/summary/__pycache__/__init__.cpython-38.pyc
pandas_ml_quant/model/summary/__pycache__/backtest_summary.cpython-37.pyc
pandas_ml_quant/model/summary/__pycache__/backtest_summary.cpython-38.pyc
pandas_ml_quant/model/summary/__pycache__/binary_weighted_classification_summary.cpython-37.pyc
pandas_ml_quant/model/summary/__pycache__/binary_weighted_classification_summary.cpython-38.pyc
pandas_ml_quant/model/summary/__pycache__/weighted_classification_summary.cpython-37.pyc
pandas_ml_quant/model/summary/__pycache__/weighted_classification_summary.cpython-38.pyc
pandas_ml_quant/model/summary/html/binary_weighted_classification_summary.html
pandas_ml_quant/model/summary/html/multi_binary_weighted_classification_summary.html
pandas_ml_quant/model/summary/html/weighted_classification_summary.html
pandas_ml_quant/plots/__init__.py
pandas_ml_quant/plots/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant/pytorch/__init__.py
pandas_ml_quant/pytorch/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant/pytorch/__pycache__/__init__.cpython-38.pyc
pandas_ml_quant/pytorch/layers/__init__.py
pandas_ml_quant/pytorch/layers/time_2_vec.py
pandas_ml_quant/pytorch/layers/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant/pytorch/layers/__pycache__/time_2_vec.cpython-37.pyc
pandas_ml_quant/pytorch/loss/__init__.py
pandas_ml_quant/pytorch/loss/classificaion.py
pandas_ml_quant/pytorch/loss/soft_dtw.py
pandas_ml_quant/pytorch/loss/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant/pytorch/loss/__pycache__/__init__.cpython-38.pyc
pandas_ml_quant/pytorch/loss/__pycache__/classificaion.cpython-37.pyc
pandas_ml_quant/pytorch/loss/__pycache__/classificaion.cpython-38.pyc
pandas_ml_quant/pytorch/loss/__pycache__/soft_dtw.cpython-37.pyc
pandas_ml_quant/pytorch/loss/__pycache__/soft_dtw.cpython-38.pyc
pandas_ml_quant/trading/__init__.py
pandas_ml_quant/trading/portfolio.py
pandas_ml_quant/trading/transaction_log.py
pandas_ml_quant/trading/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant/trading/__pycache__/__init__.cpython-38.pyc
pandas_ml_quant/trading/__pycache__/portfolio.cpython-37.pyc
pandas_ml_quant/trading/__pycache__/portfolio.cpython-38.pyc
pandas_ml_quant/trading/__pycache__/transaction_log.cpython-37.pyc
pandas_ml_quant/trading/__pycache__/transaction_log.cpython-38.pyc
pandas_ml_quant/trading/strategy/__init__.py
pandas_ml_quant/trading/strategy/optimized.py
pandas_ml_quant/trading/strategy/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant/trading/strategy/__pycache__/__init__.cpython-38.pyc
pandas_ml_quant/trading/strategy/__pycache__/optimized.cpython-37.pyc
pandas_ml_quant/trading/strategy/__pycache__/optimized.cpython-38.pyc
pandas_ml_quant_test/__init__.py
pandas_ml_quant_test/config.py
pandas_ml_quant_test/test__utils.py
pandas_ml_quant_test/test_component.py
pandas_ml_quant_test/.data/GLD.csv
pandas_ml_quant_test/.data/SPY.csv
pandas_ml_quant_test/.data/inverse_gaf.df
pandas_ml_quant_test/.data/one_hot_classified_df.pickle
pandas_ml_quant_test/.data/spy_gld.pickle
pandas_ml_quant_test/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant_test/__pycache__/config.cpython-37.pyc
pandas_ml_quant_test/__pycache__/test__utils.cpython-37.pyc
pandas_ml_quant_test/__pycache__/test_component.cpython-37.pyc
pandas_ml_quant_test/analysis/__init__.py
pandas_ml_quant_test/analysis/test_fiters.py
pandas_ml_quant_test/analysis/test_normalizer.py
pandas_ml_quant_test/analysis/test_utils.py
pandas_ml_quant_test/analysis/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant_test/analysis/__pycache__/test_fiters.cpython-37.pyc
pandas_ml_quant_test/analysis/__pycache__/test_normalizer.cpython-37.pyc
pandas_ml_quant_test/analysis/__pycache__/test_utils.cpython-37.pyc
pandas_ml_quant_test/analysis/encoders/__init__.py
pandas_ml_quant_test/analysis/encoders/test__candles.py
pandas_ml_quant_test/analysis/encoders/test__gaf_encoding.py
pandas_ml_quant_test/analysis/encoders/test__normalization.py
pandas_ml_quant_test/analysis/encoders/test__one_hot_encoding.py
pandas_ml_quant_test/analysis/encoders/test__time.py
pandas_ml_quant_test/analysis/encoders/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant_test/analysis/encoders/__pycache__/test__candles.cpython-37.pyc
pandas_ml_quant_test/analysis/encoders/__pycache__/test__gaf_encoding.cpython-37.pyc
pandas_ml_quant_test/analysis/encoders/__pycache__/test__normalization.cpython-37.pyc
pandas_ml_quant_test/analysis/encoders/__pycache__/test__one_hot_encoding.cpython-37.pyc
pandas_ml_quant_test/analysis/encoders/__pycache__/test__time.cpython-37.pyc
pandas_ml_quant_test/analysis/forecast/__init__.py
pandas_ml_quant_test/analysis/forecast/test_support_resistence.py
pandas_ml_quant_test/analysis/forecast/test_vorlatility.py
pandas_ml_quant_test/analysis/forecast/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant_test/analysis/forecast/__pycache__/test_support_resistence.cpython-37.pyc
pandas_ml_quant_test/analysis/forecast/__pycache__/test_vorlatility.cpython-37.pyc
pandas_ml_quant_test/analysis/indicators/__init__.py
pandas_ml_quant_test/analysis/indicators/test__autogression.py
pandas_ml_quant_test/analysis/indicators/test__features.py
pandas_ml_quant_test/analysis/indicators/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant_test/analysis/indicators/__pycache__/test__autogression.cpython-37.pyc
pandas_ml_quant_test/analysis/indicators/__pycache__/test__features.cpython-37.pyc
pandas_ml_quant_test/analysis/labels/__init__.py
pandas_ml_quant_test/analysis/labels/test__continuous.py
pandas_ml_quant_test/analysis/labels/test__descrete.py
pandas_ml_quant_test/analysis/labels/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant_test/analysis/labels/__pycache__/test__continuous.cpython-37.pyc
pandas_ml_quant_test/analysis/labels/__pycache__/test__descrete.cpython-37.pyc
pandas_ml_quant_test/keras/test__layer.py
pandas_ml_quant_test/keras/test__loss.py
pandas_ml_quant_test/keras/test_time2vec.py
pandas_ml_quant_test/model/__init__.py
pandas_ml_quant_test/model/test_features_extraction.py
pandas_ml_quant_test/model/test_fnl_postprocessor.py
pandas_ml_quant_test/model/test_summary.py
pandas_ml_quant_test/model/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant_test/model/__pycache__/test_features_extraction.cpython-37.pyc
pandas_ml_quant_test/model/__pycache__/test_fnl_postprocessor.cpython-37.pyc
pandas_ml_quant_test/model/__pycache__/test_summary.cpython-37.pyc
pandas_ml_quant_test/pytorch/__init__.py
pandas_ml_quant_test/pytorch/test_custom_loss.py
pandas_ml_quant_test/pytorch/test_time2vec.py
pandas_ml_quant_test/pytorch/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant_test/pytorch/__pycache__/test_custom_loss.cpython-37.pyc
pandas_ml_quant_test/pytorch/__pycache__/test_time2vec.cpython-37.pyc
pandas_ml_quant_test/trading/__init__.py
pandas_ml_quant_test/trading/test_backtest.py
pandas_ml_quant_test/trading/test_transaction_log.py
pandas_ml_quant_test/trading/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant_test/trading/__pycache__/test_backtest.cpython-37.pyc
pandas_ml_quant_test/trading/__pycache__/test_transaction_log.cpython-37.pyc
pandas_ml_quant_test/trading/strategy/__init__.py
pandas_ml_quant_test/trading/strategy/test_optimized.py
pandas_ml_quant_test/trading/strategy/__pycache__/__init__.cpython-37.pyc
pandas_ml_quant_test/trading/strategy/__pycache__/test_optimized.cpython-37.pyc