|
| 1 | +# Databricks notebook source |
| 2 | +# MAGIC %md |
| 3 | +# MAGIC © 2024 Databricks, Inc. All rights reserved. |
| 4 | +# MAGIC |
| 5 | +# MAGIC The sources in all notebooks in this directory and the sub-directories are provided subject to the Databricks License. All included or referenced third party libraries are subject to the licenses set forth below. |
| 6 | +# MAGIC |
| 7 | +# MAGIC | library | description | license | source | |
| 8 | +# MAGIC |----------------------------------------|-------------------------|------------|-----------------------------------------------------| |
| 9 | +# MAGIC | rpy2 | Python interface to the R language (embedded R) | GNU General Public License v2 or later | https://pypi.org/project/rpy2/ |
| 10 | +# MAGIC | kaleido | Static image export for web-based visualization libraries with zero dependencies | MIT | https://pypi.org/project/kaleido/ |
| 11 | +# MAGIC | fugue | An abstraction layer for distributed computation | Apache 2.0 | https://pypi.org/project/fugue/ |
| 12 | +# MAGIC | Jinja2 | A very fast and expressive template engine | BSD | https://pypi.org/project/Jinja2/ |
| 13 | +# MAGIC | omegaconf | A flexible configuration library | BSD | https://pypi.org/project/omegaconf/ |
| 14 | +# MAGIC | missingno | Missing data visualization module for Python | MIT | https://pypi.org/project/missingno/ |
| 15 | +# MAGIC | datasetsforecast | Datasets for Time series forecasting | MIT | https://pypi.org/project/datasetsforecast/ |
| 16 | +# MAGIC | statsforecast | Time series forecasting suite using statistical models | Apache 2.0 | https://pypi.org/project/statsforecast/ |
| 17 | +# MAGIC | neuralforecast | Time series forecasting suite using deep learning models | Apache 2.0 | https://pypi.org/project/neuralforecast/ |
| 18 | +# MAGIC | fable | Forecasting Models for Tidy Time Series | GPL-3 | https://cran.r-project.org/web/packages/fable/index.html |
| 19 | +# MAGIC | fabletools | Core Tools for Packages in the 'fable' Framework | GPL-3 | https://cran.r-project.org/web/packages/fabletools/index.html |
| 20 | +# MAGIC | feasts | Feature Extraction and Statistics for Time Series | GPL-3 | https://cran.r-project.org/web/packages/feasts/index.html |
| 21 | +# MAGIC | lazyeval | Lazy (Non-Standard) Evaluation | GPL-3 | https://cran.r-project.org/web/packages/lazyeval/index.html |
| 22 | +# MAGIC | tsibble | Tidy Temporal Data Frames and Tools | GPL-3 | https://cran.r-project.org/web/packages/tsibble/index.html |
| 23 | +# MAGIC | urca | Unit Root and Cointegration Tests for Time Series Data | GPL-3 | https://cran.r-project.org/web/packages/urca/index.html |
| 24 | +# MAGIC | sktime | A unified framework for machine learning with time series | BSD 3-Clause | https://pypi.org/project/sktime/ |
| 25 | +# MAGIC | tbats | BATS and TBATS for time series forecasting | MIT | https://pypi.org/project/tbats/ |
| 26 | +# MAGIC | lightgbm | LightGBM Python Package | MIT | https://pypi.org/project/lightgbm/ |
| 27 | +# MAGIC | Chronos | Pretrained (Language) Models for Probabilistic Time Series Forecasting | Apache 2.0 | https://github.com/amazon-science/chronos-forecasting |
| 28 | +# MAGIC | Moirai | Unified Training of Universal Time Series Forecasting Transformers | Apache 2.0 | https://github.com/SalesforceAIResearch/uni2ts |
| 29 | +# MAGIC | Moment | A Family of Open Time-series Foundation Models | MIT | https://github.com/moment-timeseries-foundation-model/moment |
| 30 | +# MAGIC | TimesFM | A pretrained time-series foundation model developed by Google Research for time-series forecasting | Apache 2.0 | https://github.com/google-research/timesfm |
| 31 | + |
| 32 | +# COMMAND ---------- |
| 33 | + |
| 34 | + |
0 commit comments