https://github.com/gomjellie/system-trading
머신러닝을 활용한 주식 투자
https://github.com/gomjellie/system-trading
Last synced: 2 months ago
JSON representation
머신러닝을 활용한 주식 투자
- Host: GitHub
- URL: https://github.com/gomjellie/system-trading
- Owner: gomjellie
- Created: 2017-07-05T08:47:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:59:44.000Z (over 2 years ago)
- Last Synced: 2025-03-24T20:21:19.716Z (3 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 611 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# system-trading
머신러닝을 활용한 주식 투자# requirements
설치
```
pip install -r requirements.txt
```
새로운 패키지를 설치하면
```
pip freeze > requirements.txt
```
# 사용된 라이브러리 설명zipline
```
back-testing 을 위해 설치
```pandas_datareader
```
yahoo, google에서 csv파일을 가져오기 위해 사용
``````
pandas_datareader 에서 야후 데이터를 가져오지 못하는 버그를 고쳐줌
```matplotlib
```
visualize dataframe
```pandas, numpy
```
Data handling
```