This repository was 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,deserializemethods toweka.classifiers.Classifierto simplify loading/saving model - added
serialize,deserializemethods toweka.clusterers.Clustererto simplify loading/saving model - added
serialize,deserializemethods toweka.filters.Filterto simplify loading/saving filter - added methods
plot_rocsandplot_prcstoweka.plot.classifiersmodule to plot ROC/PRC curve on same dataset
for multiple classifiers - method
plot_classifier_errorsofweka.plot.classifiersmodule now allows plotting predictions of multiple
classifiers by providing a dictionary - method
create_instances_from_matricesfrom moduleweka.core.datasetnow allows string and bytes as well - method
create_instances_from_listsfrom moduleweka.core.datasetnow allows string and bytes as well