Waikato / wekaDeeplearning4j

Weka package for the Deeplearning4j java library
https://deeplearning.cms.waikato.ac.nz/
GNU General Public License v3.0
184 stars 197 forks source link

publish to maven central #46

Open cseu opened 5 years ago

cseu commented 5 years ago

Can you please publish this artifact to maven central repository? Currently we have to include it in the source code and this is not the best practice for maven project

braun-steven commented 5 years ago

We haven't thought about it yet as the main use case for the package is the usage from within the Weka GUI where you simply install the package from the Weka PackageManager. We will consider it though and come back to you.

ramonziai commented 4 years ago

I'm currently considering using the Weka API for ML in a Java-based backend, which is built using Maven. It would be great if wekaDeeplearning4j could be included in maven central so I could simply add it as a dependency and thereby add neural methods to my arsenal of available ML techniques. Have you given some thought to this issue?