yamle.methods.gp module#
- class yamle.methods.gp.GPMethod(prior_mean='constant', prior_covariance='rbf', num_inducing_points=100, num_latent=3, *args, **kwargs)[source]#
Bases:
BaseMethodThis class implements the Gaussian Process (GP) method.
- Parameters:
- tasks = ['classification', 'regression']#