dfm / george

Fast and flexible Gaussian Process regression in Python
http://george.readthedocs.io
MIT License
451 stars 128 forks source link

[question] classification still not supported? #120

Open kirk86 opened 5 years ago

kirk86 commented 5 years ago

Hi I was wondering if classification is still not supported yet? Since it's that different from regression (apart that you have to make n classifiers), given that in the example I saw that george works with scikit's interface and since scikit offers GPC, could that work with george?