3

How can I find p-value and F-statistics in following regression task with Random Forest Regressor

rf = RandomForestRegressor(n_estimators=100, random_state=76)
result = cross_val_score(rf, X, y, cv=crossvalidation, n_jobs=-1, scoring="neg_mean_squared_error")
rms = sqrt(result.mean() * -1)
desertnaut
  • 52,940
  • 19
  • 125
  • 157
ZEESHAN
  • 161
  • 1
  • 13

0 Answers0