You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ To quickly learn how to run cleanlab on your own data, first check out the [quic
16
16
| 6 |[find_tabular_errors](find_tabular_errors/find_tabular_errors.ipynb)| Handle mislabeled [tabular data](https://github.com/cleanlab/s/blob/master/student-grades-demo.csv) to improve a XGBoost classifier. |
17
17
| 7 |[cnn_mnist](cnn_mnist/find_label_errors_cnn_mnist.ipynb)| Finding label errors in MNIST image data with a [Convolutional Neural Network](https://github.com/cleanlab/cleanlab/blob/master/cleanlab/experimental/mnist_pytorch.py). |
18
18
| 8 |[huggingface_keras_imdb](huggingface_keras_imdb/huggingface_keras_imdb.ipynb)| CleanLearning for text classification with Keras Model + pretrained BERT backbone and Tensorflow Dataset. |
19
-
| 9 |[fasttext_amazon_reviews](fasttext_amazon_reviews/fasttext_amazon_reviews.ipynb)| Finding label errors in Amazon Reviews text dataset using a cleanlab-compatible [FastText model](https://github.com/cleanlab/cleanlab/blob/master/cleanlab/experimental/fasttext.py). |
19
+
| 9 |[fasttext_amazon_reviews](fasttext_amazon_reviews/fasttext_amazon_reviews.ipynb)| Finding label errors in Amazon Reviews text dataset using a cleanlab-compatible [FastText model](https://github.com/cleanlab/cleanlab/blob/master/cleanlab/models/fasttext.py). |
20
20
| 10 |[multiannotator_cifar10](multiannotator_cifar10/multiannotator_cifar10.ipynb)| Iteratively improve consensus labels and trained classifier from data labeled by multiple annotators. |
21
21
| 11 |[active_learning_multiannotator](active_learning_multiannotator/active_learning.ipynb)| Improve model performance by iteratively collecting additional labels from annotators. This active learning pipeline allows for examples labeled in batches by multiple annotators. |
22
22
| 12 |[outlier_detection_cifar10](outlier_detection_cifar10/outlier_detection_cifar10.ipynb)| Train AutoML for image classification and use it to detect out-of-distribution images. |
0 commit comments