Skip to main content
Run any Skill in Manus
with one click
$pwd:
skforecast
GitHub creator profile

skforecast

Repository-level view of 13 collected skills across 1 GitHub repositories, including approximate occupation coverage.

skills collected
13
repositories
1
occupation fields
1
updated
2026-04-29
occupation focus
Major fields detected across this creator.
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

#001
skforecast
13 skills1.5k190updated 2026-04-29
100% of creator
feature-engineering
Data Scientists

Creates features for time series forecasting: calendar features with feature_engine (DatetimeFeatures, CyclicalFeatures), rolling statistics with RollingFeatures, differencing, and categorical exogenous variables. Use when the user wants to improve model accuracy through feature engineering or asks about exogenous variable creation.

2026-04-29
hyperparameter-optimization
Data Scientists

Optimizes forecaster hyperparameters using grid search, random search, or Bayesian search (Optuna). Covers single-series and multi-series search, cross-validation configuration, and search space definition. Use when the user wants to find the best model configuration.

2026-04-29
troubleshooting-common-errors
Software Developers

Diagnoses and fixes common errors when using skforecast, especially mistakes frequently made by LLMs generating skforecast code. Covers deprecated imports, wrong function names, missing parameters, and data format issues. Use when generated code produces errors or unexpected results.

2026-04-29
choosing-a-forecaster
Data Scientists

Guides selection of the appropriate skforecast forecaster based on the user's data characteristics and requirements. Provides a decision matrix mapping use cases to forecaster classes. Use when the user is unsure which forecaster to use or asks for a recommendation.

2026-04-23
complete-api-reference
Software Developers

Complete constructor signatures and method signatures for all skforecast forecasters, backtesting functions, search functions, cross-validation classes, preprocessing, feature selection, and drift detection. Use when the user needs exact parameter names, types, or defaults for any skforecast class or function.

2026-04-23
foundation-forecasting
Data Scientists

Zero-shot time series forecasting with pre-trained foundation models (Amazon Chronos-2, Google TimesFM 2.5, Salesforce Moirai-2, Soda-INRIA TabICL) via ForecasterFoundation and FoundationModel. Covers single and multi-series workflows, exogenous variables, prediction intervals / quantiles, and backtesting. Use when the user wants forecasts without task-specific training, cold-start baselines, or pre-trained generalist models.

2026-04-23
prediction-intervals
Data Scientists

Generates prediction intervals for time series forecasts using bootstrapping, conformal prediction, or built-in statistical model intervals. Covers interval configuration, residual management, and calibration. Use when the user needs uncertainty quantification for forecasts.

2026-04-23
deep-learning-forecasting
Data Scientists

Forecasts time series using recurrent neural networks (RNN, LSTM, GRU) with ForecasterRnn and the create_and_compile_model helper. Covers model architecture, training, and multi-series deep learning. Use when the user wants to use deep learning / neural networks for time series forecasting.

2026-04-11
Showing top 8 of 13 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded
skforecast GitHub Skills | SkillsMP