Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Currently we're doing this is Facebook's FastText and it works pretty well. Now we need to factor in amount. The reason is,
  2. if two transactions have `COSTCO STORE #5600` in the memo, but one is for $250 and the other is for $50, the first needs to
  3. be categorized as "Office Expenses" (snacks) and the other as "Transportation" (gas).
  4.  
  5. What is the best approach for making a prediction from 2 variables where one is a regression problem and one is a classification
  6. problem?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement