Skip to content

Instantly share code, notes, and snippets.

@kaiwaehner
Created January 9, 2019 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaiwaehner/128053794064d7709028449ca42b8c21 to your computer and use it in GitHub Desktop.
Save kaiwaehner/128053794064d7709028449ca42b8c21 to your computer and use it in GitHub Desktop.
Data Augmentation with KSQL
SELECT Id, IFNULL(Class, -1) FROM creditcardfraud_source;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment