Azure Machine Learning best model's update paramete with python pickle

윤 광섭 1 Reputation point
2020-06-11T09:06:10.453+00:00

Hi

i am trying to Azure Machine Learning best model's update parameter with python pickle type

best model trained by xgboost.

i load model through pickle and tried to change parameter.

import joblib

a=joblib.load("model.pkl")

a.pipeline.set_params(XGBoostClassifier__base_score=0.6)

but it doesn't work.

however

a.pipeline.set_params(memory='n')

this code is works.

let me know how to change model's parameter.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,629 questions
{count} votes