home.social

#scikit — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #scikit, aggregated by home.social.

  1. and, if needed, modify it.

    there are many python libraries out there:

    #OpenCV
    #SciPy
    #imageio
    #scikit-image (skimage)
    #matplotlib
    #Wand
    #Pillow (PIL Fork)

  2. Can you name that algorithm based on this dataflow representation?

    It's Linear Discriminant Analysis as implemented by Scikit Learn!

    I finished up a notebook showing how you can build an Array API compatible library with the egglog e-graph library in Python and use that to optimize a #scikit-learn algorithm with #numba

    egg-smol-python.readthedocs.io

    For more context, I gave a talk on the broader goals this summer:

    egg-smol-python.readthedocs.io

    youtube.com/watch?v=Pbi2uV9vWP

    #pydata #egraph #python

  3. 'HiClass: a Python Library for Local Hierarchical Classification Compatible with Scikit-learn', by Fábio M. Miranda, Niklas Köhnecke, Bernhard Y. Renard.

    jmlr.org/papers/v24/21-1518.ht

    #hiclass #hierarchical #scikit

  4. AH! Got the flash to use *image* processing functions for detecting pulses in a *sound file*. 😜
    Sachez que skimage.morphology.closing() and skimage.measure.label() both work on 1D images 😎
    but not regionprops, faut pas pousser... #python #soundprocessing #scikit-image #atomicsynchronator

  5. AH! Got the flash to use *image* processing functions for detecting pulses in a *sound file*. 😜
    Sachez que skimage.morphology.closing() and skimage.measure.label() both work on 1D images 😎
    but not regionprops, faut pas pousser... #python #soundprocessing #scikit-image #atomicsynchronator

  6. One of my favorite #scikit-hep #python packages is #vector github.com/scikit-hep/vector by @henryiii et.al. Provides #numpy / awkward-arrays of 3 & 4-vectors with broadcasted vector methods, including relativistic operations such as #lorentz boosting, as one might now from #ROOT vectors. Such a nice abstraction, writing vector math is as easy as doing it by hand and also runs super fast. Using this package almost feels like cheating. 1/N