Loading

摘要: 随机森林在乳腺癌数据上的调参 导入需要的库 from sklearn.datasets import load_breast_cancer from sklearn.model_selection import GridSearchCV, cross_val_score from sklearn.e 阅读全文
posted @ 2023-04-06 22:39 ThankCAT 阅读(42) 评论(0) 推荐(0) 编辑
摘要: import pandas as pd import numpy as np import matplotlib.pyplot as plt from sklearn.ensemble import RandomForestRegressor from sklearn.impute import S 阅读全文
posted @ 2023-04-06 01:30 ThankCAT 阅读(28) 评论(0) 推荐(0) 编辑