Skip to content

Instantly share code, notes, and snippets.

@wibowotangara
Created January 23, 2024 13:40
Show Gist options
  • Save wibowotangara/db48ae4b53625659034f2bf4ff6fc72c to your computer and use it in GitHub Desktop.
Save wibowotangara/db48ae4b53625659034f2bf4ff6fc72c to your computer and use it in GitHub Desktop.
X_train = X_train.drop('loan_label', axis=1)
X_test = X_test.drop('loan_label', axis=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment