我试图评估特性的相关性,并使用DecisionTreeRegressor()# TODO: Make a copy of the DataFrame, using the 'drop# TODO: Create a decision tree regressor and fit it to the training set
from sklearn.tree import DecisionTreeRegressorregressor = DecisionTreeRegressor(random_state