phuongdo

Results 2 comments of phuongdo

Hi Alvin, Thanks for you comment. I did modify **nem.core** for my own purpose and It works now. However, I'm still waiting for the next official release version. Kind regards,

``` 1 package main 2 3 import "fmt" 4 import "github.com/ma3axaka/catboost-go" 5 func main() { 6 model, _:= catboost.LoadBinaryClassifierFromFile("catboost_demo.cbm") 7 fmt.Println(err) 8 numbers := [][]float32{{2.0, 3.0, 5.0, 7.0}} 9 categories...