Andy Tseng

Results 4 comments of Andy Tseng

I faced the same problem as well. Any progress?

Here is a dummy model [dummy_xgb.model.zip](https://github.com/dmitryikh/leaves/files/5411078/dummy_xgb.model.zip) you can use. Try loading this model in go ``` model, err := leaves.XGEnsembleFromFile("dummy_xgb.model", useTransformation) ``` gives me the `unexpected EOF` error. And it...

Update: I tried loading `dummy_xgb.model` in `golang:1.14` container. and I still get `unexpected EOF`. I think this can rule out the possibility that Mac OS is the culprit.

Hi @dmitryikh, I am wondering if you have got any time to look at this issue? Update (11/16/2020): I have changed my model from XGBoost to LightGBM, as it yields...