sklearn.gaussian_process.GaussianProcessClassifier ...
2021-8-11 · Parameters X array-like of shape (n_samples, n_features) or list of object. Query points where the GP is evaluated for classification. Returns C ndarray of shape (n_samples,) Predicted target values for X, values are from classes_ predict_proba (X) [source] ¶ Return probability estimates for the test vector X. Parameters