Skip to content

Instantly share code, notes, and snippets.

@mikhailshilkov
Created December 19, 2018 22:56
Show Gist options
  • Save mikhailshilkov/7d278873016a5aff83036b3b828f0776 to your computer and use it in GitHub Desktop.
Save mikhailshilkov/7d278873016a5aff83036b3b828f0776 to your computer and use it in GitHub Desktop.
// string -> Async<Match list>
let findMatchingGift (wish: string) = async {
// Call a custom machine learning model
// The real implementation uses the Customer profile to adjust decisions by age, etc.
// but we'll keep the model simple for now.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment