nixtlainc's profile picture. Open-source time series forecasting software.

nixtla

@nixtlainc

Open-source time series forecasting software.

Handle noisy data and outliers with Huber loss 📈 Standard loss functions are sensitive to outliers, causing models to overfit to anomalies and produce unstable forecasts. Huber loss in NeuralForecast provides robust training that's less sensitive to outliers while maintaining…

nixtlainc's tweet image. Handle noisy data and outliers with Huber loss 📈

Standard loss functions are sensitive to outliers, causing models to overfit to anomalies and produce unstable forecasts.

Huber loss in NeuralForecast provides robust training that's less sensitive to outliers while maintaining…

Build an adaptive monitoring system with rolling forecasts 🎯 Production metrics drift with growth and seasonality, which makes static alerts unreliable. For example, if you set an alert at 5k when your baseline later moves to 10k, you will be flooded with useless alerts, and…

nixtlainc's tweet image. Build an adaptive monitoring system with rolling forecasts 🎯

Production metrics drift with growth and seasonality, which makes static alerts unreliable.

For example, if you set an alert at 5k when your baseline later moves to 10k, you will be flooded with useless alerts, and…

The community asked, and Nixtla responded! ✅ We’re excited to announce a time series webinar to help you get started in the VN2 inventory planning competition. In this live webinar, Nixtla's experts will share concrete tips and code examples on how to easily build…

nixtlainc's tweet image. The community asked, and Nixtla responded! ✅
 
We’re excited to announce a time series webinar to help you get started in the VN2 inventory planning competition.
 
In this live webinar, Nixtla's experts will share concrete tips and code examples on how to easily build…

Time series decomposition breaks down forecasts into constituent components like trend and seasonality. This reveals underlying patterns and improves understanding. NHITS (Neural Hierarchical Interpolation for Time Series) advances this with hierarchical multi-scale…

nixtlainc's tweet image. Time series decomposition breaks down forecasts into constituent components like trend and seasonality. This reveals underlying patterns and improves understanding.

NHITS (Neural Hierarchical Interpolation for Time Series) advances this with hierarchical multi-scale…

Handle forecast uncertainty with StatsForecast prediction intervals! Point forecasts provide only a single predicted value without any uncertainty information. You can't assess how confident the model is in its prediction, making risk assessment impossible. StatsForecast…

nixtlainc's tweet image. Handle forecast uncertainty with StatsForecast prediction intervals!

Point forecasts provide only a single predicted value without any uncertainty information. You can't assess how confident the model is in its prediction, making risk assessment impossible.

StatsForecast…

Our documentation just got a refresh! It’s now easier to explore and find what you need. Come see for yourself! 🔗 Docs: bit.ly/3IE3I1C

nixtlainc's tweet image. Our documentation just got a refresh! It’s now easier to explore and find what you need. Come see for yourself! 

🔗 Docs: bit.ly/3IE3I1C

(Shapley) Explanations are now available in NeuralForecast v3.1.0! 🎉 The latest release adds SHAP-powered explanations to univariate forecasting models in NeuralForecast, making it clear which features drive each forecast via the explain() method. The feature contribution…

nixtlainc's tweet image. (Shapley) Explanations are now available in NeuralForecast v3.1.0! 🎉

The latest release adds SHAP-powered explanations to univariate forecasting models in NeuralForecast, making it clear which features drive each forecast via the explain() method.

The feature contribution…

A new benchmark tests 9 models across 21 crypto assets on daily and hourly data. Two standout results: 🔹 Accuracy: Fine-tuned TimeGPT (no variables) leads on average across daily and hourly 🔹 Speed: Zero-shot TimeGPT is 10 times faster than deep nets, enabling rapid iteration…

nixtlainc's tweet image. A new benchmark tests 9 models across 21 crypto assets on daily and hourly data. Two standout results:

🔹 Accuracy: Fine-tuned TimeGPT (no variables) leads on average across daily and hourly
🔹 Speed: Zero-shot TimeGPT is 10 times faster than deep nets, enabling rapid iteration…

When AI in healthcare is discussed, the focus often goes to diagnostics or patient chatbots. While those are valuable, many of the most consistent cost pressures arise in operations and supply chains. For example: 🔹 Stockouts can lead to emergency orders at higher prices. 🔹…

nixtlainc's tweet image. When AI in healthcare is discussed, the focus often goes to diagnostics or patient chatbots. While those are valuable, many of the most consistent cost pressures arise in operations and supply chains.

For example:
🔹 Stockouts can lead to emergency orders at higher prices.
🔹…

We’re proud to be ranked by G2, the world’s largest software marketplace, where real users review and rank business tools, as: 🏆 Highest Performer 🍰 Easiest to Use Thanks to everyone who has supported us on this journey to make time series forecasting faster, more accurate,…

nixtlainc's tweet image. We’re proud to be ranked by G2, the world’s largest software marketplace, where real users review and rank business tools, as:

🏆 Highest Performer
🍰 Easiest to Use

Thanks to everyone who has supported us on this journey to make time series forecasting faster, more accurate,…

Eliminate target transformation errors with MLforecast (automated preprocessing)! Time series forecasting often requires target variable transformations. For example, you may want to apply a difference transformation to make the target variable stationary. But relying on manual…

nixtlainc's tweet image. Eliminate target transformation errors with MLforecast (automated preprocessing)!

Time series forecasting often requires target variable transformations. For example, you may want to apply a difference transformation to make the target variable stationary.

But relying on manual…

Want to land a job as a Machine Learning Engineer at OpenAI or DoorDash? Turns out brushing up on your Python isn’t enough… Step 1: Know TimeGPT 😉 (it’s literally in their job descriptions) Step 2: Apply Step 3: Show off those forecasts 🚀

nixtlainc's tweet image. Want to land a job as a Machine Learning Engineer at OpenAI or DoorDash?

Turns out brushing up on your Python isn’t enough…

Step 1: Know TimeGPT 😉 (it’s literally in their job descriptions)
Step 2: Apply
Step 3: Show off those forecasts 🚀
nixtlainc's tweet image. Want to land a job as a Machine Learning Engineer at OpenAI or DoorDash?

Turns out brushing up on your Python isn’t enough…

Step 1: Know TimeGPT 😉 (it’s literally in their job descriptions)
Step 2: Apply
Step 3: Show off those forecasts 🚀

Discover which automated time series features drive model performance with MLforecast! Which features from your automated time series engineering actually improve predictions? Without visibility into feature importance, you don't know whether your automated feature engineering…

nixtlainc's tweet image. Discover which automated time series features drive model performance with MLforecast!

Which features from your automated time series engineering actually improve predictions? Without visibility into feature importance, you don't know whether your automated feature engineering…

Generate statistical lag features with one dictionary in MLforecast! Lag features are time-shifted versions of your data that capture temporal dependencies, enabling models to learn how past values influence future predictions. Building these features manually requires complex…

nixtlainc's tweet image. Generate statistical lag features with one dictionary in MLforecast!

Lag features are time-shifted versions of your data that capture temporal dependencies, enabling models to learn how past values influence future predictions.

Building these features manually requires complex…

Access 7 specialized long-horizon forecasting datasets for extended predictions! Long-horizon datasets enable researchers to validate model performance across multiple years and changing market conditions. These extended datasets support comprehensive benchmarking that reveals…

nixtlainc's tweet image. Access 7 specialized long-horizon forecasting datasets for extended predictions!

Long-horizon datasets enable researchers to validate model performance across multiple years and changing market conditions.

These extended datasets support comprehensive benchmarking that reveals…

Scale time series forecasting across any DataFrame format! Most time series libraries lock you into a single DataFrame framework, forcing painful migrations when scaling up. Switching frameworks usually means rewriting data loading, preprocessing, and model interfaces with tons…

nixtlainc's tweet image. Scale time series forecasting across any DataFrame format!

Most time series libraries lock you into a single DataFrame framework, forcing painful migrations when scaling up.

Switching frameworks usually means rewriting data loading, preprocessing, and model interfaces with tons…

Transform forecasting workflows with TimeGPT's Polars support! Large time series datasets cause memory overflow when you try to load everything into pandas for forecasting. Your workflow crashes before you even get to model training, wasting hours of preprocessing work.…

nixtlainc's tweet image. Transform forecasting workflows with TimeGPT's Polars support! 

Large time series datasets cause memory overflow when you try to load everything into pandas for forecasting.

Your workflow crashes before you even get to model training, wasting hours of preprocessing work.…

Enhance anomaly detection with TimeGPT exogenous features! Do you find your anomaly detection models flagging expected seasonal events as outliers? Without context about holidays, events, or calendar patterns, models treat predictable spikes as anomalies. TimeGPT supports…

nixtlainc's tweet image. Enhance anomaly detection with TimeGPT exogenous features!

Do you find your anomaly detection models flagging expected seasonal events as outliers?

Without context about holidays, events, or calendar patterns, models treat predictable spikes as anomalies.

TimeGPT supports…

What if you could improve your forecasts by 35%… in 2 weeks? That’s exactly what happened when @Decathlon teamed up with Nixtla. Using TimeGPT, the world’s largest sporting goods retailer: 📈 Improved accuracy by 35% 📉 Reduced bias by 77% ⚡ Unified millions of time series…

nixtlainc's tweet image. What if you could improve your forecasts by 35%… in 2 weeks?

That’s exactly what happened when @Decathlon teamed up with Nixtla.

Using TimeGPT, the world’s largest sporting goods retailer:
📈 Improved accuracy by 35%
📉 Reduced bias by 77%
⚡ Unified millions of time series…

Loading...

Something went wrong.


Something went wrong.