-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from gwaygenomics/docs-update
Autodoc update
- Loading branch information
Showing
6 changed files
with
35 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
from .evaluate import evaluate | ||
from cytominer_eval import __about__ | ||
from cytominer_eval.__about__ import __version__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,47 @@ | ||
Metric operations | ||
================= | ||
Metrics | ||
======= | ||
|
||
Implementations of various profile evaluation metrics. | ||
These can be used directly, but we recommend usage through cytominer_eval.evaluate(). | ||
These can be used directly, but we recommend usage through `cytominer_eval.evaluate()``. | ||
|
||
cytominer_eval.evaluate() contains several checks to confirm metrics are properly implemented. | ||
`cytominer_eval.evaluate()` contains several checks to confirm metrics are properly implemented. | ||
|
||
cytominer\_eval.operations.grit | ||
------------------------------- | ||
Grit | ||
---- | ||
|
||
.. automodule:: cytominer_eval.operations.grit | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cytominer\_eval.operations.mp\_value | ||
------------------------------------ | ||
mp-value | ||
-------- | ||
|
||
.. automodule:: cytominer_eval.operations.mp_value | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cytominer\_eval.operations.replicate\_reproducibility | ||
----------------------------------------------------- | ||
Replicate reproducibility | ||
------------------------- | ||
|
||
.. automodule:: cytominer_eval.operations.replicate_reproducibility | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cytominer\_eval.operations.precision\_recall | ||
-------------------------------------------- | ||
Precision and recall | ||
-------------------- | ||
|
||
.. automodule:: cytominer_eval.operations.precision_recall | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cytominer\_eval.operations.util | ||
------------------------------- | ||
Enrichment | ||
---------- | ||
|
||
.. automodule:: cytominer_eval.operations.util | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: cytominer_eval.operations | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
.. automodule:: cytominer_eval.operations.enrichment | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters