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

[ENH] MI and CMI simulation module and relevant estimators from the forest #83

Merged
merged 19 commits into from
Jun 20, 2023

Fix circleci

7463904
Select commit
Loading
Failed to load commit list.
Merged

[ENH] MI and CMI simulation module and relevant estimators from the forest #83

Fix circleci
7463904
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project failed Jun 20, 2023 in 0s

86.33% (-7.07%) compared to 2768558

View this Pull Request on Codecov

86.33% (-7.07%) compared to 2768558

Details

Codecov Report

Patch coverage: 69.21% and project coverage change: -7.07 ⚠️

Comparison is base (2768558) 93.39% compared to head (7463904) 86.33%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #83      +/-   ##
==========================================
- Coverage   93.39%   86.33%   -7.07%     
==========================================
  Files          16       24       +8     
  Lines        1469     1924     +455     
==========================================
+ Hits         1372     1661     +289     
- Misses         97      263     +166     
Impacted Files Coverage Δ
sktree/experimental/mutual_info.py 20.51% <20.51%> (ø)
sktree/experimental/tests/test_mutual_info.py 62.06% <62.06%> (ø)
sktree/tree/_marginalize.py 76.74% <76.74%> (ø)
sktree/neighbors.py 86.20% <86.20%> (ø)
sktree/experimental/simulate.py 88.13% <88.13%> (ø)
sktree/__init__.py 79.16% <100.00%> (+0.90%) ⬆️
sktree/ensemble/_supervised_forest.py 100.00% <100.00%> (ø)
sktree/ensemble/_unsupervised_forest.py 70.63% <100.00%> (+0.23%) ⬆️
sktree/experimental/__init__.py 100.00% <100.00%> (ø)
sktree/experimental/tests/test_simulate.py 100.00% <100.00%> (ø)
... and 6 more

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.