更新 12.FP-growth md文件

This commit is contained in:
jiangzhonglian
2017-04-01 00:24:40 +08:00
parent 92d1935603
commit 3548851351
2 changed files with 0 additions and 7 deletions

View File

@@ -26,5 +26,3 @@
## 项目实战
* 1.从Twitter文本流中挖掘常用词。
* 2.从网民页面浏览行为中挖掘常见模式。

View File

@@ -1,5 +0,0 @@
class Test:
if __name__ == "__main__":
fza=frozenset(['a','bc'])
adict={fza:1,'b':2}
print(adict)