xiaokening

Results 4 issues of xiaokening

After I use cleanlab to find near_duplicate_issue of my data, I don't know how to deal with the data whose is_near_duplicate_issue is True(these data are indeed near duplicated) to improve...

question

the shape of pred_probs is (351133, 1522), the shape of embedding is (351133, 45812) the code snippet is below: `lab = Datalab(data_for_train, label_name="vps")` `lab.find_issues(pred_probs=pred_probs,features=embeddings,issue_types={"outlier": {}, "near_duplicate": {}, "non_iid": {}})` `lab.report()`...

question

# Ask a Question I got the following error when I try to use Shape Inference.Can anyone help me,Thanks! ![image](https://user-images.githubusercontent.com/49867109/200570877-6eeccd0f-9c1e-4575-a436-c5466d0c9225.png) ![image](https://user-images.githubusercontent.com/49867109/200570954-5a23630f-01eb-49b9-95be-67d404cd65b6.png)

question

## Description When I train xtransformer with pecos model, a training error occurs in the matcher stage. the size of dataset is 108457, Hierarchical label tree: [32, 1102]。In the matcher...

bug