【发布时间】:2017-03-15 17:56:22
【问题描述】:
我有一个由 numpy 数组组成的 numpy 数组,我想使用 Orange 对它们进行关联规则挖掘。如何将 numpy 数组转换为 Orange 数据表?
关于这个链接https://orange3-associate.readthedocs.io/en/latest/scripting.html#fpgrowth.frequent_itemsets 我试着用函数来做:fpgrowth.frequent_itemsets(X, min_support=0.2) 但我无法在我的 Windows 机器上安装 fpgrowth 包。
PS:我使用的是 python 2.7
【问题讨论】:
标签: python numpy datatable orange