Skip to content
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

refactor: SurrogatesRandomForest with SurrogatesBase #477

Merged
merged 2 commits into from
Mar 12, 2024

refactor: add scalar evaluation for SurrogatesSVM

a20c8d5
Select commit
Loading
Failed to load commit list.
Merged

refactor: SurrogatesRandomForest with SurrogatesBase #477

refactor: add scalar evaluation for SurrogatesSVM
a20c8d5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 7, 2024 in 0s

65.83% (-12.40%) compared to 26b5705

View this Pull Request on Codecov

65.83% (-12.40%) compared to 26b5705

Details

Codecov Report

Attention: Patch coverage is 0% with 17 lines in your changes are missing coverage. Please review.

Project coverage is 65.83%. Comparing base (26b5705) to head (a20c8d5).

Files Patch % Lines
...rrogatesRandomForest/src/SurrogatesRandomForest.jl 0.00% 14 Missing ⚠️
lib/SurrogatesSVM/src/SurrogatesSVM.jl 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #477       +/-   ##
===========================================
- Coverage   78.22%   65.83%   -12.40%     
===========================================
  Files          23       23               
  Lines        3136     3108       -28     
===========================================
- Hits         2453     2046      -407     
- Misses        683     1062      +379     

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