Ayush Shridhar
Ayush Shridhar
Something along the lines of https://scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html
Point 6 in the installation doc had un-highlighted docker pull commands and missing hyperlinks.
Hello! I'm using the single command install to get KF, but it keeps failing. I'm sure it's because I have k8s 1.23, which KF hasn't been tested with (afaik). Has...
Fixes : #582 Caveat : StructuredColumnTransformer converts sparse matrices to dense matrices, increasing the memory size of the inputs. (https://github.com/mozilla/bugbug/blob/master/bugbug/utils.py#L44). Thus, I haven't been able to test the performance of...
Slightly out of the loop here, but some classifiers we can try out - Bert - RoBERTa - DistilBERT - GPT They've shown promising performance on most text based tasks,...
Opening an issue here to keep track of this. @dfdx @DrChainsaw Would be great if you could add details about what needs to be done to add complete support for...
The nomenclature might not be ideal since it's easy to confuse `jaxopt._src.fori_loop.fori_loop` for `jax.lax.fori_loop`. Let me know if that can be a problem and I'll rename it. I've also not...
Looks like most of this was moved to `examples/`. Should it be removed?
``` >>> from rank_bm25 import BM250kapi Traceback (most recent call last): File "", line 1, in ImportError: cannot import name 'BM250kapi' from 'rank_bm25' (/Users/ayush99/github/bbug/lib/python3.7/site-packages/rank_bm25.py) ```