Ken Schutte

Results 6 comments of Ken Schutte

Thanks for the reply. Sorry if this added extra stress to your thesis day! Now, I understand that this is the desired behavior rather than a bug. Why do I...

Wow. It looks like the issue is in the original huggingface datasets. Lots of duplicates too. Here are the stats using only huggingface `datasets.load_dataset()`: ```python from datasets import load_dataset from...

Okay, you're free to use the wording that you see fit and think readers will understand. I didn't write the blog post or this issue to make you change the...

Okay, last comment on this :) Why report the **max** rather than the **mean**? A "fair" classifier can certainly use randomness and you may want to run it multiple times...

@twjang Yes, this is reasonable strategy. For `k=2` (used in paper), the only ties are `1-1`, so that strategy is equivalent to `k=1` (just take nearest neighbor). @flipz357 The actual...

What command did you run? Use `--all_train` and `--all_test`