This repository has been archived by the owner on Apr 2, 2020. It is now read-only.
- added console scripts:
pww-associator
,pww-attsel
,pww-classifier
,pww-clusterer
,pww-datagenerator
,pww-filter
- added
serialize
,deserialize
methods toweka.classifiers.Classifier
to simplify loading/saving model - added
serialize
,deserialize
methods toweka.clusterers.Clusterer
to simplify loading/saving model - added
serialize
,deserialize
methods toweka.filters.Filter
to simplify loading/saving filter - added methods
plot_rocs
andplot_prcs
toweka.plot.classifiers
module to plot ROC/PRC curve on same dataset
for multiple classifiers - method
plot_classifier_errors
ofweka.plot.classifiers
module now allows plotting predictions of multiple
classifiers by providing a dictionary - method
create_instances_from_matrices
from moduleweka.core.dataset
now allows string and bytes as well - method
create_instances_from_lists
from moduleweka.core.dataset
now allows string and bytes as well