这个和上面一样
时间: 2024-02-25 18:53:24 浏览: 59
升压PFC电感上面的二极管原来是这个作用
非常抱歉,我的前两个回答有误。正确的做法是将格式化字符串中的占位符和参数个数对应起来,如下所示:
```python
title += "RMSE = {:.2f}, estimator.coef_ = {:.2f}%, {:.2f}%, {:.2f}%, {:.2f}%, estimator.intercept_ = {:.2f}%".format(rmse, estimator.coef_[0][1][2][3], estimator.intercept_[0], estimator.intercept_[0], estimator.intercept_[0], estimator.intercept_[0])
```
这样就可以正确地将RMSE、回归系数和偏置系数等信息添加到图表的标题中了。非常抱歉给您带来困扰。
阅读全文