Package to use what I called Artificial Gaussian Processes Network, written in python 3x
Check the examples folder to learn how to use it, on it you can find somewhat detailed example using CoRoT-7 data.
To install you just type
python setup.py install
And you can imported in python with
import artgpn
If you wish to find more about it you can check my thesis where I give a brief explaination of this framework here and cite it as:
@phdthesis{camacho2022advanced,
title={Advanced statistical data analysis methods for the detection of other Earths},
author={Camacho, Jo{\~a}o David Ribeiro},
year={2022},
school={University of Porto}
}