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

Explainability #170

Merged
merged 11 commits into from
Apr 23, 2020
Merged

Explainability #170

merged 11 commits into from
Apr 23, 2020

Conversation

deatinor
Copy link
Contributor

Reference Issues/PRs

What does this implement/fix? Explain your changes.

Any other comments?

deatinor added 10 commits April 21, 2020 13:43
Signed-off-by: Stefano Savare <[email protected]>
Signed-off-by: Stefano Savare <[email protected]>
Signed-off-by: Stefano Savare <[email protected]>
Signed-off-by: Stefano Savare <[email protected]>
Signed-off-by: Stefano Savare <[email protected]>
Signed-off-by: Stefano Savare <[email protected]>
@codecov
Copy link

codecov bot commented Apr 23, 2020

Codecov Report

Merging #170 into master will increase coverage by 0.20%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #170      +/-   ##
==========================================
+ Coverage   97.11%   97.31%   +0.20%     
==========================================
  Files          51       53       +2     
  Lines        1732     1862     +130     
  Branches      181      196      +15     
==========================================
+ Hits         1682     1812     +130     
  Misses         32       32              
  Partials       18       18              
Impacted Files Coverage Δ
gtime/explainability/__init__.py 100.00% <100.00%> (ø)
gtime/explainability/explainer.py 100.00% <100.00%> (ø)
gtime/feature_extraction/__init__.py 100.00% <100.00%> (ø)
gtime/feature_extraction/custom.py 100.00% <100.00%> (ø)
gtime/forecasting/__init__.py 100.00% <100.00%> (ø)
gtime/forecasting/gar.py 96.77% <100.00%> (-0.56%) ⬇️
gtime/regressors/__init__.py 100.00% <100.00%> (ø)
gtime/regressors/explainable.py 100.00% <100.00%> (ø)
gtime/regressors/multi_output.py 100.00% <100.00%> (ø)
gtime/utils/fixtures.py 100.00% <100.00%> (ø)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c9ec06b...64e0e46. Read the comment docs.

@deatinor deatinor merged commit f08821b into master Apr 23, 2020
@deatinor deatinor deleted the explainability branch April 23, 2020 16:14
@deatinor deatinor restored the explainability branch April 24, 2020 10:01
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.

1 participant