You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,26 @@ This repository is the official implementation for _[Multivariable Serum Creatin
4
4
5
5

6
6
7
+
## Reference
8
+
9
+
If the code in this repository has been useful to you, please cite the original article using the `Cite this repository` button (Located in the top right of the GitHub page, above Releases).
10
+
11
+
You can also cite the article directly using the reference below.
title = {Multivariable {{Serum Creatinine Forecasting}} for {{Acute Kidney Injury Detection Using}} an {{Explainable Transformer-based Model}}},
16
+
booktitle = {2025 47th {{Annual International Conference}} of the {{IEEE Engineering}} in {{Medicine}} and {{Biology Society}} ({{EMBC}})},
17
+
author = {Gille, Cyprien and Altares, Galaad and Colette, Benjamin and Boudjeltia, Karim Zouaoui and Mancas, Matei and Vandenbulcke, Virginie},
18
+
year = 2025,
19
+
month = jul,
20
+
pages = {1--7},
21
+
issn = {2694-0604},
22
+
doi = {10.1109/EMBC58623.2025.11251723},
23
+
keywords = {Accuracy,Forecasting,Injuries,Kidney,Mortality,Predictive models,Prognostics and health management,Time series analysis,Transformers,Usability}
24
+
}
25
+
```
26
+
7
27
## Repository Contents
8
28
9
29
All relevant files should have a docstring at the top and extensive comments to tell you what they do, but you can find an overview of the contents of this repository below.
@@ -177,26 +197,6 @@ To promote ease of use and reproducibility, we provide the full outputs of our t
177
197
178
198
Note: the order of the stays (as dictated by the indexes (`idx` files) and as reported in the `.xlsx` files) is consistent throughout all numpy arrays.
179
199
180
-
# Reference
181
-
182
-
If the code in this repository has been useful to you, please cite the original article using the `Cite this repository` button (Located in the top right of the GitHub page, above Releases).
183
-
184
-
You can also cite the article directly using the reference below.
title = {Multivariable {{Serum Creatinine Forecasting}} for {{Acute Kidney Injury Detection Using}} an {{Explainable Transformer-based Model}}},
189
-
booktitle = {2025 47th {{Annual International Conference}} of the {{IEEE Engineering}} in {{Medicine}} and {{Biology Society}} ({{EMBC}})},
190
-
author = {Gille, Cyprien and Altares, Galaad and Colette, Benjamin and Boudjeltia, Karim Zouaoui and Mancas, Matei and Vandenbulcke, Virginie},
191
-
year = 2025,
192
-
month = jul,
193
-
pages = {1--7},
194
-
issn = {2694-0604},
195
-
doi = {10.1109/EMBC58623.2025.11251723},
196
-
keywords = {Accuracy,Forecasting,Injuries,Kidney,Mortality,Predictive models,Prognostics and health management,Time series analysis,Transformers,Usability}
197
-
}
198
-
```
199
-
200
200
# License
201
201
202
202
The code in this repository is available under a [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html)[license](LICENSE.md).
0 commit comments