Hi there,
I am trying to use a flow to instantiate a sklearn model that can then be run on a task. From the documentation it seems like this should be possible in several different ways, but haven't had any success so far trying to get a model from a flow with flow_to_model or from a setup with initialize_model.

Running a flow directly on a task doesn't seem to work either.

Do you have any suggestions?
@amueller