npc_gzip icon indicating copy to clipboard operation
npc_gzip copied to clipboard

Results 11 npc_gzip issues
Sort by recently updated
recently updated
newest added

Let the example adapt to any compression algorithm (that conforms to spec) by importing the module under an exception handler. Example using zstd, which is not found in the original...

Hi, I looked into the OOD results and many examples in the test sets seem to be in the train set. E.g. DengueFilipino has the same train and test set....

Hi, How I can save and load the trained model for prediction, without re-train it.? Thanks

Is there a way to multi thread this in python 3.9 so that It runs faster?

Hi there! First of all, I appreciate the team for putting in the work for this research paper. I would like to preface this by saying that my comments here...

added examples for the other two compressor types. eventually i want to add support for other compressors that don't come stock with python

Hey! I've been playing around with this method and I've noticed something interesting. When calculating the NCD you use ```python ncd = (Cx1x2 - min(Cx1, Cx2)) / max(Cx1,Cx2) ``` And...

https://github.com/bazingagin/npc_gzip/blob/a46991564161023bba3b1267e0e74c69dab8f8eb/experiments.py#L116 It appears that in the `calc_acc` method it marks a sample correct if ANY of the labels with the same `most_count` have the correct label. For `k=2` (I think...

![image](https://github.com/bazingagin/npc_gzip/assets/83174252/3d154a31-b67b-4c7d-b054-8ea46c7a72a5) I tested Filipino and AG_NEWS datasets, but I couldn’t achieve the accuracy mentioned in your paper. I’m not sure where I went wrong.