SciML / Surrogates.jl

Surrogate modeling and optimization for scientific machine learning (SciML)
https://docs.sciml.ai/Surrogates/stable/
Other
330 stars 69 forks source link

Use XGBoost 2 #443

Closed sathvikbhagavan closed 1 year ago

sathvikbhagavan commented 1 year ago

@ChrisRackauckas, this PR bumps XGBoost to 2.

All the tests pass except SurrogatesMOE as it uses the released version of SurrogatesRandomForest which uses XGBoost 1.5 which causes package conflict. For the tests to pass, it needs a new release of SurrogatesRandomForest which requires this PR to be merged. How do we want to go about this?

ChrisRackauckas commented 1 year ago

Let's merge and then bump them both.

ChrisRackauckas commented 1 year ago

We should change these to extensions, but 🤷