Skip to content

feat: separate cross validation and training#156

Merged
salsaady merged 4 commits intodevfrom
feature/att-169-separate-cv-and-training
Jan 22, 2026
Merged

feat: separate cross validation and training#156
salsaady merged 4 commits intodevfrom
feature/att-169-separate-cv-and-training

Conversation

@Manit-J
Copy link
Collaborator

@Manit-J Manit-J commented Jan 21, 2026

Description

Adds a new script called cross_validation.py to separate CV from training.
Edits the train.py script to only train the model.
Runs CV and stores the results in separate text and json files (for readability and to plot graphs later).

Fixes #155

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

salsaady and others added 3 commits January 21, 2026 13:35
Updated ml model, updated ui, updated desktop app and syncing between desktop app and web app.
@linear
Copy link

linear bot commented Jan 21, 2026

@vercel
Copy link

vercel bot commented Jan 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
attention-agent Ready Ready Preview, Comment Jan 21, 2026 11:22pm

Copy link
Collaborator

@salsaady salsaady left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@salsaady salsaady changed the title Feature/att 169 separate cv and training feat: separate cross validation and training Jan 22, 2026
@salsaady salsaady merged commit 024e453 into dev Jan 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants