Spaces:
Sleeping
Sleeping
metadata
title: Stock Price Forecasting
emoji: π
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.0.0
app_file: app.py
pinned: false
Stock Price Forecasting App
Live demo of time-series forecasting models comparison for stock prices.
π Usage
- Enter any stock symbol (e.g., AAPL, TSLA, GOOGL)
- Click "Analyze Stock"
- View model performance comparison and stock statistics
π Models Compared
- ARIMA (Statistical)
- LSTM (Deep Learning)
- Prophet (Facebook)
- Naive (Baseline)
π― Key Finding
Naive model outperformed complex models, demonstrating that simple approaches often work best in efficient markets.