John Ramey
04/07/2022, 6:51 PMscikit-learn
object from a task? Any gotchas if I then pass it to a second task which is responsible for calling .predict()
using that same object. Reason I’m asking: I thought I read somewhere in the prefect docs to be careful with state in such cases, but I can’t seem to find it.Anna Geller
04/07/2022, 7:10 PMKevin Kho
04/07/2022, 7:22 PMresult
. If you are passing it downstream, it is perfectly fineJohn Ramey
04/07/2022, 7:29 PM