Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save roclark/5bbb77bd75954b246892a745e8a3491b to your computer and use it in GitHub Desktop.
Save roclark/5bbb77bd75954b246892a745e8a3491b to your computer and use it in GitHub Desktop.
Example of how dictionary expansion works in function calls
model = RandomForestRegressor(bootstrap=False,
min_samples_leaf=3,
...
max_depth=6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment