简体   繁体   中英

upload a pre-trained model locally into databricks

Is it possible to upload a pre-trained machine learning model that was trained on a different environment on databricks, and serve it? Or is it impossible on Databricks ?

The best way to use a trained model on another environment is to use MLflow. You can save several models with different versions and load them in any Databricks environment. I advise you to consult the following documentation here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM