|
|
|
|
|
by hmottestad
908 days ago
|
|
Maven is fantastic. As long as you stick to an LTS Java version and pick good dependencies you can always get things up and running. With Python I remember a ML class I took where one of the dependencies had introduced breaking API changes overnight and the lecturer hadn’t noticed because he was just using whatever version was available a few weeks ago when he first started prepping for the class. |
|
In python you can specify the version. The popular ML libs in Java are actually still broken and have been for years.