- Added CrossValCurate to curate noisy text classification datasets with support for
- TfidfVectorizer, CountVectorizer and SentenceTransformer objects as feature extractors
- Sklearn classifiers which implement 'predict_proba' method as curation model
- Calibration of prediction probabilities of curation model
- Added Util functions to
- Simulate noisy labels in text classification
- Fetch information to assist debugging
- Added corresponding tests and documentation