SURGroup / UQpy

UQpy (Uncertainty Quantification with python) is a general purpose Python toolbox for modeling uncertainty in physical and mathematical systems.
MIT License
271 stars 79 forks source link

Updated skl_str when using a scikit-learn object #61

Closed ketsonroberto closed 3 years ago

ketsonroberto commented 3 years ago

before: skl_str = "<class 'sklearn.gaussian_process.gpr.GaussianProcessRegressor'>" now: skl_str = "<class 'sklearn.gaussian_process._gpr.GaussianProcessRegressor'>"