feat: implement AgenticForecaster and fix evaluate tool logic#338
Open
Omc12 wants to merge 6 commits into
Open
feat: implement AgenticForecaster and fix evaluate tool logic#338Omc12 wants to merge 6 commits into
Omc12 wants to merge 6 commits into
Conversation
Author
|
Hi maintainers, I noticed that PR #337 also addresses the docstring truncation bug (#335). I wanted to clarify that my PR #338 includes this fix as part of a larger contribution for the sktime Agentic Track stipend. In addition to the registry fix, this PR implements:
If #337 is merged first, I am happy to rebase and remove my overlapping changes, but I would appreciate a review of the Agentic features! |
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important
This PR is a submission for the sktime Agentic Track stipend.
It implements a complete "Agentic Forecaster" application and addresses critical tool improvements discovered during development.
Overview
This PR contributes to the sktime Agentic Track by implementing a functional
AgenticForecasterand fixing a critical bug in the evaluation tool discovered during setup.Changes
agentic_forecaster/that uses natural language prompts to select sktime models via the MCP registry.src/sktime_mcp/tools/evaluate.pywherecv_foldswas being ignored, causing incorrect fold counts in cross-validation.agentic_forecaster/main.pywhich demonstrates the agentic workflow on the Corporación Favorita Grocery Sales dataset..gitignoreto exclude large data files and virtual environments to maintain repository health.Verification
pytest tests/test_evaluate.py(Confirmed fix).main.pyto produce a 30-day forecast driven by a natural language prompt.Fixes #335
Closes to #336