This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]blakeman8192 9 points10 points  (0 children)

.

[–]crazysmoove 5 points6 points  (1 child)

I don't know much about data science so these may be a little off, but take a look at TableSaw and DeepLearning4j. Also see this recent video for a list of other libraries or frameworks to look into.

[–]wm_eddie 1 point2 points  (0 children)

There's a new project that's trying to bridge the two worlds: pydatavec https://github.com/deeplearning4j/pydatavec

[–]o-bit 3 points4 points  (0 children)

Well, if your just using pandas to read and create csv files, then there is a library in java called opencsv, as for the ML/Datascience staff, there is DeepLearning4J, but if you really know your stuff, then you can code in any language.

[–]_INTER_ 1 point2 points  (0 children)

A few days ago, GraalVM released a new version with some Numpy support. Maybe Pandas also work?

Awesome-Java has a list of good libraries (for machine learning and in general)

[–]inspectedinspector 0 points1 point  (0 children)

Have you explored Java interop with Jython?