|
1 | 1 | Example use cases
|
2 | 2 | =================
|
3 | 3 |
|
4 |
| - |
5 |
| -Binary classification using tabular data |
6 |
| ----------------------------------------- |
7 |
| - |
| 4 | +Tabular data |
| 5 | +------------ |
8 | 6 |
|
9 | 7 | Kaggle Heart Failure Prediction
|
10 | 8 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
11 | 9 |
|
12 | 10 | This is a binary classification problem where the goal is to predict
|
13 |
| -risk of heart disease. The `dataset <https://www.kaggle.com/datasets/fedesoriano/heart-failure-prediction>`_ |
| 11 | +risk of heart disease. The `heart failure dataset <https://www.kaggle.com/datasets/fedesoriano/heart-failure-prediction>`_ |
14 | 12 | is available on Kaggle. The dataset contains 11 features and 1 target
|
15 | 13 | variable.
|
16 | 14 |
|
17 |
| - |
18 | 15 | .. toctree::
|
19 | 16 |
|
20 | 17 | tutorials/kaggle/heart_failure_prediction.ipynb
|
21 | 18 |
|
22 | 19 |
|
23 |
| -Chest X-ray classification |
24 |
| --------------------------- |
| 20 | +Synthea Prolonged Length of Stay Prediction |
| 21 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 22 | + |
| 23 | +This is a binary classification problem where the goal is to predict |
| 24 | +whether a patient will have a prolonged length of stay in the hospital |
| 25 | +(more than 7 days). The `synthea dataset <https://github.com/synthetichealth/synthea>`_ |
| 26 | +is generated using Synthea which is a synthetic patient generator. The dataset |
| 27 | +contains observations, medications and procedures as features. |
| 28 | + |
| 29 | +.. toctree:: |
25 | 30 |
|
26 |
| -The `CXRClassificationTask` task is a multi-label classification task that predicts the |
27 |
| -presence of different thoracic diseases given a chest X-ray image. |
| 31 | + tutorials/synthea/los_prediction.ipynb |
28 | 32 |
|
| 33 | +Image data |
| 34 | +---------- |
29 | 35 |
|
30 |
| -NIH Chest X-ray dataset |
31 |
| -^^^^^^^^^^^^^^^^^^^^^^^ |
| 36 | +NIH Chest X-ray classification |
| 37 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
32 | 38 |
|
33 | 39 | This tutorial showcases the use of the ``tasks`` API to implement a chest X-ray
|
34 | 40 | classification task. The dataset used is the `NIH Chest X-ray dataset <https://nihcc.app.box.com/v/ChestXray-NIHCC>`__, which contains 112,120 frontal-view X-ray images of 30,805 unique patients with 14 disease labels.
|
|
0 commit comments