-
As a developer, I want to be able to determine which `nzshm-opensha` and `opensha` versions/commits were used to build a rupture set or run an inversion, so that I can replicate the result.
Current…
-
I am trying to submit a model following the tutorial here:
https://www.brain-score.org/tutorial/deepdive_2
However, when I run the local check `check_models.check_base_models(__name__)` I got the …
-
Hi
I failed to convert GFA (created by [nf-core/pangenome](https://github.com/nf-core/pangenome)) to rGFA with `gfa2rGFA.py` script from this project.
```
> cat panGraphViewer/panGraphViewerWeb/r…
-
I tried to create a new java project with the library I downloaded from https://github.com/tahaemara/weka-example and the import statements such as:
import weka.classifiers.Classifier;
import weka…
-
Hi,
While running Auto WEKA I am getting this error message.
Java executable could not be found. Please refer to "known issues " in the Auto-WEKA manual.
Please help me to resolve this. FYI I…
-
_From @DraXus on December 6, 2014 15:47_
Add a roadmap and further documentation to RapidMiner extension wiki page: https://github.com/openml/OpenML/wiki/RapidMiner-extension
_Copied from original …
-
_From @DraXus on February 14, 2015 15:17_
The following error is shown when trying to run task 17 in Weka 3.7.12 using Naive Bayes as classifier.
[14-02-2015 13:41:27] [INFO] [ARFF Cache] Stored dat…
-
```
Running experiment: Runs from: 1 to: 10
Datasets:
Custom property iterator: on
Custom property path:
1 org.openml.weka.experiment.TaskResultProducer::splitEvaluator ClassifierSplitEvaluator:…
-
Hey, I just tried AutoWEKA using the code from #349 and think I found two issues related to arff files and categories. I have only had a look at the KDD Appetency dataset (1111) because AW failed here…
-
Are there deeper thoughts behind using singular names for the Weka modules as `Weka::Filter`, `Weka::Clusterer` and `Weka::Classifier` instead of the plural names used in the original weka library `We…