Skip to content

Instantly share code, notes, and snippets.

@Ben-Epstein
Created February 11, 2021 14:38
Show Gist options
  • Save Ben-Epstein/2af8fe99fac4f084c66d8dc2362c3cf3 to your computer and use it in GitHub Desktop.
Save Ben-Epstein/2af8fe99fac4f084c66d8dc2362c3cf3 to your computer and use it in GitHub Desktop.
getting a training set from a feature store
df = fs.get_training_set(
features = [
'max_spending_category_30d',
'max_purchase_amount_15d',
'spending_avg_7_day',
'spending_avg_15_day',
'spending_avg_60_day',
'customer_churn',
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment