Machine learning in Clojure with clj-boost

Hi everyone! I’m really happy to let you know that I made Clojure wrappers for XGBoost: https://gitlab.com/alanmarazzi/clj-boost

Any comment is very helpful: issues, ideas, usage examples and so on. At the moment there is only the main README explaining how to use clj-boost and this (uncommented) demo.

As soon as possible I’ll write some tutorials and some use cases examples, but in the mean time I would like to know what you think about it and if you start using it (even for personal projects) how it feels.

I already have some sort of a roadmap:

  • Make some tutorials and posts about clj-boost usage
  • Add a method to generate config programmatically (atom?)
  • Add a way to perform grid search over parameters
  • Some facilities (like accuracy, confusion matrix, etc)???

But it’s difficult to know which way to go if I don’t get some kind of feedback (even critical feedback is ok)

3 Likes

I just released a new version with improved docs and a thorough tutorial on how to use clj-boost

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.