Skip to content

Commit

Permalink
fix random_state typing (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
avishniakov committed May 27, 2024
1 parent 81a90ba commit a24daa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/pipelines/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


@pipeline
def inference(random_state: str, target: str):
def inference(random_state: int, target: str):
"""
Model inference pipeline.
Expand Down

0 comments on commit a24daa8

Please sign in to comment.