This model predicts future expenses based on income, previous expenses, and the month.
To use this model, send a JSON payload with the following format:
{ "income": 5000, "previous_expenses": 3000, "month": 12 }