-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
217 additions
and
32 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
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
Binary file not shown.
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
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,5 +1,10 @@ | ||
References | ||
========== | ||
|
||
.. If applicable, include references to papers, books, or other documents | ||
for further reading. | ||
This particular algorithm has not been published yet. If you use this code in your | ||
research, please cite the following paper: | ||
|
||
1. Moncada-Torres, Arturo, et al. "VANTAGE6: an open source priVAcy preserviNg federaTed | ||
leArninG infrastructurE for Secure Insight eXchange." *AMIA annual symposium proceedings.* | ||
Vol. 2020. American Medical Informatics Association, 2020. | ||
`[link] <https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8075508/>`_ |
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,5 +1,11 @@ | ||
Validation | ||
========== | ||
|
||
.. Describe how the algorithm has been tested and how a user may test the algorithm | ||
.. themselves (if applicable). | ||
A `test script <https://github.com/vantage6/v6-crosstab-py/blob/main/test/test.py>`_ is | ||
available in the `test` directory. It can be run with the following command: | ||
|
||
.. code-block:: bash | ||
python test/test.py | ||
The script will run the crosstab algorithm via the vantage6 ``MockAlgorithmClient``. |