feat: metrics 리포트 추가#7
Merged
Merged
Conversation
chado13
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
리뷰어가 작업내용을 이해하기 쉽도록 아래내용을 상세히 작성해주세요.
Changes
reports.metrics와 유사한 보고서형 metrics API를alphastats.reports.metrics로 추가했습니다.from alphastats import metrics로도 사용할 수 있도록 top-level export를 추가했습니다.Metric컬럼을 포함하는pl.DataFrame형태로 제공합니다.uv version --bump minor로 패키지 버전을0.1.1에서0.2.0으로 올렸습니다.reports.metrics출력과 주요 basic/full 지표 값이 일치하는지 비교하는 parity 테스트를 추가했습니다.Test
uv run pytest -q통과: 168 passeduv run ruff check .통과uv run mypy alphastats tests통과Task Link