Skip to content

Instantly share code, notes, and snippets.

@itsderek23
Created March 1, 2019 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsderek23/1fb51680fa0e9e6b6866bd2d5bd74a59 to your computer and use it in GitHub Desktop.
Save itsderek23/1fb51680fa0e9e6b6866bd2d5bd74a59 to your computer and use it in GitHub Desktop.
model = RandomForestClassifier()
model.fit(X_train[:1000],y_train[:1000])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment