skforecast-ai 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (209) hide show
  1. skforecast_ai-0.1.0/.claude/settings.json +11 -0
  2. skforecast_ai-0.1.0/.github/copilot-instructions.md +711 -0
  3. skforecast_ai-0.1.0/.github/instructions/docstrings.instructions.md +226 -0
  4. skforecast_ai-0.1.0/.github/instructions/skforecast-ai-project.instructions.md +330 -0
  5. skforecast_ai-0.1.0/.github/instructions/testing.instructions.md +270 -0
  6. skforecast_ai-0.1.0/.github/workflows/ai-context-check.yml +31 -0
  7. skforecast_ai-0.1.0/.github/workflows/unit-tests.yml +54 -0
  8. skforecast_ai-0.1.0/.gitignore +159 -0
  9. skforecast_ai-0.1.0/AGENTS.md +15 -0
  10. skforecast_ai-0.1.0/CITATION.cff +30 -0
  11. skforecast_ai-0.1.0/CODE_OF_CONDUCT.md +128 -0
  12. skforecast_ai-0.1.0/CONTRIBUTING.md +74 -0
  13. skforecast_ai-0.1.0/CONTRIBUTOR_LICENSE_AGREEMENT.md +28 -0
  14. skforecast_ai-0.1.0/LICENSE +201 -0
  15. skforecast_ai-0.1.0/PKG-INFO +270 -0
  16. skforecast_ai-0.1.0/README.md +202 -0
  17. skforecast_ai-0.1.0/dev/agentic-forecasting-evaluation-plan.md +31 -0
  18. skforecast_ai-0.1.0/dev/demo_ask.ipynb +1247 -0
  19. skforecast_ai-0.1.0/dev/demo_backtest.ipynb +4066 -0
  20. skforecast_ai-0.1.0/dev/demo_backtest_llm.ipynb +1816 -0
  21. skforecast_ai-0.1.0/dev/demo_forecast.ipynb +2372 -0
  22. skforecast_ai-0.1.0/dev/demo_lag_selection.ipynb +1761 -0
  23. skforecast_ai-0.1.0/dev/deprecated user guides/architecture-and-logic_detailed.md +350 -0
  24. skforecast_ai-0.1.0/dev/deprecated user guides/backtesting.md +149 -0
  25. skforecast_ai-0.1.0/dev/deprecated user guides/customizing-the-model.md +212 -0
  26. skforecast_ai-0.1.0/dev/deprecated user guides/drift-detection.md +90 -0
  27. skforecast_ai-0.1.0/dev/deprecated user guides/forecasting-multiple-series.md +83 -0
  28. skforecast_ai-0.1.0/dev/deprecated user guides/foundation-forecasting.md +111 -0
  29. skforecast_ai-0.1.0/dev/deprecated user guides/going-further.md +120 -0
  30. skforecast_ai-0.1.0/dev/deprecated user guides/how-it-works-and-trust.md +94 -0
  31. skforecast_ai-0.1.0/dev/deprecated user guides/human-in-the-loop.md +116 -0
  32. skforecast_ai-0.1.0/dev/deprecated user guides/llm-plan-refinement.md +153 -0
  33. skforecast_ai-0.1.0/dev/deprecated user guides/reproducible-code.md +108 -0
  34. skforecast_ai-0.1.0/dev/deprecated user guides/the-forecasting-workflow.md +164 -0
  35. skforecast_ai-0.1.0/dev/deprecated user guides/troubleshooting.md +168 -0
  36. skforecast_ai-0.1.0/dev/deprecated user guides/understanding-your-data.md +149 -0
  37. skforecast_ai-0.1.0/dev/deprecated user guides/using-the-ai-assistant.md +180 -0
  38. skforecast_ai-0.1.0/dev/forecast.py +73 -0
  39. skforecast_ai-0.1.0/dev/forecasting_assistant_audit.md +809 -0
  40. skforecast_ai-0.1.0/dev/h2o_exog.csv +196 -0
  41. skforecast_ai-0.1.0/dev/multi_forecast.py +67 -0
  42. skforecast_ai-0.1.0/dev/preds.csv +13 -0
  43. skforecast_ai-0.1.0/dev/preds.json +177 -0
  44. skforecast_ai-0.1.0/dev/preds_multi.csv +91 -0
  45. skforecast_ai-0.1.0/dev/summary_of_display_formats.md +10 -0
  46. skforecast_ai-0.1.0/docs/README.md +237 -0
  47. skforecast_ai-0.1.0/docs/api/assistant.md +3 -0
  48. skforecast_ai-0.1.0/docs/api/cli.md +5 -0
  49. skforecast_ai-0.1.0/docs/api/schemas/plans.md +1 -0
  50. skforecast_ai-0.1.0/docs/api/schemas/profiles.md +1 -0
  51. skforecast_ai-0.1.0/docs/api/schemas/results.md +1 -0
  52. skforecast_ai-0.1.0/docs/img/banner-landing-page-dark-mode-skforecast-ai-no-background.png +0 -0
  53. skforecast_ai-0.1.0/docs/img/banner-landing-page-dark-mode-skforecast-ai.png +0 -0
  54. skforecast_ai-0.1.0/docs/img/banner-landing-page-skforecast-ai.png +0 -0
  55. skforecast_ai-0.1.0/docs/img/buymeacoffee_button.jpg +0 -0
  56. skforecast_ai-0.1.0/docs/img/buymeacoffee_button.png +0 -0
  57. skforecast_ai-0.1.0/docs/img/favicon.png +0 -0
  58. skforecast_ai-0.1.0/docs/img/github_sponsor_button.png +0 -0
  59. skforecast_ai-0.1.0/docs/img/how-it-works.svg +89 -0
  60. skforecast_ai-0.1.0/docs/img/logo-skforecast-backgound.png +0 -0
  61. skforecast_ai-0.1.0/docs/img/logo-skforecast-orange-no-backgound.png +0 -0
  62. skforecast_ai-0.1.0/docs/img/logo-skforecast-white-no-backgound.png +0 -0
  63. skforecast_ai-0.1.0/docs/img/logo-skforecast.png +0 -0
  64. skforecast_ai-0.1.0/docs/img/opencollective_button.png +0 -0
  65. skforecast_ai-0.1.0/docs/javascripts/mathjax.js +15 -0
  66. skforecast_ai-0.1.0/docs/javascripts/version-switcher.js +136 -0
  67. skforecast_ai-0.1.0/docs/more/about-skforecast-ai.md +92 -0
  68. skforecast_ai-0.1.0/docs/more/consulting.md +39 -0
  69. skforecast_ai-0.1.0/docs/overrides/main.html +5 -0
  70. skforecast_ai-0.1.0/docs/overrides/partials/outdated.html +12 -0
  71. skforecast_ai-0.1.0/docs/quick-start/first-forecast.md +196 -0
  72. skforecast_ai-0.1.0/docs/quick-start/how-to-install.md +94 -0
  73. skforecast_ai-0.1.0/docs/quick-start/quick-start.md +62 -0
  74. skforecast_ai-0.1.0/docs/releases/releases.md +34 -0
  75. skforecast_ai-0.1.0/docs/stylesheets/extra.css +259 -0
  76. skforecast_ai-0.1.0/docs/user-guides/agentic-forecasting-step-by-step.ipynb +36857 -0
  77. skforecast_ai-0.1.0/docs/user-guides/agentic-forecasting.ipynb +21874 -0
  78. skforecast_ai-0.1.0/docs/user-guides/cli-usage.md +558 -0
  79. skforecast_ai-0.1.0/mkdocs.yml +182 -0
  80. skforecast_ai-0.1.0/pyproject.toml +127 -0
  81. skforecast_ai-0.1.0/setup.cfg +4 -0
  82. skforecast_ai-0.1.0/skforecast_ai/__init__.py +48 -0
  83. skforecast_ai-0.1.0/skforecast_ai/_constants.py +105 -0
  84. skforecast_ai-0.1.0/skforecast_ai/_display.py +657 -0
  85. skforecast_ai-0.1.0/skforecast_ai/_utils.py +640 -0
  86. skforecast_ai-0.1.0/skforecast_ai/assistant.py +2265 -0
  87. skforecast_ai-0.1.0/skforecast_ai/cli.py +1367 -0
  88. skforecast_ai-0.1.0/skforecast_ai/config.py +133 -0
  89. skforecast_ai-0.1.0/skforecast_ai/exceptions.py +68 -0
  90. skforecast_ai-0.1.0/skforecast_ai/execution/__init__.py +6 -0
  91. skforecast_ai-0.1.0/skforecast_ai/execution/backtesting_runner.py +222 -0
  92. skforecast_ai-0.1.0/skforecast_ai/execution/forecast_runner.py +214 -0
  93. skforecast_ai-0.1.0/skforecast_ai/llm/__init__.py +58 -0
  94. skforecast_ai-0.1.0/skforecast_ai/llm/agent.py +351 -0
  95. skforecast_ai-0.1.0/skforecast_ai/llm/context.py +210 -0
  96. skforecast_ai-0.1.0/skforecast_ai/llm/prompts.py +85 -0
  97. skforecast_ai-0.1.0/skforecast_ai/llm/provider.py +225 -0
  98. skforecast_ai-0.1.0/skforecast_ai/llm/skills.py +289 -0
  99. skforecast_ai-0.1.0/skforecast_ai/profiling/__init__.py +3 -0
  100. skforecast_ai-0.1.0/skforecast_ai/profiling/data_profile.py +1243 -0
  101. skforecast_ai-0.1.0/skforecast_ai/recommendation/__init__.py +48 -0
  102. skforecast_ai-0.1.0/skforecast_ai/recommendation/autoregressive.py +737 -0
  103. skforecast_ai-0.1.0/skforecast_ai/recommendation/backtesting.py +226 -0
  104. skforecast_ai-0.1.0/skforecast_ai/recommendation/calendar.py +164 -0
  105. skforecast_ai-0.1.0/skforecast_ai/recommendation/explanation.py +206 -0
  106. skforecast_ai-0.1.0/skforecast_ai/recommendation/forecaster_selection.py +136 -0
  107. skforecast_ai-0.1.0/skforecast_ai/recommendation/metric_selection.py +85 -0
  108. skforecast_ai-0.1.0/skforecast_ai/recommendation/preprocessing.py +388 -0
  109. skforecast_ai-0.1.0/skforecast_ai/rendering/__init__.py +14 -0
  110. skforecast_ai-0.1.0/skforecast_ai/rendering/_helpers.py +868 -0
  111. skforecast_ai-0.1.0/skforecast_ai/rendering/backtesting.py +622 -0
  112. skforecast_ai-0.1.0/skforecast_ai/rendering/foundation.py +177 -0
  113. skforecast_ai-0.1.0/skforecast_ai/rendering/multi_series.py +532 -0
  114. skforecast_ai-0.1.0/skforecast_ai/rendering/single_series.py +234 -0
  115. skforecast_ai-0.1.0/skforecast_ai/rendering/statistical.py +164 -0
  116. skforecast_ai-0.1.0/skforecast_ai/resources/llms-base.txt +667 -0
  117. skforecast_ai-0.1.0/skforecast_ai/schemas/__init__.py +27 -0
  118. skforecast_ai-0.1.0/skforecast_ai/schemas/plans.py +275 -0
  119. skforecast_ai-0.1.0/skforecast_ai/schemas/profiles.py +316 -0
  120. skforecast_ai-0.1.0/skforecast_ai/schemas/results.py +197 -0
  121. skforecast_ai-0.1.0/skforecast_ai/skills/autocorrelation-and-lag-selection/SKILL.md +168 -0
  122. skforecast_ai-0.1.0/skforecast_ai/skills/backtesting-configuration/SKILL.md +161 -0
  123. skforecast_ai-0.1.0/skforecast_ai/skills/choosing-a-forecaster/SKILL.md +165 -0
  124. skforecast_ai-0.1.0/skforecast_ai/skills/complete-api-reference/SKILL.md +70 -0
  125. skforecast_ai-0.1.0/skforecast_ai/skills/complete-api-reference/references/method-signatures.md +941 -0
  126. skforecast_ai-0.1.0/skforecast_ai/skills/deep-learning-forecasting/SKILL.md +246 -0
  127. skforecast_ai-0.1.0/skforecast_ai/skills/deep-learning-forecasting/references/architecture-options.md +239 -0
  128. skforecast_ai-0.1.0/skforecast_ai/skills/drift-detection/SKILL.md +147 -0
  129. skforecast_ai-0.1.0/skforecast_ai/skills/feature-engineering/SKILL.md +438 -0
  130. skforecast_ai-0.1.0/skforecast_ai/skills/feature-engineering/references/calendar-features-reference.md +240 -0
  131. skforecast_ai-0.1.0/skforecast_ai/skills/feature-engineering/references/rolling-stats-reference.md +278 -0
  132. skforecast_ai-0.1.0/skforecast_ai/skills/feature-selection/SKILL.md +155 -0
  133. skforecast_ai-0.1.0/skforecast_ai/skills/forecasting-multiple-series/SKILL.md +159 -0
  134. skforecast_ai-0.1.0/skforecast_ai/skills/forecasting-single-series/SKILL.md +139 -0
  135. skforecast_ai-0.1.0/skforecast_ai/skills/foundation-forecasting/SKILL.md +197 -0
  136. skforecast_ai-0.1.0/skforecast_ai/skills/foundation-forecasting/references/adapter-parameters.md +115 -0
  137. skforecast_ai-0.1.0/skforecast_ai/skills/hyperparameter-optimization/SKILL.md +237 -0
  138. skforecast_ai-0.1.0/skforecast_ai/skills/hyperparameter-optimization/references/search-parameters.md +196 -0
  139. skforecast_ai-0.1.0/skforecast_ai/skills/metric-selection/SKILL.md +358 -0
  140. skforecast_ai-0.1.0/skforecast_ai/skills/metric-selection/references/metric-compatibility.md +83 -0
  141. skforecast_ai-0.1.0/skforecast_ai/skills/prediction-intervals/SKILL.md +260 -0
  142. skforecast_ai-0.1.0/skforecast_ai/skills/prediction-intervals/references/interval-compatibility.md +199 -0
  143. skforecast_ai-0.1.0/skforecast_ai/skills/statistical-models/SKILL.md +197 -0
  144. skforecast_ai-0.1.0/skforecast_ai/skills/statistical-models/references/model-parameters.md +247 -0
  145. skforecast_ai-0.1.0/skforecast_ai/skills/troubleshooting-common-errors/SKILL.md +217 -0
  146. skforecast_ai-0.1.0/skforecast_ai.egg-info/PKG-INFO +270 -0
  147. skforecast_ai-0.1.0/skforecast_ai.egg-info/SOURCES.txt +207 -0
  148. skforecast_ai-0.1.0/skforecast_ai.egg-info/dependency_links.txt +1 -0
  149. skforecast_ai-0.1.0/skforecast_ai.egg-info/entry_points.txt +2 -0
  150. skforecast_ai-0.1.0/skforecast_ai.egg-info/requires.txt +49 -0
  151. skforecast_ai-0.1.0/skforecast_ai.egg-info/top_level.txt +1 -0
  152. skforecast_ai-0.1.0/tests/__init__.py +0 -0
  153. skforecast_ai-0.1.0/tests/fixtures_assistant.py +152 -0
  154. skforecast_ai-0.1.0/tests/test_assistant_ask.py +487 -0
  155. skforecast_ai-0.1.0/tests/test_assistant_backtest.py +137 -0
  156. skforecast_ai-0.1.0/tests/test_assistant_backtest_code.py +160 -0
  157. skforecast_ai-0.1.0/tests/test_assistant_create_cv.py +665 -0
  158. skforecast_ai-0.1.0/tests/test_assistant_forecast.py +437 -0
  159. skforecast_ai-0.1.0/tests/test_assistant_forecast_code.py +276 -0
  160. skforecast_ai-0.1.0/tests/test_assistant_init.py +36 -0
  161. skforecast_ai-0.1.0/tests/test_assistant_plan.py +222 -0
  162. skforecast_ai-0.1.0/tests/test_assistant_profile.py +226 -0
  163. skforecast_ai-0.1.0/tests/test_assistant_refine_plan.py +235 -0
  164. skforecast_ai-0.1.0/tests/test_assistant_refine_plan_llm.py +431 -0
  165. skforecast_ai-0.1.0/tests/test_cli.py +859 -0
  166. skforecast_ai-0.1.0/tests/test_cli_config.py +215 -0
  167. skforecast_ai-0.1.0/tests/test_cli_pipe.py +619 -0
  168. skforecast_ai-0.1.0/tests/test_display.py +511 -0
  169. skforecast_ai-0.1.0/tests/test_integration_backtest.py +271 -0
  170. skforecast_ai-0.1.0/tests/test_schemas.py +207 -0
  171. skforecast_ai-0.1.0/tests/test_utils.py +414 -0
  172. skforecast_ai-0.1.0/tests/tests_execution/__init__.py +0 -0
  173. skforecast_ai-0.1.0/tests/tests_execution/fixtures_execution.py +278 -0
  174. skforecast_ai-0.1.0/tests/tests_execution/test__build_backtest_explanation.py +75 -0
  175. skforecast_ai-0.1.0/tests/tests_execution/test_render_backtesting_script.py +153 -0
  176. skforecast_ai-0.1.0/tests/tests_execution/test_run_backtest.py +275 -0
  177. skforecast_ai-0.1.0/tests/tests_execution/test_run_forecast.py +206 -0
  178. skforecast_ai-0.1.0/tests/tests_llm/__init__.py +0 -0
  179. skforecast_ai-0.1.0/tests/tests_llm/test_build_context_message.py +352 -0
  180. skforecast_ai-0.1.0/tests/tests_llm/test_llm_agent.py +188 -0
  181. skforecast_ai-0.1.0/tests/tests_llm/test_provider.py +200 -0
  182. skforecast_ai-0.1.0/tests/tests_llm/test_select_skills.py +395 -0
  183. skforecast_ai-0.1.0/tests/tests_profiling/__init__.py +0 -0
  184. skforecast_ai-0.1.0/tests/tests_profiling/fixtures_profiling.py +57 -0
  185. skforecast_ai-0.1.0/tests/tests_profiling/test_create_data_profile.py +498 -0
  186. skforecast_ai-0.1.0/tests/tests_profiling/test_infer_frequency.py +103 -0
  187. skforecast_ai-0.1.0/tests/tests_profiling/test_resolve_end_train.py +129 -0
  188. skforecast_ai-0.1.0/tests/tests_recommendation/__init__.py +0 -0
  189. skforecast_ai-0.1.0/tests/tests_recommendation/fixtures_recommendation.py +76 -0
  190. skforecast_ai-0.1.0/tests/tests_recommendation/test_autoregressive.py +845 -0
  191. skforecast_ai-0.1.0/tests/tests_recommendation/test_backtesting.py +90 -0
  192. skforecast_ai-0.1.0/tests/tests_recommendation/test_calendar.py +272 -0
  193. skforecast_ai-0.1.0/tests/tests_recommendation/test_forecaster_selection.py +147 -0
  194. skforecast_ai-0.1.0/tests/tests_recommendation/test_preprocessing.py +218 -0
  195. skforecast_ai-0.1.0/tests/tests_recommendation/test_select_dropna_from_series.py +63 -0
  196. skforecast_ai-0.1.0/tests/tests_recommendation/test_select_metric.py +204 -0
  197. skforecast_ai-0.1.0/tests/tests_rendering/__init__.py +0 -0
  198. skforecast_ai-0.1.0/tests/tests_rendering/fixtures_rendering.py +424 -0
  199. skforecast_ai-0.1.0/tests/tests_rendering/test_emit_imports.py +442 -0
  200. skforecast_ai-0.1.0/tests/tests_rendering/test_helpers.py +316 -0
  201. skforecast_ai-0.1.0/tests/tests_rendering/test_render_backtesting.py +456 -0
  202. skforecast_ai-0.1.0/tests/tests_rendering/test_render_forecast_foundation.py +226 -0
  203. skforecast_ai-0.1.0/tests/tests_rendering/test_render_forecast_multi_series.py +392 -0
  204. skforecast_ai-0.1.0/tests/tests_rendering/test_render_forecast_single_series.py +528 -0
  205. skforecast_ai-0.1.0/tests/tests_rendering/test_render_forecast_statistical.py +160 -0
  206. skforecast_ai-0.1.0/tools/docs_check_links_web.ipynb +487 -0
  207. skforecast_ai-0.1.0/tools/measure_skill_tokens.py +183 -0
  208. skforecast_ai-0.1.0/tools/mkdocs_hooks.py +65 -0
  209. skforecast_ai-0.1.0/tools/sync_skforecast_assets.py +295 -0
@@ -0,0 +1,11 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(python -c \"from skforecast.utils import save_forecaster; print\\('ok'\\)\")",
5
+ "Bash(python -c \"import mkdocs; print\\('mkdocs', mkdocs.__version__\\)\")",
6
+ "Bash(python -)",
7
+ "Bash(python -c \"import skforecast,os; print\\(os.path.dirname\\(skforecast.__file__\\)\\)\")",
8
+ "Bash(python c:/tmp/fix_docs.py)"
9
+ ]
10
+ }
11
+ }