Skip to content

Commit

Permalink
Chore: 이 컴포넌트에서 수행해야 하는 일을 명료화
Browse files Browse the repository at this point in the history
  • Loading branch information
ProtossDragoon committed Jun 15, 2024
1 parent 7ff5f3f commit 68ed13d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.kr.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

[🇬🇧](README.md) | [🇰🇷](README.kr.md) | [🇨🇳](README.zh-CN.md)

사전적으로 data preparation 컴포넌트는 원래 raw data 를 가져오는 역할을 맡는다. 하지만 우리의 `autosink` 프로젝트의 시스템에서는 feature store 이라는 것이 존재하기 때문에, data preparaiton 이 raw data 를 가져오는 역할을 하지는 않는다. raw data 를 가져오는 일이 아니라 data preparation 에서 해야 하는 일을 image augmentation 같은 데이터 전처리라고 바라보았다. 이때, 데이터 전처리 결과물은 사실 feature store 에 저장이 되어 있을 것이다. 이 패키지는 전처리가 완료된 결과물을 먼저 feature store 에서 탐색하고, 이것이 없다면 data preprocessing 을 수행하고 해당 입력을 다운스트림 컴포넌트에 전달하는 역할을 수행한다.

## 기능

- [ ] 데이터 전처리를 수행한 데이터셋 반환
- [ ] 데이터 전처리 수행 전 feature store 우선 탐색 후 반환

# 환경

환경은 MacOS, Linux 를 기준으로 합니다.

## `Makefile`
Expand Down

0 comments on commit 68ed13d

Please sign in to comment.