Skip to content

Commit dad9603

Browse files
authored
add index (#5)
1 parent 95ea6e1 commit dad9603

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

ecosystem.png

279 KB
Loading

index.mdx

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Nixtlaverse"
3+
---
4+
5+
The Nixtlaverse is composed by our open-source libraries, designed to provide a comprehensive, cutting-edge toolkit for time series forecasting. The Nixtla ecosystem is primarily built around five main libraries, each specializing in different aspects of time series forecasting:
6+
7+
![](ecosystem.png)
8+
9+
## StatsForecast
10+
Designed for high-speed forecasting, StatsForecast leverages statistical and econometric models. This library provides a set of robust algorithms and techniques that allow for quick, yet accurate predictions, making it an excellent choice for applications requiring rapid forecasting.
11+
12+
## MLForecast
13+
MLForecast makes machine learning scalable for time series forecasting. This library is tailored for applications that require the processing of vast amounts of time-series data, implementing machine learning techniques to optimize accuracy, efficiency, and scalability.
14+
15+
## NeuralForecast
16+
NeuralForecast offers scalable and user-friendly neural forecasting algorithms for time series data. By combining the power of deep learning with the complexity of time series forecasting, this library makes advanced neural forecasting techniques accessible and easy to implement, even for non-experts.
17+
18+
## HierarchicalForecast
19+
Hierarchical Forecast focuses on probabilistic hierarchical forecasting using statistical and econometric methods. It provides tools to model and forecast hierarchical or grouped time series data, capturing the underlying correlations and shared information between different levels of hierarchy.
20+
21+
## TS Features
22+
TS Features is a Python implementation of the R package *tsfeatures*. It calculates various features from time series data, helping users to understand and extract meaningful information from their datasets. By identifying key characteristics and patterns, this library supports more informed and effective forecasting.

mint.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@
1919
"type": "github",
2020
"url": "https://github.com/Nixtla"
2121
},
22-
"topAnchor": {
23-
"name": "TimeGPT",
24-
"icon": "clock-nine"
25-
},
2622
"anchors": [
23+
{
24+
"name": "TimeGPT",
25+
"url": "timegpt",
26+
"icon": "clock-nine"
27+
},
2728
{
2829
"name": "StatsForecast",
2930
"url": "statsforecast",

0 commit comments

Comments
 (0)