-
Notifications
You must be signed in to change notification settings - Fork 46
Feat ds agent #471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Feat ds agent #471
Conversation
…ies, and methodologies - document core capabilities and instructions for data analysis - outline approach and methodology for data science tasks - include working principles and expected outputs 🔍 - Generated by Copilot
|
@C-Neisinger please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #471 +/- ##
===========================================
+ Coverage 52.44% 76.19% +23.74%
===========================================
Files 17 20 +3
Lines 3110 3503 +393
===========================================
+ Hits 1631 2669 +1038
+ Misses 1479 834 -645
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds a new GitHub Copilot custom agent definition to support data science workflows (EDA, statistical modeling, and ML evaluation) within the HVE Core agent library.
Changes:
- Added a new
.github/agents/data-science.agent.mdagent spec describing responsibilities, methodology, boundaries, and expected outputs. - Included agent handoffs intended to route to planning and implementation workflows.
…rect task prompt 🔧 - Generated by Copilot
Pull Request
Description
This pull request introduces a new agent specification for data science workflows, derived from Matt Dotsons hve-data-science extension, outlining the role, capabilities, methodology, and boundaries for a specialized data science agent. The specification provides detailed instructions, best practices, and guidelines for reproducible and rigorous data analysis, statistical modeling, and machine learning, while clearly stating what tasks are within and outside the agent's scope.
Data Science Agent Specification:
.github/agents/data-science.agent.mddefining the agent's role, objectives, and instructions for conducting data science analyses, including exploratory data analysis, statistical modeling, and machine learning workflows.Core Capabilities & Methodology:
Boundaries & Communication:
Related Issue(s)
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
prompt-builderagent and addressed all feedback.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
Exploratory Data Analysis:
"Analyze the fish.csv dataset to understand the relationship between body measurements and weight. Profile all columns, check for data quality issues, and identify which features are most predictive of weight.
Classification Task:
"Build a classification model for the [YOURDATA] dataset. Start with EDA to understand class distributions, then train and evaluate at least two different classifiers. Report precision, recall, and F1 scores per class."
Model Diagnostics:
"My regression model for predicting fish weight has high training accuracy but poor test performance. Diagnose potential overfitting, check residual patterns, and recommend improvements."
User Request:
Execution Flow:
Output Artifacts:
---.ipynb
Success Indicators:
*.ipynb created with reproducible code and visualizations. Users should closely validate all generated code and artifacts.
For detailed contribution requirements, see:
Testing
Checklist
Required Checks
AI Artifact Contributions
/prompt-analyzeto review contributionprompt-builderreviewRequired Automated Checks
The following validation commands must pass before merging:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run lint:md-linksnpm run lint:psSecurity Considerations
Additional Notes