Skip to content

Instantly share code, notes, and snippets.

@prratek
Created September 26, 2018 18:35
Show Gist options
  • Save prratek/c1eb23946011e9730df8b3369ae0231e to your computer and use it in GitHub Desktop.
Save prratek/c1eb23946011e9730df8b3369ae0231e to your computer and use it in GitHub Desktop.
m = RandomForestRegressor(n_estimators=100, max_features='log2', 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