This is a python3 version of the pure python implementation of GPz (v1)
GPz is a machine learning regression code, originally developed for the calculation of photmetric redshifts in astronomy.
GPz was originally developed by Ibrahim Almosallam, hosted at https://github.com/OxfordML/GPz
Matlab version (GPz_v2): https://github.com/OxfordML/GPz
Python2.7 version (GPz_v1): https://github.com/mdevl/GPz
C++ version (GPz_v2): https://github.com/cschreib/gpzpp (developed by Corentin Schreiber)