Giter Site home page Giter Site logo

Bitmap implementation about scikit-mine HOT 5 CLOSED

scikit-mine avatar scikit-mine commented on June 16, 2024
Bitmap implementation

from scikit-mine.

Comments (5)

remiadon avatar remiadon commented on June 16, 2024

Closing this, no big opponents for now

from scikit-mine.

remiadon avatar remiadon commented on June 16, 2024

I already tried replacing roaringbitmap==0.7 by pyroaring==2.9.1 (another implementation), unittests are passing
I also re-ran the benchmarks, for SLIM there is no real difference, for LCM it drops by a factor of 1.2, which is acceptable

image

image

from scikit-mine.

remiadon avatar remiadon commented on June 16, 2024

I aslo had a bug running https://github.com/scikit-mine/scikit-mine/pull/80/checks?sha=1818177e56e32daf7ce21480b3a98411f91ad2eb when installing dependencies on ubuntu-latest with python 3.x (which turned into 3.9)

I (quick)fixed it by setting python-version: 3.7 in the CI

from scikit-mine.

remiadon avatar remiadon commented on June 16, 2024

#93 is using pyroaring because I got into big segfaults using roaringbitmap

Also note that pyroaring has a next_set_bit method, that appears to be very useful for sequential pattern mining, to answer questions like : "I am on position x, what is the next occurrence of event e from this position"

from scikit-mine.

thomasbtnfr avatar thomasbtnfr commented on June 16, 2024

Since v0.0.8, pyroaring is now used because roaringbitmap is not compatible with Python 3.11 at the moment.

from scikit-mine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.