ayhyap

Results 4 comments of ayhyap

Don't know if this is still getting any updates, but I just wanted to point out that the class implementation above (https://github.com/iridiumblue/roc-star/issues/2#issuecomment-709645076) is at risk of data leakage if used...

> Hi Camilo here is the link if the database https://stanfordmlgroup.github.io/competitions/chexpert/. Sorry I forgot to put it later. If you're using that dataset, remember to use the high-resolution images (439GB)....

> Was anybody able to download the dataset with wget command? I left my computer on the whole weekend but nothing happened. I still only see the folders and the...

I recently encountered this problem as well. After digging into the code and manually removing [the sigmoid](https://github.com/Lightning-AI/torchmetrics/blob/a1bf5694bfc823d63d20a501a3f92309b703724d/src/torchmetrics/functional/classification/precision_recall_curve.py#L186), the results more closely matched the ones from sklearn's implementation. Is there actually...