Closed anbai106 closed 5 months ago
Hello,
Is it possible to apply the optimal model (after CV) to external independent data? If so, can you please add functionality to this tutorial: https://github.com/ucl-pond/pySuStaIn/blob/master/notebooks/SuStaInWorkshop.ipynb
I assume we only need to z-score the new data relative to the CN data used for the training?
Thank you very much!
You want this function: subtype_and_stage_new_data() which is included (albeit commented out) in the simulation notebook here
(P.S. Yes — your new data needs to be suitably z-scored)
Hello,
Is it possible to apply the optimal model (after CV) to external independent data? If so, can you please add functionality to this tutorial: https://github.com/ucl-pond/pySuStaIn/blob/master/notebooks/SuStaInWorkshop.ipynb
I assume we only need to z-score the new data relative to the CN data used for the training?
Thank you very much!