250x250
Notice
Recent Posts
Recent Comments
Link
목록lightgbm (1)
코딩걸음마
주식 정보 불러와서 미래수익률 예측기 만들기 (with Pykrx)
간단한 아이디어가 갑자기 번뜩 떠올랐다. 기술적분석한 값을 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