Skip to content

Instantly share code, notes, and snippets.

@prratek
Last active September 26, 2018 18:25
Show Gist options
  • Save prratek/e51fa0032ebba2f44f3dbc59c08c27d7 to your computer and use it in GitHub Desktop.
Save prratek/e51fa0032ebba2f44f3dbc59c08c27d7 to your computer and use it in GitHub Desktop.
m = RandomForestRegressor(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