资源简介
Quantitative-trading-master.zip
代码片段和文件信息
#_*_conding:uft-8_*_
‘‘‘
Version: 0.0.1
Date: 2018-02-03
@Author:Cheney
‘‘‘
‘‘‘
A simple case to predict stock price rise/fall according to four Machine Learning models.
Analysis:
I. A classifier model data from tushare stock data
II. If stock‘s present price rising compared with previous day mark the tag direction as 1 otherwise tag is -1
III. x_train/x_test is from percentage of lagged close price y_train/y_test is from direction value
Reference source: http://blog.csdn.net/u013547284/article/details/78443712
‘‘‘
import datetime
import numpy as np
import pandas as pd
import sklearn
import pandas_datareader as pdr
import tushare as ts
from sklearn.ensemble import RandomForestClassifier
from sklearn.linear_model import LogisticRegression
from sklearn.
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-02-05 14:36 Quantitative-trading-master\
文件 926 2018-02-05 14:36 Quantitative-trading-master\README.md
文件 3911 2018-02-05 14:36 Quantitative-trading-master\caseaa_stock_predict_ml.py
文件 1512 2018-02-05 14:36 Quantitative-trading-master\quantitative_analysis.py
文件 41430 2018-02-05 14:36 Quantitative-trading-master\quantitative_analysis_stocker.py
- 上一篇:浙大计算机.docx
- 下一篇:SpreadJS.V11.rar
相关资源
- 微博自动评论助手.crx
- Axure高保真原型:移动客户端的设计与
- 200套PPT模版_带有索引.txt
- 飞狐加速器E版.rar
- CNNIC数字证书工具1.2和rootsupd.exe.zip
- rar(9)
- 课程设计.doc
- 20161031133804181.rar
- Vectorcontrolinductionmotor.rar
- bp.rar
- bianma.rar
- CS_recovery_algorithms_OMP_SP_IHT.zip
- 学生选课系统.rar
- PTHCJIEYA密碼.txt
- GodOfHacker-master.zip
- 中华石杉.txt
- ANSYS19.2破解版.zip
- WindowsServer2008R2(X64)MSDN镜像简体中文
- SAP视频教程地址.docx
- 帝国cmspaypal付款插件.rar
- 全国气象站stations.zip
- sklearn说明.txt
- pb.11.5.2506.rar
- 百度网盘地址.txt
- maxwell最全资料附Maxwell2019最新款.txt
- 小甲鱼课件视频全套.txt
- DJKK音乐器.rar
- 获取腾讯真实视频地址.zip
- gcc-g++.txt
- 相关内容地址.txt
评论
共有 条评论