Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created December 20, 2021 11:44
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 1ambda/1d7570859bb689c144966361f19099cc to your computer and use it in GitHub Desktop.
Save 1ambda/1d7570859bb689c144966361f19099cc to your computer and use it in GitHub Desktop.
case class MarketingUser(userId: Int,
yearBirth: Int,
education: String,
income: Int,
kidhome: Int,
teenhome: Int,
dtCustomer: String,
recency: Int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment