Skip to content

Instantly share code, notes, and snippets.

@vsreekanti
Created October 19, 2022 02:07
Embed
What would you like to do?
@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