> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-1917.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 최종 평가 정확도처럼 시간에 따라 변하지 않는 메트릭은 어떻게 log하나요?

`run.log({'final_accuracy': 0.9})`를 사용하면 최종 정확도가 올바르게 업데이트됩니다. 기본적으로 `run.log({'final_accuracy': <value>})`는 `run.settings['final_accuracy']`를 업데이트하며, 이 값은 Runs 테이블에 반영됩니다.

***

<Badge stroke shape="pill" color="orange" size="md">[Runs](/ko/support/models/tags/runs)</Badge>
