Hello, I'm interested in using these metrics in the package we are building:
https://github.com/YosefLab/scib-metrics
which contains reimplementations of the scib metrics mostly using jax. I think it would be cool to include the balanced ari/ami here, but this package currently seems to contain superfluous and restricted dependencies (e.g., jupyterlab, and tight restrictions on numpy etc). Furthermore, there is some cython code that can make things complicated. However, it does look straightforward to reimplement that one function using numba for example.
Is there any interest in including these two changes (removing unnecessary dependencies and porting to use numba) here?
Hello, I'm interested in using these metrics in the package we are building:
https://github.com/YosefLab/scib-metrics
which contains reimplementations of the scib metrics mostly using jax. I think it would be cool to include the balanced ari/ami here, but this package currently seems to contain superfluous and restricted dependencies (e.g., jupyterlab, and tight restrictions on numpy etc). Furthermore, there is some cython code that can make things complicated. However, it does look straightforward to reimplement that one function using numba for example.
Is there any interest in including these two changes (removing unnecessary dependencies and porting to use numba) here?