Skip to content

ToshuuMilia/scikit-mine

 
 

Repository files navigation

https://img.shields.io/badge/powered%20by-INRIA-orange.svg?style=flat&colorA=384257&colorB=E23324 https://pepy.tech/badge/scikit-mine

Scikit-mine : pattern mining in Python

Resources

Quickstart

scikit-mine is a Python module for pattern mining built on top of Pandas/Numpy/SciPy and is distributed under the 3-Clause BSD license.

It is currently maintained by a team of volunteers.

See examples in the tutorials; the notebooks are available here.

Dependencies

scikit-mine requires Python>=3.6, and some extra dependencies

  • scipy>=1.2.1
  • pandas>=1.0.0
  • sortedcontainers>=2.1.0
  • roaringbitmap==0.7
  • joblib>=0.11.1

scikit-learn is not a dependency. However, scikit-mine is contiuously tested for interactions with scikit-learn

Development

This project is funded by the INRIA center in Rennes, Brittany, France.

We welcome new contributors of all experience levels.

Internal Contributors

Packages

No packages published

Languages

  • Python 99.7%
  • Makefile 0.3%