文件名称:try_quantopian:ChiPy 2015 Q1 导师计划回购
文件大小:96KB
文件格式:ZIP
更新时间:2024-06-22 16:16:55
Python
#自述文件 如何[同步分叉仓库]与其上游父级: git checkout master git pull https://github.com/ORIGINAL_OWNER/ORIGINAL_REPO.git BRANCH_NAME # merge if necessary git push origin master ##目标 学习一些 Python 机器学习算法 学习 Quantopian API 获取并检查外部数据以开发算法 通过 Heroku 网页展示学习 ##入门 ###Quantopian [API 概览]符号: symbol('goog') # single symbols('goog', 'fb') # multiple sid(24) # unique ID to Quantopian -- 24 is for aapl [基础]
【文件预览】:
try_quantopian-master
----.gitignore(211B)
----templates()
--------line_chart.html(2KB)
--------login.html(408B)
--------index.html(678B)
--------edit_entry.html(472B)
--------show_entries.html(1KB)
--------base.html(1KB)
----requirements.txt(482B)
----sql()
--------drop_tables_views.sql(342B)
----mpt()
--------__init__.py(44B)
--------mpt.py(4KB)
----static()
--------d3.v3.min.js(148KB)
--------d3.layout.min.js(17KB)
--------rickshaw.min.js(75KB)
--------rickshaw.min.css(6KB)
--------style.css(1KB)
----group_data_by_columns.py(4KB)
----try_quantopian.py(7KB)
----LICENSE.txt(1KB)
----README.md(7KB)
----database()
--------__init__.py(56B)
--------database.py(3KB)
----Procfile(46B)