Discover and explore top open-source AI tools and projects—updated daily.
microsoftAutomated AI agent for financial time series forecasting
Top 99.6% on SourcePulse
Microsoft Finance Time Series Forecasting Framework (finnts) is an automated R package designed for producing accurate financial forecasts. It targets corporate finance professionals and general time series forecasting users, offering an AI agent to automate complex data science tasks, thereby enhancing forecast accuracy and efficiency.
How It Works
This R package implements an automated forecasting framework driven by an AI agent. The agent optimizes forecast accuracy through automated feature engineering, selection, backtesting, and model selection, providing access to over 25 models. It supports both univariate and multivariate time series, handles external regressors, and integrates with Azure for scalable, cloud-based parallel processing of thousands of time series.
Quick Start & Requirements
install.packages("finnts"). For the development version, use devtools::install_github("microsoft/finnts").timetk, dplyr, and ellmer. Utilizing the LLM driver necessitates Azure OpenAI setup.Highlighted Details
Maintenance & Community
Contributions are welcomed under Microsoft's standard CLA process. The project adheres to the Microsoft Open Source Code of Conduct. No specific community channels (e.g., Discord, Slack) or roadmap links are detailed in the provided README.
Licensing & Compatibility
Limitations & Caveats
The framework's advanced features, particularly cloud parallelization and LLM integration, are dependent on Azure services, which may limit standalone use or adoption by users not operating within the Azure ecosystem.
23 hours ago
Inactive
facebook