pyTrading icon indicating copy to clipboard operation
pyTrading copied to clipboard

A library for stock market analysis and automated trading, powered by sklearn.

Results 2 pyTrading issues
Sort by recently updated
recently updated
newest added

I tried running lstm_encoder.py, but get an ImportError Traceback (most recent call last): File "/home/zhu/doc/workspace/pyTrading-master/rnn/stock_rnn.py", line 18, in from rnn.seq2seq.seq2seq import Seq2seq File "/home/zhu/doc/workspace/pyTrading-master/rnn/seq2seq/seq2seq.py", line 5, in from lstm_encoder import...

The TimeSeriesEstimator fits to any "X" time series matrix without needing to specify a "y" target. The TimeSeriesEstimator inherents the sklearn.base.BaseEstimator class, so any sklearn.linear_model model works fine without needing...