Skip to content

Instantly share code, notes, and snippets.

@dleybz
Created May 18, 2023 19:18
Show Gist options
  • Select an option

  • Save dleybz/3dfe067215ce04d22c129224bbb2aa3b to your computer and use it in GitHub Desktop.

Select an option

Save dleybz/3dfe067215ce04d22c129224bbb2aa3b to your computer and use it in GitHub Desktop.
aug_rf = RandomForestClassifier()
aug_rf.fit(X_aug_train, y_aug_train)
aug_rf_pred = aug_rf.predict(X_test)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment