--- 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: ```json { "income": 5000, "previous_expenses": 3000, "month": 12 }