├── README.md ├── SVM.py └── read_by2.py /README.md: -------------------------------------------------------------------------------- 1 | # Quantitative-transaction 2 | 基于adaboost的SVM预测股票价格 3 | -------------------------------------------------------------------------------- /SVM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YihongDong/Quantitative-transaction/HEAD/SVM.py -------------------------------------------------------------------------------- /read_by2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YihongDong/Quantitative-transaction/HEAD/read_by2.py --------------------------------------------------------------------------------