From 61a680dc1bd399d11c8ccc68957837c9354e8577 Mon Sep 17 00:00:00 2001 From: Wilson Freitas Date: Mon, 14 Oct 2024 06:09:55 -0300 Subject: [PATCH] Added functime Issue #191 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da6e654..fa5f39d 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [tsmoothie](https://github.com/cerlymarco/tsmoothie) - A python library for time-series smoothing and outlier detection in a vectorized way. - [pmdarima](https://github.com/alkaline-ml/pmdarima) - A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function. - [gluon-ts](https://github.com/awslabs/gluon-ts) - vProbabilistic time series modeling in Python. +- [functime](https://github.com/functime-org/functime) - Time-series machine learning at scale. Built with Polars for embarrassingly parallel feature extraction and forecasts on panel data. ### Calendars