Results 12 comments of Nuwan Gunasekara

Hi @smastelini, Thanks for the reply! It looks like the setup.py yields below **syntax error** if ones /usr/bin/python is linked to python 2.7 binary: ``` pip install -e . Obtaining...

Failing tests are due to moa.classifiers.meta.imbalanced tests failing (issue #260).

> Can we have the two classifiers in classifiers/functions like in https://github.com/Waikato/wekaDeeplearning4j/tree/master/src/main/java/weka/classifiers/functions ? Sure! We already have a separate classifier for MLP (moa/src/main/java/moa/classifiers/neuralNetworks/MLP.java) Were you thinking of another one for...

> Can we have the two classifiers in classifiers/functions like in https://github.com/Waikato/wekaDeeplearning4j/tree/master/src/main/java/weka/classifiers/functions ? As per the offline conversation, renamed the folder 'neuralNetworks' to 'deeplearning' in commit 4457873.

**Only happens** with below settings : ``` moa % mvn -v Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /usr/local/Cellar/maven/3.8.6/libexec Java version: 19.0.2, vendor: Homebrew, runtime: /usr/local/Cellar/openjdk/19.0.2/libexec/openjdk.jdk/Contents/Home Default locale: en_NZ, platform encoding:...

Same test seems to be passing on ``` (base) ng98@MacBook-Pro-2 justinuliu % git remote -v origin https://github.com/justinuliu/moa.git (fetch) origin https://github.com/justinuliu/moa.git (push) (base) ng98@MacBook-Pro-2 justinuliu % git branch * master (base)...

**Patch with relevant changes to support models with size greater than 2^31-1:** [moa_measureByteSize.patch](https://github.com/Waikato/moa/files/10938001/moa_measureByteSize.patch)

Hi @cdeterman, I think scikit-multiflow is frozen for development at the moment. But you might be able to use MOA for the same: https://moa.cms.waikato.ac.nz/tutorial-7-feature-analysis-and-feature-importance-in-moa/ There is also a feature request...

Test passed. Created #303 for JDKs greater than 11