Live data from Hacker News

Tribuo, a Machine Learning Library for Java

github.com

21–22 of 22 posts

Re: Tribuo, a Machine Learning Library for Java

#21
post #11

Earlier quoted context omitted.

I want to use smile but their license is prohibiting the use of it at my company. I understand the project authors' intentions to promote contributions to the project, but the requirements to get commercial license is a deal breaker for many.

I suspect the (L)GPL is a big part of why Java has more-or-less completely ceded the data space to Python. Corporate policy makes it painful for me to take a dependency on GPL (including LGPL), too, and that makes building and maintaining data applications in Java an absolute minefield, because so many projects are copyleft. Even the packages that are Apache, MIT or BSD licensed often require you to plug in netlib-ja…

I don't think netlib-java is LGPL. Where does it say that it is?

Re: Tribuo, a Machine Learning Library for Java

#22

Earlier quoted context omitted.

I suspect the (L)GPL is a big part of why Java has more-or-less completely ceded the data space to Python. Corporate policy makes it painful for me to take a dependency on GPL (including LGPL), too, and that makes building and maintaining data applications in Java an absolute minefield, because so many projects are copyleft. Even the packages that are Apache, MIT or BSD licensed often require you to plug in netlib-ja…

I don't think netlib-java is LGPL. Where does it say that it is?

Sorry, I was misremembering the problem. It's not netlib-java that is LGPL. It's some of the native math libraries that plug into netlib-java.
Post reply on HN