250x250
Notice
Recent Posts
Recent Comments
Link
목록예측 (1)
코딩걸음마
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/dYFkaa/btrFptVTIr6/FyCMCqg24xuaxDV5nqXqWk/img.png)
간단한 아이디어가 갑자기 번뜩 떠올랐다. 기술적분석한 값을 input data로 두고 target으로 미래수익률을 두고 모델을 훈련시키면 좋을거 같은데? 이 간단한 생각을 적용해서 모델을 만들어 봤다. 1. 필요한 모듈 불러오기 # 우선 모듈 설치부터! # !pip install mpl_finance # !pip install matplotlib # !pip install IPython # !pip install datetime # !pip install pandas_datareader # !pip install pykrx # !pip install ta # !pip install --upgrade mplfinance #모듈 불러오기 import matplotlib.pyplot as plt import ..
나만의 프로그램
2022. 6. 19. 16:06