.gitignore
AGENTS.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CONTRIBUTOR_LICENSE_AGREEMENT.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
.claude/settings.json
.github/copilot-instructions.md
.github/instructions/docstrings.instructions.md
.github/instructions/skforecast-ai-project.instructions.md
.github/instructions/testing.instructions.md
.github/workflows/ai-context-check.yml
.github/workflows/unit-tests.yml
dev/agentic-forecasting-evaluation-plan.md
dev/demo_ask.ipynb
dev/demo_backtest.ipynb
dev/demo_backtest_llm.ipynb
dev/demo_forecast.ipynb
dev/demo_lag_selection.ipynb
dev/forecast.py
dev/forecasting_assistant_audit.md
dev/h2o_exog.csv
dev/multi_forecast.py
dev/preds.csv
dev/preds.json
dev/preds_multi.csv
dev/summary_of_display_formats.md
dev/deprecated user guides/architecture-and-logic_detailed.md
dev/deprecated user guides/backtesting.md
dev/deprecated user guides/customizing-the-model.md
dev/deprecated user guides/drift-detection.md
dev/deprecated user guides/forecasting-multiple-series.md
dev/deprecated user guides/foundation-forecasting.md
dev/deprecated user guides/going-further.md
dev/deprecated user guides/how-it-works-and-trust.md
dev/deprecated user guides/human-in-the-loop.md
dev/deprecated user guides/llm-plan-refinement.md
dev/deprecated user guides/reproducible-code.md
dev/deprecated user guides/the-forecasting-workflow.md
dev/deprecated user guides/troubleshooting.md
dev/deprecated user guides/understanding-your-data.md
dev/deprecated user guides/using-the-ai-assistant.md
docs/README.md
docs/api/assistant.md
docs/api/cli.md
docs/api/schemas/plans.md
docs/api/schemas/profiles.md
docs/api/schemas/results.md
docs/img/banner-landing-page-dark-mode-skforecast-ai-no-background.png
docs/img/banner-landing-page-dark-mode-skforecast-ai.png
docs/img/banner-landing-page-skforecast-ai.png
docs/img/buymeacoffee_button.jpg
docs/img/buymeacoffee_button.png
docs/img/favicon.png
docs/img/github_sponsor_button.png
docs/img/how-it-works.svg
docs/img/logo-skforecast-backgound.png
docs/img/logo-skforecast-orange-no-backgound.png
docs/img/logo-skforecast-white-no-backgound.png
docs/img/logo-skforecast.png
docs/img/opencollective_button.png
docs/javascripts/mathjax.js
docs/javascripts/version-switcher.js
docs/more/about-skforecast-ai.md
docs/more/consulting.md
docs/overrides/main.html
docs/overrides/partials/outdated.html
docs/quick-start/first-forecast.md
docs/quick-start/how-to-install.md
docs/quick-start/quick-start.md
docs/releases/releases.md
docs/stylesheets/extra.css
docs/user-guides/agentic-forecasting-step-by-step.ipynb
docs/user-guides/agentic-forecasting.ipynb
docs/user-guides/cli-usage.md
skforecast_ai/__init__.py
skforecast_ai/_constants.py
skforecast_ai/_display.py
skforecast_ai/_utils.py
skforecast_ai/assistant.py
skforecast_ai/cli.py
skforecast_ai/config.py
skforecast_ai/exceptions.py
skforecast_ai.egg-info/PKG-INFO
skforecast_ai.egg-info/SOURCES.txt
skforecast_ai.egg-info/dependency_links.txt
skforecast_ai.egg-info/entry_points.txt
skforecast_ai.egg-info/requires.txt
skforecast_ai.egg-info/top_level.txt
skforecast_ai/execution/__init__.py
skforecast_ai/execution/backtesting_runner.py
skforecast_ai/execution/forecast_runner.py
skforecast_ai/llm/__init__.py
skforecast_ai/llm/agent.py
skforecast_ai/llm/context.py
skforecast_ai/llm/prompts.py
skforecast_ai/llm/provider.py
skforecast_ai/llm/skills.py
skforecast_ai/profiling/__init__.py
skforecast_ai/profiling/data_profile.py
skforecast_ai/recommendation/__init__.py
skforecast_ai/recommendation/autoregressive.py
skforecast_ai/recommendation/backtesting.py
skforecast_ai/recommendation/calendar.py
skforecast_ai/recommendation/explanation.py
skforecast_ai/recommendation/forecaster_selection.py
skforecast_ai/recommendation/metric_selection.py
skforecast_ai/recommendation/preprocessing.py
skforecast_ai/rendering/__init__.py
skforecast_ai/rendering/_helpers.py
skforecast_ai/rendering/backtesting.py
skforecast_ai/rendering/foundation.py
skforecast_ai/rendering/multi_series.py
skforecast_ai/rendering/single_series.py
skforecast_ai/rendering/statistical.py
skforecast_ai/resources/llms-base.txt
skforecast_ai/schemas/__init__.py
skforecast_ai/schemas/plans.py
skforecast_ai/schemas/profiles.py
skforecast_ai/schemas/results.py
skforecast_ai/skills/autocorrelation-and-lag-selection/SKILL.md
skforecast_ai/skills/backtesting-configuration/SKILL.md
skforecast_ai/skills/choosing-a-forecaster/SKILL.md
skforecast_ai/skills/complete-api-reference/SKILL.md
skforecast_ai/skills/complete-api-reference/references/method-signatures.md
skforecast_ai/skills/deep-learning-forecasting/SKILL.md
skforecast_ai/skills/deep-learning-forecasting/references/architecture-options.md
skforecast_ai/skills/drift-detection/SKILL.md
skforecast_ai/skills/feature-engineering/SKILL.md
skforecast_ai/skills/feature-engineering/references/calendar-features-reference.md
skforecast_ai/skills/feature-engineering/references/rolling-stats-reference.md
skforecast_ai/skills/feature-selection/SKILL.md
skforecast_ai/skills/forecasting-multiple-series/SKILL.md
skforecast_ai/skills/forecasting-single-series/SKILL.md
skforecast_ai/skills/foundation-forecasting/SKILL.md
skforecast_ai/skills/foundation-forecasting/references/adapter-parameters.md
skforecast_ai/skills/hyperparameter-optimization/SKILL.md
skforecast_ai/skills/hyperparameter-optimization/references/search-parameters.md
skforecast_ai/skills/metric-selection/SKILL.md
skforecast_ai/skills/metric-selection/references/metric-compatibility.md
skforecast_ai/skills/prediction-intervals/SKILL.md
skforecast_ai/skills/prediction-intervals/references/interval-compatibility.md
skforecast_ai/skills/statistical-models/SKILL.md
skforecast_ai/skills/statistical-models/references/model-parameters.md
skforecast_ai/skills/troubleshooting-common-errors/SKILL.md
tests/__init__.py
tests/fixtures_assistant.py
tests/test_assistant_ask.py
tests/test_assistant_backtest.py
tests/test_assistant_backtest_code.py
tests/test_assistant_create_cv.py
tests/test_assistant_forecast.py
tests/test_assistant_forecast_code.py
tests/test_assistant_init.py
tests/test_assistant_plan.py
tests/test_assistant_profile.py
tests/test_assistant_refine_plan.py
tests/test_assistant_refine_plan_llm.py
tests/test_cli.py
tests/test_cli_config.py
tests/test_cli_pipe.py
tests/test_display.py
tests/test_integration_backtest.py
tests/test_schemas.py
tests/test_utils.py
tests/tests_execution/__init__.py
tests/tests_execution/fixtures_execution.py
tests/tests_execution/test__build_backtest_explanation.py
tests/tests_execution/test_render_backtesting_script.py
tests/tests_execution/test_run_backtest.py
tests/tests_execution/test_run_forecast.py
tests/tests_llm/__init__.py
tests/tests_llm/test_build_context_message.py
tests/tests_llm/test_llm_agent.py
tests/tests_llm/test_provider.py
tests/tests_llm/test_select_skills.py
tests/tests_profiling/__init__.py
tests/tests_profiling/fixtures_profiling.py
tests/tests_profiling/test_create_data_profile.py
tests/tests_profiling/test_infer_frequency.py
tests/tests_profiling/test_resolve_end_train.py
tests/tests_recommendation/__init__.py
tests/tests_recommendation/fixtures_recommendation.py
tests/tests_recommendation/test_autoregressive.py
tests/tests_recommendation/test_backtesting.py
tests/tests_recommendation/test_calendar.py
tests/tests_recommendation/test_forecaster_selection.py
tests/tests_recommendation/test_preprocessing.py
tests/tests_recommendation/test_select_dropna_from_series.py
tests/tests_recommendation/test_select_metric.py
tests/tests_rendering/__init__.py
tests/tests_rendering/fixtures_rendering.py
tests/tests_rendering/test_emit_imports.py
tests/tests_rendering/test_helpers.py
tests/tests_rendering/test_render_backtesting.py
tests/tests_rendering/test_render_forecast_foundation.py
tests/tests_rendering/test_render_forecast_multi_series.py
tests/tests_rendering/test_render_forecast_single_series.py
tests/tests_rendering/test_render_forecast_statistical.py
tools/docs_check_links_web.ipynb
tools/measure_skill_tokens.py
tools/mkdocs_hooks.py
tools/sync_skforecast_assets.py