Skip to content

Instantly share code, notes, and snippets.

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