Workspace IndexKnowledge Notes › Feature engineering — the model is mostly the features

#1185PoC

Feature engineering — the model is mostly the features

Most of a model's performance comes from the features fed to it, not the algorithm, and a feature store exists to stop the same feature being computed three inconsistent ways across a team.

Not yet scoped.

Why

The PoC builds a handful of engineered features (rolling windows, ratios, lags) for one prediction task and shows the accuracy delta from feature work versus model swaps.

How it works

Not yet built.

Where it lands in Jayverse

  • Number: budget indicator work as engineered features first, model choice second. For any reading Number distributes, build rolling windows, ratios and lags before swapping models, and record the accuracy delta from feature work versus model swaps as evidence, not assumption.
  • Number: keep one definition per feature, a small feature store. Stop the same rolling-window or ratio being recomputed three inconsistent ways across different readings.

Key expressions

Words and phrases from this page worth keeping, with the Korean meaning and the sentence they come from.

Expression뜻 · 쓰이는 자리
feed (features fed to it)(모델에 데이터를) 공급하다, 투입하다 · 입력값을 모델에 넣어준다는 뜻. "the features fed to it"
feature store피처 스토어(특성 저장소) · 여러 팀이 같은 피처를 일관되게 재사용하도록 관리하는 시스템. "a feature store exists to stop the same feature being computed three inconsistent ways"
rolling window이동 윈도우(구간) · 일정 구간씩 옮겨가며 계산하는 통계 기법. "rolling windows, ratios, lags"
lag (특성으로서)시차(지연) 변수 · 과거 시점의 값을 특성으로 사용하는 기법. "rolling windows, ratios, lags"
accuracy delta정확도 차이(증분) · 두 접근법 간 성능 차이를 수치로 나타낸 것. "the accuracy delta from feature work versus model swaps"
model swap모델 교체 · 알고리즘 자체를 바꾸는 작업을 가리킴. "versus model swaps"

← All Knowledge Notes · Workspace Index · Top ↑

피처 엔지니어링 — 모델의 대부분은 피처다

모델 성능의 대부분은 알고리즘이 아니라 그것에 넣는 피처에서 나오며, 피처 스토어는 같은 피처가 팀 전반에서 서로 다른 세 방식으로 계산되는 것을 막기 위해 존재합니다.

아직 범위 미정.

이 PoC는 한 예측 과제를 위해 가공 피처 몇 개(이동 창, 비율, 시차)를 만들고, 피처 작업과 모델 교체 각각에서 오는 정확도 변화를 보입니다.

동작 방식

아직 만들지 않음.

Jayverse에서의 위치

  • Number: 지표 작업의 예산을 모델 교체보다 엔지니어링된 피처에 먼저 배정한다. Number가 배포하는 모든 읽기에 대해 모델을 바꾸기 전에 롤링 윈도우, 비율, 랙부터 만들고, 피처 작업과 모델 교체가 낸 정확도 차이를 가정이 아니라 증거로 기록한다.
  • Number: 피처마다 정의를 하나로 유지하는 작은 피처 스토어를 둔다. 같은 롤링 윈도우나 비율이 서로 다른 읽기마다 세 가지 불일치하는 방식으로 다시 계산되는 것을 막는다.

핵심 표현

이 페이지의 영어 본문에서 배울 만한 단어와 표현, 뜻과 나온 자리.

Expression뜻 · 쓰이는 자리
feed (features fed to it)(모델에 데이터를) 공급하다, 투입하다 · 입력값을 모델에 넣어준다는 뜻. "the features fed to it"
feature store피처 스토어(특성 저장소) · 여러 팀이 같은 피처를 일관되게 재사용하도록 관리하는 시스템. "a feature store exists to stop the same feature being computed three inconsistent ways"
rolling window이동 윈도우(구간) · 일정 구간씩 옮겨가며 계산하는 통계 기법. "rolling windows, ratios, lags"
lag (특성으로서)시차(지연) 변수 · 과거 시점의 값을 특성으로 사용하는 기법. "rolling windows, ratios, lags"
accuracy delta정확도 차이(증분) · 두 접근법 간 성능 차이를 수치로 나타낸 것. "the accuracy delta from feature work versus model swaps"
model swap모델 교체 · 알고리즘 자체를 바꾸는 작업을 가리킴. "versus model swaps"

← 전체 기술 노트 · 워크스페이스 인덱스 · 맨 위 ↑