An open API service indexing awesome lists of open source software.

https://github.com/gomjellie/system-trading

머신러닝을 활용한 주식 투자
https://github.com/gomjellie/system-trading

Last synced: 2 months ago
JSON representation

머신러닝을 활용한 주식 투자

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파일을 가져오기 위해 사용
```

fix_yahoo_finance

```
pandas_datareader 에서 야후 데이터를 가져오지 못하는 버그를 고쳐줌
```

matplotlib

```
visualize dataframe
```

pandas, numpy

```
Data handling
```