├── .gitignore ├── LICENSE ├── README.md ├── feature_eng_v4.py └── 回看15日预测3日量价.ipynb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkoooqq/ML-stock-prediction-models/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkoooqq/ML-stock-prediction-models/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkoooqq/ML-stock-prediction-models/HEAD/README.md -------------------------------------------------------------------------------- /feature_eng_v4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkoooqq/ML-stock-prediction-models/HEAD/feature_eng_v4.py -------------------------------------------------------------------------------- /回看15日预测3日量价.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkoooqq/ML-stock-prediction-models/HEAD/回看15日预测3日量价.ipynb --------------------------------------------------------------------------------