allegroai / clearml

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Apache License 2.0
5.69k stars 655 forks source link

Add a cast parameter to the get_parameter method of Task. #958

Closed harry-j-turner closed 1 year ago

harry-j-turner commented 1 year ago

Related Issue \ discussion References issue https://github.com/allegroai/clearml/issues/951.

Patch Description Patch allows user to cast the parameter in get_parameter by passing the argument along to upstream get_parameters.

Testing Instructions Unsure, should this have a unit test?

Other Information This is my first PR to ClearML, I'd like to get more involved in contributing and would welcome any advice or feedback on my approach.