Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] 데이터 생성 및 모델 학습 베이스라인 코드 #75

Closed
3 tasks done
classaen7 opened this issue Mar 7, 2024 · 0 comments
Closed
3 tasks done
Assignees
Labels

Comments

@classaen7
Copy link
Contributor

classaen7 commented Mar 7, 2024

Background

  • 모델 학습을 위한 데이터 생성 파이프라인 구축
  • Pytorch-Template으로 이식하기 전, 모델 학습을 위한 베이스라인 코드 작성

To do

  • yfinance API를 통한 주식 데이터 불러오기
  • 학습을 위한 주가 데이터 변환 (CSV -> Numpy Image)
  • 모델 학습을 위한 베이스라인 코드 작성
classaen7 added a commit that referenced this issue Mar 7, 2024
classaen7 added a commit that referenced this issue Mar 7, 2024
2018007956 pushed a commit that referenced this issue Mar 8, 2024
* feat: get stock data & rasterize

#75

* feat: codes for train

#75
@classaen7 classaen7 added the model label Mar 8, 2024
@classaen7 classaen7 self-assigned this Mar 8, 2024
2018007956 added a commit that referenced this issue Apr 21, 2024
* feat: stock data transformation & model baseline (#76)

* feat: get stock data & rasterize

#75

* feat: codes for train

#75

* feat: model to pytorch template (#87)

* remove: baseline_model

#86

* feat: data_generate_codes

#86

* feat: pytorch-template

#86

* fix: model call

#86

* fix: 모델 학습 코드 수정 (#89)

* remove: useless files

#88

* feat: ignore folder where model results are saved

#88

* remove: mnist codes

#88

* feat: poetry settings

#88

* remove: useless codes

#88

* fix: print statement

#88

* remove: tensorboard logging

#88

---------

Co-authored-by: xxxtenta <classaen7@naver.com>

* feat: MLflow logging (#91)

* feat: add poetry packages

#82

* feat: MLflow logging

#82

* feat: ignore model's by-product

#82

* fix: code bugs

#82

* feat: poetry add glances

#82

* docs: add folders to gitignore file

* fix: change folder name explicitly
model to model_training

* docs: README.md

---------

Co-authored-by: Chaea Kim <chaea11s0@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant