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
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
prophet(Meta) ortensorflow/pytorchfor simple LSTM.Acceptance Criteria
src/analytics/forecaster.pyimplemented.analytics.jsonlhistory.GET /analytics/forecastreturning predicted scores.