Tribuo, a Machine Learning Library for Java
1–10 of 22 posts
Re: Tribuo, a Machine Learning Library for Java
#2Re: Tribuo, a Machine Learning Library for Java
#3Re: Tribuo, a Machine Learning Library for Java
#4Happy to answer any questions you may have about Tribuo.
Re: Tribuo, a Machine Learning Library for Java
#5Happy to answer any questions you may have about Tribuo.
What do you use to visualise results and explore features?
Re: Tribuo, a Machine Learning Library for Java
#6Congratulations!
Re: Tribuo, a Machine Learning Library for Java
#7Happy to answer any questions you may have about Tribuo.
- What does the future road map look like?
- Are you planning on adding more algorithms ?
- Any plans to bring in dataset and dataframe handling capabilities such as in numpy/pandas etc?
- What other interop features with other languages/platforms are planned?
- Any plans for AutoML features?
Re: Tribuo, a Machine Learning Library for Java
#8Re: Tribuo, a Machine Learning Library for Java
#9Happy to answer any questions you may have about Tribuo.
This looks really interesting! Kudos and thanks for the good work. Some questions: - What does the future road map look like? - Are you planning on adding more algorithms ? - Any plans to bring in dataset and dataframe handling capabilities such as in numpy/pandas etc? - What other interop features with other languages/platforms are planned? - Any plans for AutoML features?
- Yep.
- There are various efforts on the JVM to build multidimensional arrays, we're talking to many of them to try and figure out a strategy for the whole platform. Ditto for dataframes, though Apache Arrow looks like a good baseline.
- We're not looking at other languages outside of the JVM at the moment, but we're continuing to contribute to Tensorflow Java and ONNX Runtime to improve their Java support. We could look at pytorch inference support based on their Java API, but that overlaps pretty well with the things that ONNX Runtime supports. Do you have any suggestions?
- Not beyond hyperparameter tuning.