Skip to content

Instantly share code, notes, and snippets.

@prratek
Created September 26, 2018 18:29
Show Gist options
  • Save prratek/81171737309245f7a1d609fe7dd30f7c to your computer and use it in GitHub Desktop.
Save prratek/81171737309245f7a1d609fe7dd30f7c to your computer and use it in GitHub Desktop.
m = RandomForestRegressor(max_features='sqrt', n_jobs=-1)
m.fit(X_train, y_train)
print_score(m)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment