chuanconggao / PrefixSpan-py

The shortest yet efficient Python implementation of the sequential pattern mining algorithm PrefixSpan, closed sequential pattern mining algorithm BIDE, and generator sequential pattern mining algorithm FEAT.
https://git.io/prefixspan
MIT License
414 stars 92 forks source link

Remove redundant type comments and fix format #15

Closed Ikuyadeu closed 4 years ago

Ikuyadeu commented 5 years ago

Thank you for developing a useful package. I am using this frequently. I add type helper instead of comments, it helps me to understand when I call this by import.

Ikuyadeu commented 4 years ago

@chuanconggao Thank you for merging!