Andrew
Results
1
comments of
Andrew
The GaussianProcess has been deprecated. You should try using the GaussianProcessregressor from sklearn.gaussian_process import GaussianProcessRegressor # define the model and draw some data model = lambda x: x * np.sin(x)...