Márton Kardos
Márton Kardos
This would also be a great way to detect overfitting! If a model performs better than humans it will look quite suspicious
This is a weird issue... I suspect that it is a Gradio problem, but I could not for the life of me reproduce it in an isolated environment. The reason...
I'd say the easiest way is to override the `preprocessor` attribute of a vectorizer: ```python from neofuzz import Process from sklearn.feature_extraction.text import CountVectorizer from pyphonetics import Metaphone metaphone = Metaphone()...
Now that you say, this would make a great addition to the docs probably
I agree, it is quite confusing. Though this should probably be a v2 thing.
@dokato Would you be interested in helping me out writing a bit about stratification for multilabel tasks?
This is quite curious, since we have a test case for this, and tests are passing. Can you provide info on which version you're using, along with PyNNDescent version? My...
What version of joblib are you using? Also, is using an older version of Python an option?
@NorthIsUp can I get your python, numba, pynndescent, numpy and joblib versions? I'm trying to look into this, but so far I'm failing to reproduce the error.
This is very curious, I've installed the latest versions of all packages along with Python 3.13 and The tests are still passing. Can you share a minimum reproducible example of...