机器学习笔记五-----------------Prophet(时间序列模型)的保存及调用,微调及总结
一,模型的保存可以保存已安装的Prophet模型,以便以后加载和使用。在Python中,模型使用内置的序列化函数将模型序列化为json:importjsonfromprophet.serializeimportmodel_to_json,model_from_jsonwithopen('serialized_model.json','w')asfout:json.dump(model_to_jso