Created
December 19, 2018 22:56
-
-
Save mikhailshilkov/7d278873016a5aff83036b3b828f0776 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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