Skip to content

[HARD] Build LSTM/GRU Deep Learning Model for Forecasting #21

@ssndb134

Description

@ssndb134

Description:
Design a recurrent neural network capable of forecasting 30 days of ticket demand.

Tasks:

  • Create sliding window dataset.
  • Implement LSTM/GRU architecture in src/models/lstm_model.py.
  • Validation + early stopping.
  • Save model to models/lstm.pt.

Acceptance Criteria:

  • Must outperform ARIMA baseline.
  • No data leakage allowed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    HARDThis is an HARD issue

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions