Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:
skforecast
GitHub 创作者资料

skforecast

按仓库查看 1 个 GitHub 仓库中的 13 个已收集 skills,并展示近似职业覆盖。

已收集 skills
13
仓库
1
职业领域
1
更新
2026-04-29
职业覆盖
该创作者主要覆盖的职业大类。
仓库分布

Skills 分布在哪些仓库

按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。

仓库浏览

仓库与代表性 skills

#001
skforecast
13 个 skills1.5k190更新于 2026-04-29
占该创作者 100%
feature-engineering
数据科学家

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
数据科学家

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
软件开发工程师

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
数据科学家

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
软件开发工程师

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
数据科学家

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
数据科学家

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
数据科学家

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
当前展示该仓库 Top 8 / 13 个已收集 skills。
已展示 1 / 1 个仓库
已展示全部仓库
skforecast GitHub Skills | SkillsMP