Zhaowei Zhu

Results 7 comments of Zhaowei Zhu

> Dear game initiator, I noticed that the official code divides the verification set. Do we also need to divide the verification set? Can we train on the complete training...

Thank you for the good catching. Yes, the output is taken log twice. I comment out this [Line](https://github.com/UCSC-REAL/HOC/blob/f26a6eb216ec2c40b47bf5eabdad7b5ba4a93026/main.py#L39) `# outputs = torch.log(outputs)` now.

Yes. We have integrated SimiFeat into Docta. Please refer to [this repo](https://github.com/Docta-ai/docta).

Hi @bakachan19 , Thank you for being so interested in our paper. For the score function, the 1st input arg of `get_score` is `knn_labels_cnt` obtained from function `count_knn_distribution`, which is...

> Hi. Thanks for providing the code to this interesting method you proposed. > > I have a question regarding the implementation of the Score function. In the paper, the...

> Hi @zwzhu-d. > > Thank you for taking the time and getting back to me. I am sorry, but I am not sure I follow your explanation: `To exactly...

Hi @nazaretl , Thank you for your question. You may want to check our recent open-source tool [Docta](https://github.com/Docta-ai/docta) for possible extensions on tabular data and detecting noisy instances.