Skip to content

Commit

Permalink
Merge pull request #574 from mlrun/1.6.x-dev
Browse files Browse the repository at this point in the history
1.6.x dev
  • Loading branch information
aviaIguazio authored Feb 19, 2024
2 parents 361c3d1 + 5c1f489 commit a740a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network-operations/src/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def pipeline(
train = mlrun.run_function(
auto_trainer,
handler='train',
params={"model_class": model_pkg_class},
params={"model_class": model_pkg_class, "random_state": 3},
inputs={"dataset": get_vector.outputs['feature_vector']},
outputs=["model", "test_set"],
)
Expand Down

0 comments on commit a740a00

Please sign in to comment.