Skip to content

Instantly share code, notes, and snippets.

@wibowotangara
Created January 24, 2024 04:39
Show Gist options
  • Save wibowotangara/ef4fd7ea5fba5b5ea26e2222af20a770 to your computer and use it in GitHub Desktop.
Save wibowotangara/ef4fd7ea5fba5b5ea26e2222af20a770 to your computer and use it in GitHub Desktop.
Y_train = Y_train.map({'good': 1, 'bad': 0})
Y_train = Y_train.astype(int)
Y_test = Y_test.map({'good': 1, 'bad': 0})
Y_test = Y_test.astype(int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment