问Pycaret plot_model()不正确地可视化图EN我们经常会谈到工业界端到端的机器学习建模,所谓端到端,是指的把整个过程构建在一个完整的流程(比如pipeline管道)中,包括数据侧的处理、模型建模调优,及模型部署应用等环节,如我们之前所说,完整的机器学习开发流程如下:
pycaret version checks I have checked that this issue has not already been reported here. I have confirmed this bug exists on the latest version of pycaret. I have confirmed this bug exists on the master branch of pycaret (pip install -U...
Reproducible Example # the same as #3581frompycaret.datasetsimportget_datafrompycaret.classificationimport*juice=get_data('juice')setup(data=juice,target='Purchase')logr=create_model('lr')tuned_logr=tune_model(logr)plot_model(estimator=tuned_logr,plot='feature_all')plot_model(estimator=tuned_lo...
pycaret moved this from Needs triage to Low priority in PyCaret 2.1 Author Sprint Aug 14, 2020 Collaborator pycaret commented Aug 18, 2020 @Yard1 Do you want to have a look at this one when you get a chance? User story : Can we add dpi parameter in plot_model to control the high...
pycaret version checks I have checked that this issue has not already been reported here. I have confirmed this bug exists on the latest version of pycaret. I have confirmed this bug exists on the master branch of pycaret (pip install -U...