Skip to content

Instantly share code, notes, and snippets.

@shubham769
Created June 21, 2020 14: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 shubham769/528a27102aa53c2e7f3ac39c6ad38df3 to your computer and use it in GitHub Desktop.
Save shubham769/528a27102aa53c2e7f3ac39c6ad38df3 to your computer and use it in GitHub Desktop.
model=RandomForestClassifier(n_estimators=300)
model.fit(X_train,y_train)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment