Pratham Savaliya
Pratham Savaliya
To clarify, are we currently in the process of moving the private method ```_knn_shapely_score``` to the ```DataValuationIssueManager``` class to make it a standalone user-facing method under the ```data_valuation.py``` module?
Thank you @coding-famer for taking me into consideration, it's been great to work on this..
@elisno @jwmueller Including code block ``` python if np.isnan(labels).any(): raise ValueError("Labels must not contain null values") ``` under `cleanlab.datalab.internal.data.Multiclass.extract_labels` . does this look appropriate?
hey @elisno thank you for your review, i realize my mistake and after that i read docs, and practice exercises. can you please review my intuition if i'm not overlooking...
hey @jwmueller I've signed the CLA for issue,looking forward to review. thanks!
> @01PrathamS If you could structure the description of the PR based on the [Pull Request Template](https://github.com/cleanlab/cleanlab/blob/master/.github/pull_request_template.md), it would be really helpful for the reviewers. You do not have to...
hello @jwmueller , please checkout my submitted PR [new issue type spurious_correlation changes added](https://github.com/cleanlab/cleanlab/pull/872/commits/f6af4d4ad76593b159abd0cd84b22d6de0e0ac2a)
Done, @jwmueller
Hey @jwmueller I have taken a look at this particular issue, and it seems to me that I might have the basic understanding required to address it I would greatly...
Hello @jwmueller , I apologize for delay in submission. please checkout, ```python import numpy as np from sklearn.model_selection import cross_val_predict, cross_val_score from sklearn.naive_bayes import GaussianNB import warnings from statistics import...