Skip to content

Commit 118ec4f

Browse files
committed
updated Zenodo Links
1 parent 712f404 commit 118ec4f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img alt="Logo" src="img/logo_iceboost.svg" style="width: 100%; height: auto;" />
33
</div>
44

5-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13145836.svg)](https://doi.org/10.5281/zenodo.13145836)
5+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17724512.svg)](https://doi.org/10.5281/zenodo.17724512)
66

77
[[<u>PAPER</u>](https://gmd.copernicus.org/articles/18/2545/2025/)]✍️
88

@@ -216,14 +216,14 @@ To train the model, run:
216216
python iceboost_train.py
217217
```
218218
This code trains a xgboost and catboost regression models. The trained models can be saved respectively
219-
as ```.json``` and ```.cbm``` files. These have been deposited on [Zenodo](https://zenodo.org/records/13145836).
219+
as ```.json``` and ```.cbm``` files. These have been deposited on [Zenodo](https://doi.org/10.5281/zenodo.17724512).
220220

221221
The code also contains a module to perform inference on a glacier, by specifying its RGI code.
222222

223223

224224
## Model inference 🔮
225225

226-
If you don't want to train the model but just run it, you can get the trained modules (```.json``` and ```.cbm```) from [Zenodo](https://zenodo.org/records/13145836),
226+
If you don't want to train the model but just run it, you can get the trained modules (```.json``` and ```.cbm```) from [Zenodo](https://doi.org/10.5281/zenodo.17724512),
227227
specify their names and location in the ```config/config.yaml```, under ```model_input_dir/```, ```model_filename_xgb```,
228228
```model_filename_cat```
229229
and run:

0 commit comments

Comments
 (0)