Skip to content

Commit 73d03fd

Browse files
committed
enh - improve the text explanations
1 parent 3f1a013 commit 73d03fd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/06_transfer_extend.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,9 @@
662662
"tags": []
663663
},
664664
"source": [
665-
"These centiles look much better in comparison to the model we fit on the small dataset (especially at the age range 22-45). "
665+
"These centiles look much better in comparison to the model we fit on the small dataset (especially at the age range 22-45).\n",
666+
"\n",
667+
"This extended model can be extended again to another dataset. Such an example exists [here](https://github.com/predictive-clinical-neuroscience/pu25_code/blob/main/notebooks/additional_worflows/federated_learning_extend.ipynb)."
666668
]
667669
},
668670
{
@@ -703,7 +705,7 @@
703705
"For this reason, we can _not_ use a transfered model to make predictions on the original train data and a model is not meant to be transferred more than once.\n",
704706
"\n",
705707
"Another consequence is that a transferred model centiles cover the age range present in the data you\n",
706-
"transferred to (in our case between 20 and 65 years old), not the age range of the reference model."
708+
"transferred to (see x-axis range in the centiles plot below), not the age range of the reference model."
707709
]
708710
},
709711
{

examples/12_transfer_pretrained.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,9 +568,7 @@
568568
"The transferred model is an ordinary PCNtoolkit model, so we can plot centiles\n",
569569
"for it just like any other.\n",
570570
"\n",
571-
"The centiles only span roughly 18-26 years because that is the age range of\n",
572-
"Beijing_Zang. A transferred model covers the ages present in the data you\n",
573-
"transferred to, not the full lifespan of the reference model."
571+
"Note that the centiles only span in the age range of the site that we selected to transfer to and not the the age range of the reference model."
574572
]
575573
},
576574
{

0 commit comments

Comments
 (0)