Elvenson / xgboost-go

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

Add test case, modify read model from files #11

Closed Elvenson closed 1 year ago

Elvenson commented 1 year ago

Add test case for reading model from bytes, modify read model from file using standard json unmarshal method.