docs(ai_news): mark scraper.py deprecated (Phase 1 transition)
This commit is contained in:
@@ -1,4 +1,11 @@
|
|||||||
"""네이버 finance 종목 뉴스 스크래핑."""
|
"""[DEPRECATED] 네이버 finance 종목 뉴스 스크래핑.
|
||||||
|
|
||||||
|
본 모듈은 ai_news Phase 1 (2026-05-14) 에서 더 이상 파이프라인에서 사용되지 않음.
|
||||||
|
데이터 소스는 stock-lab 의 articles 테이블 (ai_news/articles_source.py) 로 전환됨.
|
||||||
|
|
||||||
|
삭제 시점: Phase 2 (DART 도입) 결정 후. IC 검증 4주 누적 후 노드 활성화
|
||||||
|
여부에 따라 본 모듈을 (a) 완전 삭제 또는 (b) ensemble fallback 으로 재활용.
|
||||||
|
"""
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user