-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor out dataclasses that we're not using, Get cache data set wit…
…h extended features working
- Loading branch information
Showing
11 changed files
with
130 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ AAPL | |
TSLA | ||
T | ||
^VIX | ||
SPY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1 @@ | ||
Symbols | ||
AAPL | ||
TER | ||
KODK | ||
T | ||
IBM | ||
MSFT | ||
^VIX | ||
VNDA | ||
PHM | ||
GE | ||
TSLA | ||
LUMN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
from .downloaders import download_ticker_list, AlphaDownloader | ||
from .readers import read_processed_file, read_symbol_file, read_file | ||
from .processors import attach_moving_average_diffs, scale_relevant_training_columns | ||
from .data_sources import BaseYahooDataSet, YahooNextCloseWindowDataSet, YahooChangeWindowDataSet, \ | ||
YahooDirectionWindowDataSet, YahooChangeSeriesWindowDataSet, YahooSeriesAsFeaturesWindowDataSet | ||
from .data_sources import YahooNextCloseWindowDataSet, CachedStockDataSet | ||
from .features_and_labels import feature_columns, label_columns |
Oops, something went wrong.