Skip to content

Instantly share code, notes, and snippets.

@ksdkamesh99
Created June 21, 2020 05:58
Show Gist options
  • Select an option

  • Save ksdkamesh99/d8b74274c8d171905b147e7d791edc38 to your computer and use it in GitHub Desktop.

Select an option

Save ksdkamesh99/d8b74274c8d171905b147e7d791edc38 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