Y
Hacker News
new
|
ask
|
show
|
jobs
by
chewxy
3027 days ago
You wrote XGBoost in Go? I've been looking for that and dreading writing one
1 comments
volker48
3027 days ago
I wrote the inference step of XGBoost in Go. It will make predictions after loading in an XGBoost JSON model. Writing the training portion of XGBoost would be much harder.
link