Skip to content

Adapt training with plotting#77

Merged
stefanDeveloper merged 30 commits intomainfrom
adapt-training
May 27, 2025
Merged

Adapt training with plotting#77
stefanDeveloper merged 30 commits intomainfrom
adapt-training

Conversation

@stefanDeveloper
Copy link
Owner

@stefanDeveloper stefanDeveloper commented May 5, 2025

Add plotting functionality for data density / distribution / t-SNe / and more

Functionality: Training / Testing / Explaination

Training: python src/train/train.py train --dataset combine --dataset_path /home/.../projects/heiDGAF/data --model rf --model_output_path /home/...

Testing: python src/train/train.py test --dataset combine --dataset_path /home/.../projects/heiDGAF/data --model rf --model_path /home/.../e923aec08abd83f4e0212dbc170d8d2284874074193c3e2f0fe627f3c2fd26f2

Explain: python src/train/train.py explain --dataset combine --dataset_path /home/.../projects/heiDGAF/data --model rf --model_path /home/.../e923aec08abd83f4e0212dbc170d8d2284874074193c3e2f0fe627f3c2fd26f2

@stefanDeveloper stefanDeveloper self-assigned this May 5, 2025
@stefanDeveloper stefanDeveloper added the enhancement New feature or request label May 5, 2025
@github-actions
Copy link

github-actions bot commented May 5, 2025

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1455 1446 99% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 392795e by action🐍

@codecov
Copy link

codecov bot commented May 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.90%. Comparing base (b029867) to head (392795e).
Report is 31 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #77   +/-   ##
=======================================
  Coverage   98.90%   98.90%           
=======================================
  Files          15       15           
  Lines        1455     1455           
  Branches      154      154           
=======================================
  Hits         1439     1439           
  Misses          9        9           
  Partials        7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@stefanDeveloper stefanDeveloper changed the title Adapt training with plotting Draft: Adapt training with plotting May 5, 2025
@stefanDeveloper stefanDeveloper requested a review from maldwg May 22, 2025 12:22
@stefanDeveloper stefanDeveloper changed the title Draft: Adapt training with plotting Adapt training with plotting May 22, 2025
@stefanDeveloper stefanDeveloper added this to the First heiDGAF version milestone May 22, 2025
Copy link
Collaborator

@maldwg maldwg left a comment

Choose a reason for hiding this comment

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

Works on my machine

@stefanDeveloper stefanDeveloper merged commit e5ed244 into main May 27, 2025
19 checks passed
@stefanDeveloper stefanDeveloper deleted the adapt-training branch May 27, 2025 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants