This repository has been archived by the owner on Apr 2, 2020. It is now read-only.
Release v0.3.9
plot_learning_curve
method of moduleweka.plot.classifiers
now accepts a list of test sets;
*
is index of test set in label template string- added
missing_value()
methods toweka.core.dataset
module andInstance
class - output variable
y
for convenience methodcreate_instances_from_lists
in module
weka.core.dataset
is now optional - added convenience method
create_instances_from_matrices
toweka.core.dataset
module to easily create
anInstances
object from numpy matrices (x and y)