Skip to content

Commit

Permalink
wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
tmchartrand committed Dec 9, 2024
1 parent 0a8e986 commit e59a291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aind_data_schema/core/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ModelTraining(DataProcess):
..., title="Training performance", description="Performance on training set"
)
test_performance: Optional[List[PerformanceMetric]] = Field(
default=None, title="Test performance", description="Performance on untrained data, evaluated during training"
default=None, title="Test performance", description="Performance on test data, evaluated during training"
)
test_data: Optional[str] = Field(
default=None, title="Test data", description="Path or cross-validation/split approach"
Expand Down

0 comments on commit e59a291

Please sign in to comment.