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

Update model report links #500

Merged
merged 2 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Chest X-ray classification
* `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) for clinical ML models
* `report` - Create [model report 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 datasets such as

Expand Down
4 changes: 2 additions & 2 deletions docs/source/intro.rst
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 docs/source/tutorials/nihcxr/cxr_classification.ipynb
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 docs/source/tutorials/synthea/los_prediction.ipynb
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