expense_forecaster / README.md
sborhade's picture
Update README.md
8cf7cdb verified
metadata
tags:
  - scikit-learn
  - regression
  - forecasting
  - finance

Expense Forecaster Model

This model predicts future expenses based on income, previous expenses, and the month.

Usage

To use this model, send a JSON payload with the following format:

{
  "income": 5000,
  "previous_expenses": 3000,
  "month": 12
}