没有自动化的方式。 您可以将对象存储为pickle格式并稍后加载。
with open('automl.pkl', 'wb') as output: pickle.dump(automl,output)
您可以调试拟合或预测方法,看看发生了什么。