timesfm-forecasting

Category: Data & AI | Uploader: google-researchgoogle-research | Downloads: 1 | Version: v1.0(Latest)

Zero-shot time series forecasting with Google's TimesFM foundation model. Use this skill when forecasting ANY univariate time series — sales, sensor readings, stock prices, energy demand, patient vitals, weather, or scientific measurements — without training a custom model. Supports both basic forecasting and advanced covariate forecasting (XReg) with dynamic and static exogenous variables. Automatically checks system RAM/GPU before loading the model, validates dataset fit before processing, supports CSV/DataFrame/array inputs, and returns point forecasts with calibrated prediction intervals. Includes a preflight system checker script that MUST be run before first use to verify the machine can load the model and handle your specific dataset.

Changelog: Source: GitHub https://github.com/google-research/timesfm

Directory Structure

Current level: tree/master/timesfm-forecasting/

  • 📁 examples/
    • 📁 anomaly-detection/
      • 📁 output/
        • 📄 anomaly_detection.json 8.8 KB
        • 📄 anomaly_detection.png 211.9 KB
      • 📄 detect_anomalies.py 16.6 KB
    • 📁 covariates-forecasting/
      • 📁 output/
        • 📄 covariates_data.png 447.8 KB
        • 📄 covariates_metadata.json 1.5 KB
        • 📄 sales_with_covariates.csv 7.2 KB
      • 📄 demo_covariates.py 19.2 KB
    • 📁 global-temperature/
      • 📁 output/
        • 📄 animation_data.json 130.1 KB
        • 📄 forecast_animation.gif 775.6 KB
        • 📄 forecast_output.csv 1.5 KB
        • 📄 forecast_output.json 4.4 KB
        • 📄 forecast_visualization.png 152.9 KB
        • 📄 interactive_forecast.html 149.5 KB
      • 📄 generate_animation_data.py 4.9 KB
      • 📄 generate_gif.py 6.5 KB
      • 📄 generate_html.py 20.7 KB
      • 📄 README.md 5.6 KB
      • 📄 run_example.sh 1.5 KB
      • 📄 run_forecast.py 5.4 KB
      • 📄 temperature_anomaly.csv 591 B
      • 📄 visualize_forecast.py 3.2 KB
  • 📁 references/
    • 📄 api_reference.md 9.5 KB
    • 📄 data_preparation.md 7.0 KB
    • 📄 system_requirements.md 6.9 KB
  • 📁 scripts/
    • 📄 check_system.py 23.6 KB
    • 📄 forecast_csv.py 8.5 KB
  • 📄 SKILL.md 18.5 KB

SKILL.md

Login to download/like/favorite ❤ 13.5K | ★ 0
Comments 0

Please login before commenting.

Loading comments...