choderalab / bayesian-itc

Python tools for the analysis and modeling of isothermal titration calorimetry (ITC) experiments.
GNU General Public License v3.0
5 stars 10 forks source link

Update scikit-learn gaussian process API #85

Open jchodera opened 4 years ago

jchodera commented 4 years ago

Currently, we use the legacy sklearn.gaussian_process.GaussianProcess API, which was deprecated and removed in 0.18.

We should update to the new GaussianProcessRegressor API.

See this issue for an example of upgrading to the new API.