From 81d1d1f990d5b64d398272f15bfaeffb5a782820 Mon Sep 17 00:00:00 2001 From: Jaakko Lukkari Date: Mon, 20 Aug 2018 15:58:49 +0300 Subject: [PATCH] License --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ba9c37..66309a3 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,8 @@ res, _ := predictor.Predict(xgboost.FloatSliceVector([]float32{1, 2, 3})) fmt.Printf("Results: %+v\n", res) // output: Results: [1.08002] -``` \ No newline at end of file +``` + +## License + +[MIT](https://github.com/Applifier/go-xgboost/blob/master/LICENSE) \ No newline at end of file