tribuo icon indicating copy to clipboard operation
tribuo copied to clipboard

Support a Kotlin wrapper

Open DestBro opened this issue 3 months ago • 1 comments

Tribuo lacks Kotlin wrapper support, which makes it harder and less idiomatic to use in Kotlin projects compared to other ML libraries.

Add an official Kotlin wrapper with idiomatic APIs (extension functions, null-safety, data classes, etc.) to make Tribuo seamless for Kotlin developers.

I considered writing custom wrappers, but this is limited and not robust. Also I used other libraries like Smile, which already provides a Kotlin wrapper (https://haifengl.github.io/api/kotlin/index.html)

DestBro avatar Sep 26 '25 08:09 DestBro