How to log a sklearn pipeline with a Keras step using mlflow.pyfunc.log_model()? TypeError: can't pickle _thread.RLock objects

后端 未结 0 1447
时光取名叫无心
时光取名叫无心 2020-12-15 07:39

I would like to log into MlFlow a sklearn pipeline with a Keras step.

The pipeline has 2 steps: a sklearn StandardScale and a Keras TensorFl

相关标签:
回答
  • 消灭零回复
提交回复
热议问题