Skip to content

Commit

Permalink
deploy: cb788c2
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Nov 7, 2023
1 parent 2483bef commit 2af611b
Show file tree
Hide file tree
Showing 21 changed files with 14,540 additions and 1,807 deletions.
Binary file modified api/_images/tutorials_nihcxr_monitor_api_10_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified api/_images/tutorials_nihcxr_monitor_api_12_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified api/_images/tutorials_nihcxr_monitor_api_6_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified api/_images/tutorials_nihcxr_monitor_api_8_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions api/_sources/intro.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ models for healthcare. It provides a few high-level APIs namely:
- ``evaluate`` - Evaluate models on clinical prediction tasks
- ``monitor`` - Detect dataset shift relevant for clinical use cases
- ``report`` - Create `model report
cards <https://vectorinstitute.github.io/cyclops/api/tutorials/kaggle/model_card.html>`__
cards <https://vectorinstitute.github.io/cyclops/api/tutorials/nihcxr/nihcxr_report_periodic.html>`__
for clinical ML models

``cyclops`` also provides a library of end-to-end use cases on clinical
Expand Down Expand Up @@ -73,7 +73,7 @@ Multiple extras could also be combined, for example to install with both
python3 -m pip install 'pycyclops[report,models]'
🧑🏿‍💻 Developing
=============
=======================

Using poetry
------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@
"tags": []
},
"source": [
"You can view the generated HTML [report](./model_card.html)."
"You can view the generated HTML [report](./heart_failure_report_periodic.html)."
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion api/_sources/tutorials/nihcxr/cxr_classification.ipynb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@
"id": "d7545d39",
"metadata": {},
"source": [
"You can view the generated HTML [report](./model_card.html)."
"You can view the generated HTML [report](./nihcxr_report_periodic.html)."
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion api/_sources/tutorials/synthea/los_prediction.ipynb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@
"id": "0d953f1b-845d-424e-b8b6-d782973d9e84",
"metadata": {},
"source": [
"You can view the generated HTML [report](./model_card.html)."
"You can view the generated HTML [report](./length_of_stay_report_periodic.html)."
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion api/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
</li>
<li><p><code class="docutils literal notranslate"><span class="pre">evaluate</span></code> - Evaluate models on clinical prediction tasks</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">monitor</span></code> - Detect dataset shift relevant for clinical use cases</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">report</span></code> - Create <a class="reference external" href="https://vectorinstitute.github.io/cyclops/api/tutorials/kaggle/model_card.html">model report
<li><p><code class="docutils literal notranslate"><span class="pre">report</span></code> - Create <a class="reference external" href="https://vectorinstitute.github.io/cyclops/api/tutorials/nihcxr/nihcxr_report_periodic.html">model report
cards</a>
for clinical ML models</p></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion api/searchindex.js

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions api/tutorials/kaggle/heart_failure_prediction.html

Large diffs are not rendered by default.

446 changes: 223 additions & 223 deletions api/tutorials/kaggle/heart_failure_prediction.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 2af611b

Please sign in to comment.