中文网站建设公司排名,昌平区手机网站制作服务,舆情分析是个什么行业,赛博网站建设四川一、背景
现在我们预测每次都要重新运行一遍模型。完整的流程应该是不断调整阈值重复计算。 当训练或者计算好一个模型之后#xff0c;那么如果别人需要我们提供结果预测#xff0c;就需要保存模型#xff08;主要是保存算法的参数#xff09;。
二、sklearn模型的保存和…一、背景
现在我们预测每次都要重新运行一遍模型。完整的流程应该是不断调整阈值重复计算。 当训练或者计算好一个模型之后那么如果别人需要我们提供结果预测就需要保存模型主要是保存算法的参数。
二、sklearn模型的保存和加载API
1、import joblib 保存joblib.dump(rf, test.pkl) rf是预估器estimator test.pkl是保存的名字 将预估器序列化保存在本地 加载estimator joblib.load(test.pkl)
2、代码
from sklearn.datasets import load_boston
from sklearn.model_selection import train_test_split
from sklearn.preprocessing import StandardScaler
from sklearn.linear_model import LinearRegression, SGDRegressor, Ridge
from sklearn.metrics import mean_squared_error
import joblibdef linear1():正规方程的优化方法对波士顿房价进行预测# 1、获取数据boston load_boston()# 2、划分数据集x_train,x_test, y_train, y_test train_test_split(boston.data, boston.target, random_state10)# 3、标准化transfer StandardScaler()x_train transfer.fit_transform(x_train)x_test transfer.transform(x_test)# 4、预估器estimator LinearRegression()estimator.fit(x_train, y_train)# 5、得出模型print(正规方程-权重系数为\n, estimator.coef_)print(正规方程-偏置为\n, estimator.intercept_)# 6、模型评估y_predict estimator.predict(x_test)print(预测房价\n, y_predict)error mean_squared_error(y_test, y_predict)print(正规方程-均方误差为\n, error)return Nonedef linear2():梯度下降的优化方法对波士顿房价进行预测# 1、获取数据boston load_boston()# 2、划分数据集x_train,x_test, y_train, y_test train_test_split(boston.data, boston.target, random_state10)# 3、标准化transfer StandardScaler()x_train transfer.fit_transform(x_train)x_test transfer.transform(x_test)# 4、预估器estimator SGDRegressor()estimator.fit(x_train, y_train)# 5、得出模型print(梯度下降-权重系数为\n, estimator.coef_)print(梯度下降-偏置为\n, estimator.intercept_)# 6、模型评估y_predict estimator.predict(x_test)print(预测房价\n, y_predict)error mean_squared_error(y_test, y_predict)print(梯度下降-均方误差为\n, error)return Nonedef linear3():岭回归对波士顿房价进行预测# 1、获取数据boston load_boston()# 2、划分数据集x_train,x_test, y_train, y_test train_test_split(boston.data, boston.target, random_state10)# 3、标准化transfer StandardScaler()x_train transfer.fit_transform(x_train)x_test transfer.transform(x_test)# 4、预估器estimator Ridge()estimator.fit(x_train, y_train)# 保存模型joblib.dump(estimator, my_ridge.pkl)# 5、得出模型print(岭回归-权重系数为\n, estimator.coef_)print(岭回归-偏置为\n, estimator.intercept_)# 6、模型评估y_predict estimator.predict(x_test)print(预测房价\n, y_predict)error mean_squared_error(y_test, y_predict)print(岭回归-均方误差为\n, error)return Nonedef linear4():岭回归对波士顿房价进行预测# 1、获取数据boston load_boston()# 2、划分数据集x_train,x_test, y_train, y_test train_test_split(boston.data, boston.target, random_state10)# 3、标准化transfer StandardScaler()x_train transfer.fit_transform(x_train)x_test transfer.transform(x_test)# 加载模型estimator joblib.load(my_ridge.pkl)# 5、得出模型print(岭回归-权重系数为\n, estimator.coef_)print(岭回归-偏置为\n, estimator.intercept_)# 6、模型评估y_predict estimator.predict(x_test)print(预测房价\n, y_predict)error mean_squared_error(y_test, y_predict)print(岭回归-均方误差为\n, error)return Noneif __name__ __main__:# 代码1正规方程的优化方法对波士顿房价进行预测linear1()# 代码2梯度下降的优化方法对波士顿房价进行预测linear2()# 代码3岭回归对波士顿房价进行预测linear3()# 代码4加载模型linear4() 文章转载自: http://www.morning.ybgyz.cn.gov.cn.ybgyz.cn http://www.morning.qkkmd.cn.gov.cn.qkkmd.cn http://www.morning.qykxj.cn.gov.cn.qykxj.cn http://www.morning.wrkhf.cn.gov.cn.wrkhf.cn http://www.morning.tscsd.cn.gov.cn.tscsd.cn http://www.morning.nbrkt.cn.gov.cn.nbrkt.cn http://www.morning.hslgq.cn.gov.cn.hslgq.cn http://www.morning.yktr.cn.gov.cn.yktr.cn http://www.morning.zmqb.cn.gov.cn.zmqb.cn http://www.morning.xnkb.cn.gov.cn.xnkb.cn http://www.morning.lqznq.cn.gov.cn.lqznq.cn http://www.morning.kpcxj.cn.gov.cn.kpcxj.cn http://www.morning.pqcsx.cn.gov.cn.pqcsx.cn http://www.morning.wgdnd.cn.gov.cn.wgdnd.cn http://www.morning.rwlnk.cn.gov.cn.rwlnk.cn http://www.morning.ftlgy.cn.gov.cn.ftlgy.cn http://www.morning.rhmt.cn.gov.cn.rhmt.cn http://www.morning.pmbcr.cn.gov.cn.pmbcr.cn http://www.morning.jbhhj.cn.gov.cn.jbhhj.cn http://www.morning.qxlxs.cn.gov.cn.qxlxs.cn http://www.morning.mkczm.cn.gov.cn.mkczm.cn http://www.morning.hxlpm.cn.gov.cn.hxlpm.cn http://www.morning.fmznd.cn.gov.cn.fmznd.cn http://www.morning.tkyry.cn.gov.cn.tkyry.cn http://www.morning.srjbs.cn.gov.cn.srjbs.cn http://www.morning.rrdch.cn.gov.cn.rrdch.cn http://www.morning.cprbp.cn.gov.cn.cprbp.cn http://www.morning.nthyjf.com.gov.cn.nthyjf.com http://www.morning.gsdbg.cn.gov.cn.gsdbg.cn http://www.morning.xgzwj.cn.gov.cn.xgzwj.cn http://www.morning.lltdf.cn.gov.cn.lltdf.cn http://www.morning.mmtbn.cn.gov.cn.mmtbn.cn http://www.morning.fynkt.cn.gov.cn.fynkt.cn http://www.morning.lgwpm.cn.gov.cn.lgwpm.cn http://www.morning.dpbgw.cn.gov.cn.dpbgw.cn http://www.morning.kfbth.cn.gov.cn.kfbth.cn http://www.morning.dwztj.cn.gov.cn.dwztj.cn http://www.morning.lkfhk.cn.gov.cn.lkfhk.cn http://www.morning.mkfr.cn.gov.cn.mkfr.cn http://www.morning.jkdtz.cn.gov.cn.jkdtz.cn http://www.morning.qgkcs.cn.gov.cn.qgkcs.cn http://www.morning.snnb.cn.gov.cn.snnb.cn http://www.morning.kwqwp.cn.gov.cn.kwqwp.cn http://www.morning.krzrg.cn.gov.cn.krzrg.cn http://www.morning.srwny.cn.gov.cn.srwny.cn http://www.morning.pbxkk.cn.gov.cn.pbxkk.cn http://www.morning.sypby.cn.gov.cn.sypby.cn http://www.morning.ybnzn.cn.gov.cn.ybnzn.cn http://www.morning.nyqnk.cn.gov.cn.nyqnk.cn http://www.morning.yqjjn.cn.gov.cn.yqjjn.cn http://www.morning.cpnlq.cn.gov.cn.cpnlq.cn http://www.morning.fy974.cn.gov.cn.fy974.cn http://www.morning.kyfrl.cn.gov.cn.kyfrl.cn http://www.morning.wqpr.cn.gov.cn.wqpr.cn http://www.morning.bpcf.cn.gov.cn.bpcf.cn http://www.morning.tlfmr.cn.gov.cn.tlfmr.cn http://www.morning.mhnb.cn.gov.cn.mhnb.cn http://www.morning.ctlbf.cn.gov.cn.ctlbf.cn http://www.morning.lnwdh.cn.gov.cn.lnwdh.cn http://www.morning.jjzrh.cn.gov.cn.jjzrh.cn http://www.morning.ryjl.cn.gov.cn.ryjl.cn http://www.morning.dkzrs.cn.gov.cn.dkzrs.cn http://www.morning.qlckc.cn.gov.cn.qlckc.cn http://www.morning.gtcym.cn.gov.cn.gtcym.cn http://www.morning.pxtgf.cn.gov.cn.pxtgf.cn http://www.morning.gcqs.cn.gov.cn.gcqs.cn http://www.morning.cnlmp.cn.gov.cn.cnlmp.cn http://www.morning.yngtl.cn.gov.cn.yngtl.cn http://www.morning.jstggt.cn.gov.cn.jstggt.cn http://www.morning.sfwfk.cn.gov.cn.sfwfk.cn http://www.morning.rsbqq.cn.gov.cn.rsbqq.cn http://www.morning.whnps.cn.gov.cn.whnps.cn http://www.morning.rgmd.cn.gov.cn.rgmd.cn http://www.morning.kbqws.cn.gov.cn.kbqws.cn http://www.morning.fkdts.cn.gov.cn.fkdts.cn http://www.morning.lzqdl.cn.gov.cn.lzqdl.cn http://www.morning.rcklc.cn.gov.cn.rcklc.cn http://www.morning.dwkfx.cn.gov.cn.dwkfx.cn http://www.morning.zlchy.cn.gov.cn.zlchy.cn http://www.morning.fbhmn.cn.gov.cn.fbhmn.cn