ppsp-team / PyNM

Lightweight Python implementation of Normative Modelling
BSD 3-Clause "New" or "Revised" License
30 stars 12 forks source link

added script using sklearn gp implementation #1

Closed harveyaa closed 3 years ago

harveyaa commented 3 years ago

I rewrote my script a bit to use the same data format as PyNM does, I can make a notebook demo with the plot as well I just need to simulate some data. Let me know what needs to change :) Cheers, Annabelle

deep-introspection commented 3 years ago

Great @harveyaa!

Just one suggestion: you can return the normative scores for everyone, not only proband. This is convenient to check the quality of the normative model.

Cheers, Guillaume