License
This commit is contained in:
Родитель
2d11e50eee
Коммит
81d1d1f990
|
@ -25,4 +25,8 @@ res, _ := predictor.Predict(xgboost.FloatSliceVector([]float32{1, 2, 3}))
|
|||
fmt.Printf("Results: %+v\n", res)
|
||||
// output: Results: [1.08002]
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
[MIT](https://github.com/Applifier/go-xgboost/blob/master/LICENSE)
|
Загрузка…
Ссылка в новой задаче