Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Darts: A Time Series Forecasting Library #2640

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rfeverts
Copy link

@rfeverts rfeverts commented Jan 5, 2025

This pull request adds Darts, a Python library for time series forecasting, to the Machine Learning section of the Awesome Python list.

Why Darts?

  • Darts provides an intuitive and flexible API for time series forecasting.
  • Supports both traditional models (ARIMA, Exponential Smoothing) and advanced deep learning methods (RNNs, Transformers).
  • Enables seamless integration with pandas, simplifying time series data manipulation.

Key Features

  • Combines statistical and deep learning approaches for forecasting.
  • Built-in tools for backtesting, benchmarking, and visualizing models.
  • Pre-trained models included for quick deployment and experimentation.
  • Darts is a valuable addition to the Machine Learning section, catering to practitioners and researchers working on time series problems.

Anyone who agrees with this pull request could submit an Approve review to it.

Example usage:
Example fitting a model.txt
Example importing and preparing Data.txt

References
Darts Documentation
Pandas Documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant