Skip to content

Instantly share code, notes, and snippets.

@vsreekanti
Created October 19, 2022 02:07
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 vsreekanti/0360acfefc4cfdccce3749fdb32884e5 to your computer and use it in GitHub Desktop.
Save vsreekanti/0360acfefc4cfdccce3749fdb32884e5 to your computer and use it in GitHub Desktop.
@op
def clean_data(raw_data):
# Clean raw_data.
return cleaned_data
@op
def make_predictions(cleaned_data):
# Make my predictions on `inputs`
return predictions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment