Elvenson / xgboost-go

XGBoost inference with Golang.
MIT License
25 stars 5 forks source link

Change float64 -> float32 #13

Closed AltamashRafiq closed 11 months ago

AltamashRafiq commented 11 months ago

Python's XGBoost uses float32 internally instead of float64. This PR updates this repo to reflect this behavior.

AltamashRafiq commented 11 months ago

@Elvenson @jcronq here is the float64 -> float32 change we have been discussing. A test that fails with float64 but passes with float32 is added.