pmml_exporter module

class pmml_exporter.PMML_Exporter(min_sup=0.0, min_conf=0.0, transaction_num=0, uniques=None, freq_itemsets=None, arules=None)[source]

Bases: object

PMML file format exporter used to visualize association rules in R

export(path='pmml.xml')[source]

Exports the association rules into PMML format

Parameters:path – File location to be saved (str)
Returns: