Skip to content

Time-Series Forecasting for Market Trends (Prophet/LSTM) #450

@Cedarich

Description

@Cedarich

Labels: Backend, AI/ML, Analytics
Complexity: High (200 points) 📈

Description

Implement a predictive analytics layer to forecast market trends (Bullish/Bearish) for the next 24-48 hours based on historical sentiment and volume data.

Requirements / Context

  • Use libraries like prophet (Meta) or tensorflow/pytorch for simple LSTM.
  • Predicts "Sentiment Velocity" (how fast mood is changing).

Acceptance Criteria

  • src/analytics/forecaster.py implemented.
  • Training script to build model from analytics.jsonl history.
  • API endpoint GET /analytics/forecast returning predicted scores.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions