Re: logging pickle files on local run of spark.ml Pipeline model

2023-03-15 Thread Sean Owen
Pickle won't work. But the others should. I think you are specifying an invalid path in both cases but hard to say without more detail On Wed, Mar 15, 2023, 9:13 AM Mnisi, Caleb wrote: > Good Day > > > > I am having trouble saving a spark.ml Pipeline model to a pickle file, > when running

logging pickle files on local run of spark.ml Pipeline model

2023-03-15 Thread Mnisi, Caleb
Good Day I am having trouble saving a spark.ml Pipeline model to a pickle file, when running locally on my PC. I've tried a few ways to save the model: 1. mlflow.spark.log_model(artifact_path=experiment.artifact_location, spark_model= model, registered_model_name="myModel") * with