mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-26 17:37:33 +00:00
chore(ingest): add example of training metric/hyper parameters (#8491)
This commit is contained in:
parent
bf9f380350
commit
cc46729137
@ -31,6 +31,16 @@ metadata_change_proposal = MetadataChangeProposalWrapper(
|
||||
description="my feature",
|
||||
groups=model_group_urns,
|
||||
mlFeatures=feature_urns,
|
||||
trainingMetrics=[
|
||||
models.MLMetricClass(
|
||||
name="accuracy", description="accuracy of the model", value="1.0"
|
||||
)
|
||||
],
|
||||
hyperParams=[
|
||||
models.MLHyperParamClass(
|
||||
name="hyper_1", description="hyper_1", value="0.102"
|
||||
)
|
||||
],
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user