회기 무발화 0턴 분리, 자기예측 락 불변식 및 TDD 회귀 검증 완료
Some checks failed
API contract / OpenAPI type drift (push) Failing after 3m27s
Some checks failed
API contract / OpenAPI type drift (push) Failing after 3m27s
This commit is contained in:
parent
a479db7a5a
commit
a0311c5957
100 changed files with 4884 additions and 11210 deletions
|
|
@ -18,6 +18,13 @@ INSERT INTO app.measurement_instrument (
|
|||
'훈련 문구와 분리된 합성 미지 사례에서 역량 유지와 subgroup drift를 추적한다.',
|
||||
'{"transfer_success_rate":{"min":0,"max":1}}'::jsonb,
|
||||
'{"clinical_claim_allowed":false,"data_classification":"synthetic_educational","aggregate_total_forbidden":true}'::jsonb
|
||||
),
|
||||
(
|
||||
'vignette.calibration-self-prediction', '1.0.0', '외부평가 전 자기보정 (호환용)',
|
||||
'training_metric', 'self_calibration',
|
||||
'외부평가 공개 전 자기예측과 독립 수행 관측의 차이를 역량별로 추적한다.',
|
||||
'{"prediction_probability":{"min":0,"max":1},"calibration_error":{"min":0,"max":1}}'::jsonb,
|
||||
'{"clinical_claim_allowed":false,"aggregate_total_forbidden":true}'::jsonb
|
||||
)
|
||||
ON CONFLICT (instrument_id, instrument_version) DO NOTHING;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue