Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mednet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
medai
software
mednet
Commits
fc659e20
Commit
fc659e20
authored
11 months ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Fix doc building
parent
7f97368f
No related branches found
No related tags found
1 merge request
!46
Create common library
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/api.rst
+0
-1
0 additions, 1 deletion
doc/api.rst
src/mednet/classify/engine/saliency/utils.py
+3
-3
3 additions, 3 deletions
src/mednet/classify/engine/saliency/utils.py
with
3 additions
and
4 deletions
doc/api.rst
+
0
−
1
View file @
fc659e20
...
@@ -54,7 +54,6 @@ Functions that operate on data.
...
@@ -54,7 +54,6 @@ Functions that operate on data.
mednet.classify.engine.evaluator
mednet.classify.engine.evaluator
mednet.classify.engine.predictor
mednet.classify.engine.predictor
mednet.classify.engine.saliency.completeness
mednet.classify.engine.saliency.completeness
mednet.classify.engine.saliency.evaluator
mednet.classify.engine.saliency.generator
mednet.classify.engine.saliency.generator
mednet.classify.engine.saliency.interpretability
mednet.classify.engine.saliency.interpretability
mednet.classify.engine.saliency.viewer
mednet.classify.engine.saliency.viewer
...
...
This diff is collapsed.
Click to expand it.
src/mednet/classify/engine/saliency/utils.py
+
3
−
3
View file @
fc659e20
...
@@ -20,8 +20,7 @@ def extract_statistics(
...
@@ -20,8 +20,7 @@ def extract_statistics(
----------
----------
data
data
A list of tuples each containing a sample name, target, and values
A list of tuples each containing a sample name, target, and values
produced by completeness and interpretability analysis as returned by
produced by completeness and interpretability analysis.
:py:func:`_reconcile_metrics`.
index
index
The index of the tuple contained in ``data`` that should be extracted.
The index of the tuple contained in ``data`` that should be extracted.
...
@@ -58,7 +57,8 @@ def make_table(
...
@@ -58,7 +57,8 @@ def make_table(
indexes
:
dict
[
int
,
str
],
indexes
:
dict
[
int
,
str
],
format_
:
str
,
format_
:
str
,
)
->
str
:
)
->
str
:
"""
Summarize interpretability results obtained by running :py:func:`run`.
"""
Summarize results obtained by interpretability or completeness analysis
in a table.
Parameters
Parameters
----------
----------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment