Questions tagged [weka]

Originally written in Java, Weka (also known as Waikato Environment for Knowledge Analysis) is a freely available machine learning library that offers open source solutions.

Is it possible to use the Weka plugin for Fiji in Python?

After utilizing the Weka plugin within Fiji to generate a classifier, I received both an arff file and a .model file (classifier). I am curious if it's possible to integrate this into Python for SVM application. Here is a snapshot of how I am currently u ...

Adjusting attributes within a weka.core.dataset.Instances entity

Currently utilizing python-weka-wrapper3 to handle an arff dataset that has been loaded. kc1_class_arff = arff_loader(DATA_PATH, "/kc1_class.arff") The final column in this particular dataset goes by the name of NUMDEFECTS and contains float val ...