Skip to content

Instantly share code, notes, and snippets.

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

  • Save dleybz/34b69cb4273a02c674cc2bea97dd2323 to your computer and use it in GitHub Desktop.

Select an option

Save dleybz/34b69cb4273a02c674cc2bea97dd2323 to your computer and use it in GitHub Desktop.
car_claims_training = X_raw_train.copy()
car_claims_training['FraudFound'] = y_raw_train
car_claims_training.to_csv('car_claims_training.csv', index=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment