├── Data_exploration.ipynb ├── Feature_generation.ipynb ├── Feature_generation_Basic_prediction.ipynb ├── README.md └── data └── data_generator.ipynb /Data_exploration.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjeffreywang/Stock_feature_engineering/HEAD/Data_exploration.ipynb -------------------------------------------------------------------------------- /Feature_generation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjeffreywang/Stock_feature_engineering/HEAD/Feature_generation.ipynb -------------------------------------------------------------------------------- /Feature_generation_Basic_prediction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjeffreywang/Stock_feature_engineering/HEAD/Feature_generation_Basic_prediction.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjeffreywang/Stock_feature_engineering/HEAD/README.md -------------------------------------------------------------------------------- /data/data_generator.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjeffreywang/Stock_feature_engineering/HEAD/data/data_generator.ipynb --------------------------------------------------------------------------------