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

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.