Re: [Vote] Create a "machine learning" component

2021-02-10 Thread Emmanuel Bourg
-1 for commons-ml for the same reasons. What about commons-machine-learning or commons-math-learning? The latter is as long as commons-configuration. Emmanuel Bourg Le 2021-02-10 03:27, Ralph Goers a écrit : -1 on commons-ml as the name. My first thought is such a repo would hold stuff rela

Re: [Vote] Create a "machine learning" component

2021-02-10 Thread sebb
Likewise, commons-ml is too cryptic. Also, the Spark project has a machine-learning library: https://spark.apache.org/mllib/ Maybe that would be better home? I'm also a bit concerned as to whether there are sufficient developers here with knowledge of the ML domain to be able to support the cod

Re: [Vote] Create a "machine learning" component

2021-02-10 Thread Gilles Sadowski
Le mer. 10 févr. 2021 à 09:27, Emmanuel Bourg a écrit : > > -1 for commons-ml for the same reasons. > > What about commons-machine-learning or commons-math-learning? The latter > is as long as commons-configuration. Java users should be used to lengthy names. It should thus be "commons-machinelea

Re: [Vote] Create a "machine learning" component

2021-02-10 Thread Gilles Sadowski
Le mer. 10 févr. 2021 à 13:19, sebb a écrit : > > Likewise, commons-ml is too cryptic. > > Also, the Spark project has a machine-learning library: > > https://spark.apache.org/mllib/ Thanks for the pointer. > > Maybe that would be better home? On the face of it, probably. [For sure, Avijit shou

ConstantPool.dump + new ConstantPool(DataInputStream) usually don't work.

2021-02-10 Thread Marcus Engene
Hi, I get an EOFException here. ConstantPool.dump() does not write the null entries in Constant[], which is fine, but it writes the size of the array first so the ConstantPool constructior gets confused. @Test public void serializeConstantPool()throws IOException { ConstantPoolGen cpg =n

Re: ConstantPool.dump + new ConstantPool(DataInputStream) usually don't work.

2021-02-10 Thread Gary Gregory
Hi Marcus, May you please provide this as a PR on GitHub? Gary On Wed, Feb 10, 2021, 09:27 Marcus Engene wrote: > Hi, > > I get an EOFException here. ConstantPool.dump() does not write the null > entries in Constant[], which is fine, but it writes the size of the > array first so the Constant

Re: Donating code from Nutch to Commons - commons-url?

2021-02-10 Thread Lewis John McGibbney
Hi Gary, Thanks for the feedback. I was overlooking comnmons-net. I'll do some more research and approach the HttpComponent's team as well. Thank you On 2021/02/09 04:18:23, Gary Gregory wrote: > I would think that Common Net might be fit if it could reuse the code > within itself. It's also li