I often feel like the Java API is missing out comp...
# datascience
l
I often feel like the Java API is missing out compared to the Python API of machine learning or data science stuff. For example, the well known Tensorflow is itself made of lot of Python code, while there's a tiny chunk of Java in the project. This makes me think there's obviously less possible use cases when using only the Java API since Java should be more verbose than Python anyway. Am I right thinking so?