-
71521e90d3
Match token/s in color_sentence (#397)
Elías Snorrason
2022-09-05 23:30:29 +00:00
-
afa217cb4a
Fix typing for find_label_issues (#391)
Elías Snorrason
2022-09-03 19:30:07 +00:00
-
d5d420f3cd
pep-8 pointer
Jonas Mueller
2022-09-02 18:57:47 -07:00
-
bcad13d6a2
read development guide
Jonas Mueller
2022-09-02 18:55:39 -07:00
-
c884dc5171
Cleanup token_classification.rank module (#393)
Elías Snorrason
2022-09-03 01:26:07 +00:00
-
6ec5b173dd
Cleanup token classification utils (#390)
Elías Snorrason
2022-09-02 00:07:39 +00:00
-
67767962f3
link projects in readme
Jonas Mueller
2022-09-01 00:12:08 -07:00
-
1b40ba0c6a
update Projects links, add link to wiki
Jonas Mueller
2022-09-01 00:06:08 -07:00
-
0b4e9089d5
avoid import *
Jonas Mueller
2022-08-31 22:22:36 -07:00
-
82096cbe36
Change verbose functionality in multiannotator functions (#389)
Hui Wen
2022-08-31 19:07:23 +01:00
-
31d4370701
Add missing docs pages (#381)
Jonas Mueller
2022-08-31 02:28:45 -07:00
-
6ab83fc37c
language improvements (#380)
Jonas Mueller
2022-08-30 16:38:56 -07:00
-
960c2b4ac1
CL functionality for multiannotator data (#333)
Hui Wen
2022-08-30 19:29:06 +01:00
-
1bad2f82a2
Adding functionality for cleanlab to find label errors in token classification datasets (#347)
Eric Wang
2022-08-30 12:17:07 -04:00
-
e987ec190d
switch docs links from latest release to stable (#379)
Elías Snorrason
2022-08-25 23:45:00 +00:00
-
0b5a089e37
fix typos in ci step names (#377)
Elías Snorrason
2022-08-24 16:01:20 +00:00
-
ba0110f29d
projects link and getting started instructions (#349)
Jonas Mueller
2022-08-23 01:07:21 -07:00
-
bf83c553bf
make pred_probs naming consistent in tutorials (#345)
Hui Wen
2022-08-17 22:52:25 -04:00
-
cccc8f8932
Fix capitalization in DEVELOPMENT.md (#340)
Eric Wang
2022-08-16 17:30:25 -04:00
-
9abbb26bba
Added mypy instructions to DEVELOPMENT.md guide (#339)
Ulyana
2022-08-15 23:01:36 -07:00
-
3fb4133a5c
np.array to np.ndarray
Curtis G. Northcutt
2022-08-09 03:30:57 -04:00
-
72d6c73a94
Clarify shapes of matrices in cj_multi_label
Curtis G. Northcutt
2022-08-09 03:25:03 -04:00
-
c0fe76c098
Changed all docstring instances of np.array to np.ndarray (#336)
Ulyana
2022-08-08 23:30:12 -07:00
-
e9db4bc30a
allow missing classes in assert_valid_class_labels (#335)
Hui Wen
2022-08-08 21:59:14 -04:00
-
b96a78405e
allow missing classes in get_label_quality_scores (#334)
Hui Wen
2022-08-08 16:23:01 -04:00
-
5b05bc5f62
update sphinx to v5 (#327)
Jonas Mueller
2022-08-08 03:14:28 -07:00
-
104e72dc07
typo
Jonas Mueller
2022-08-05 09:27:49 -07:00
-
4efb7df63f
missing/rare class comment (#332)
Jonas Mueller
2022-08-03 12:52:09 -07:00
-
dc515c93f3
Update filter.py (#331)
Jonas Mueller
2022-08-03 03:06:07 -07:00
-
878244f904
Re-order find_label_issues args for better clarity (#329)
Jonas Mueller
2022-07-29 14:15:46 -07:00
-
9a26254adc
language improvements
Jonas Mueller
2022-07-28 13:43:39 -07:00
-
85844e55cd
section headers in outlier tutorial
Jonas Mueller
2022-07-28 00:11:05 -07:00
-
b93fdebf30
Add compatibility for tensorflow and pytorch Dataset objects (#311)
Jonas Mueller
2022-07-27 21:42:13 -07:00
-
a0a8e15346
flip precision-recall plot (#326)
Jonas Mueller
2022-07-27 16:37:24 -07:00
-
86bedb39fa
missing backtick
Jonas Mueller
2022-07-26 17:54:17 -07:00
-
c6feb2ff40
Improved versioning compatibility for audio tutorial (#325)
Ulyana
2022-07-26 15:58:19 -07:00
-
8b60a381e4
validation.py: Annotate function args and return values (#317)
Elías Snorrason
2022-07-26 19:58:37 +00:00
-
346d101acd
Clarify language
Curtis G. Northcutt
2022-07-26 12:49:57 -07:00
-
cecaf7aec6
Add y argument as alternative to labels in CleanLearning.fit() (#322)
Elías Snorrason
2022-07-26 07:59:10 +00:00
-
b481a74d0d
Updated tutorials to include quickstart (#323)
Ulyana
2022-07-26 00:52:13 -07:00
-
d8a207b971
remove broken links
Jonas Mueller
2022-07-25 22:55:27 -07:00
-
571f29ddcd
model accuracy -> label error detection performance
Jonas Mueller
2022-07-25 21:22:10 -07:00
-
268e43e6ee
Some FAQ tips on how to improve CleanLearning (#324)
Jonas Mueller
2022-07-25 21:12:50 -07:00
-
a0e1227ae5
Allow KNN object to be returned by get_outlier_scores, Improved Tutorial (#319)
Jonas Mueller
2022-07-25 12:40:58 -07:00
-
5973a21958
revert links from master -> v2.0.0
Jonas Mueller
2022-07-23 16:46:34 -07:00
-
85ca7302a9
Updating tutorials hyperlink to 2.0.0 release (#318)
Aravind Putrevu
2022-07-24 05:06:01 +05:30
-
a18d4d2c71
patch missing timm in docs-requirements
Jonas Mueller
2022-07-23 15:52:18 -07:00
-
31545f1e5c
More guidelines added to docs readme (#321)
Jonas Mueller
2022-07-23 15:49:29 -07:00
-
008ad080db
Tips for editing the tutorial notebooks (#320)
Jonas Mueller
2022-07-22 18:17:55 -07:00
-
b8e85284c6
Added outlier detection tutorial into docs (#310)
Ulyana
2022-07-22 15:40:03 -07:00
-
af9902ace9
improve use experience remove link to tutorials (#316)
Curtis G. Northcutt
2022-07-21 15:06:37 -07:00
-
a4f51327db
fix KNN default k-value bugs (#315)
Jonas Mueller
2022-07-21 15:00:51 -07:00
-
ffbe47835e
update slack link (#313)
Jonas Mueller
2022-07-20 18:31:39 -07:00
-
6c6c13664e
Standardize naming on K, num_classes and N, num_examples (#312)
Hui Wen
2022-07-18 21:50:17 -04:00
-
fef76ba357
Added support to build KNN graph with only training data (#305)
Ulyana
2022-07-14 10:36:10 -07:00
-
9c543c6cba
error for missing classes, consistency on determining num_classes, code cleanup (#308)
Jonas Mueller
2022-07-12 14:45:20 -07:00
-
0705ff2d0a
Add static type checking
Anish Athalye
2022-07-06 17:10:00 -04:00
-
0163751192
Proper validation of
labels values/format across package (#301)
Jonas Mueller
2022-07-01 23:53:30 -07:00
-
36bfddc354
Added 4 more FAQs to faq doc (#303)
Ulyana
2022-07-01 18:01:48 -07:00
-
f7328e8b67
Created FAQ Page in the Cleanlab documentation (#294)
Ulyana
2022-06-29 10:24:50 -07:00
-
f62bc36e54
Allow CleanLearning to use validation data in each fold (#295)
Hui Wen
2022-06-29 01:04:22 -04:00
-
942d97e5b8
Updated docs/README to suggest wget install for macOS (#293)
Ulyana Tkachenko
2022-06-27 22:25:47 -07:00
-
4bd688f51c
update tf_io and hf_hub versions (#291)
Jonas Mueller
2022-06-24 06:51:58 -07:00
-
69551fbd38
downgrade tensorflow-io (#290)
Jonas Mueller
2022-06-24 06:05:03 -07:00
-
c8701485ba
downgrade huggingface_hub version (#289)
Jonas Mueller
2022-06-24 05:45:28 -07:00
-
ffd6fc1b35
Make CleanLearning work with pandas and other non-numpy feature objects X (#285)
Jonas Mueller
2022-06-24 04:01:55 -07:00
-
5e0b62d797
Drop dependency on SciPy (#286)
Anish Athalye
2022-06-20 21:48:38 -07:00
-
af11106e77
Clarify labels format (#282)
Curtis G. Northcutt
2022-06-20 12:58:24 -07:00
-
29026b48f9
Add common variable names.
Curtis G. Northcutt
2022-06-20 11:53:24 -07:00
-
28a1a7aa0e
Merge pull request #264 from cgnorthcutt/fix_thresholds_multilabel
Curtis G. Northcutt
2022-06-20 11:10:53 -07:00
-
-
eb54447901
Change shape (N, ) back to (N,) to adhere to numpy standard
Curtis G. Northcutt
2022-06-20 11:10:00 -07:00
-
25036dc48e
clarify expectation for labels
Curtis G. Northcutt
2022-06-20 10:32:28 -07:00
-
5bbea05992
Replace shape (N,) with (N, ) everywhere
Curtis G. Northcutt
2022-06-20 10:30:12 -07:00
-
1f40bdcd67
clarify all labels must be present in docstring
Curtis G. Northcutt
2022-06-19 16:00:51 -07:00
-
670d9d680e
use shape[1] instead of unique everywhere. replace K with num_classes
Curtis G. Northcutt
2022-06-19 15:56:13 -07:00
-
fc0db77892
remove unused code and unused param in docstring
Curtis G. Northcutt
2022-06-19 15:46:52 -07:00
-
215945f690
Remove redundant code. replace unique with pred_prob shape 1
Curtis G. Northcutt
2022-06-19 15:45:29 -07:00
-
b970496a0f
update slack invite link (#280)
Jonas Mueller
2022-06-19 15:08:10 -07:00
-
f918b82d80
Provide example label formats in tutorials (#279)
Jonas Mueller
2022-06-16 11:41:56 -07:00
-
07c8ce655d
Add issue templates (#278)
Anish Athalye
2022-06-14 17:49:18 -04:00
-
1f1d02435d
overlapping_desc (#277)
Jonas Mueller
2022-06-14 11:29:39 -07:00
-
7d498a8c39
black formatting (#273)
Jonas Mueller
2022-06-10 10:43:27 -07:00
-
673c117ba7
code formatting (#271)
Jonas Mueller
2022-06-10 10:37:22 -07:00
-
d7e9e4b073
docstring clarifications (#270)
Jonas Mueller
2022-06-10 10:36:23 -07:00
-
d902197191
Add KNN distance OOD scoring function and unit tests (#268)
Johnson Kuan
2022-06-01 17:14:32 -07:00
-
e1ba5ae25f
Developed class that allow the use of cleanlab with tensorflow and huggingface models (#247)
MattiaSangermano
2022-06-02 02:02:29 +02:00
-
04877081f3
Add Negative Log Loss Weighting Scheme for Ensemble Label Quality Score (#267)
Johnson Kuan
2022-05-26 16:55:04 -07:00
-
6a810d0027
Instructions to manually add docs' build artifacts (#234)
Wei Jing
2022-05-27 02:51:42 +08:00
-
25b5a95c95
Upgrade to latest version of coverage (#262)
Anish Athalye
2022-05-25 02:21:48 -04:00
-
160f6d2259
bump TF version used in docs
Jonas Mueller
2022-05-24 23:19:31 -07:00
-
7aa34a33ba
Fix bug. get thresholds broken for multi_label
Curtis G. Northcutt
2022-05-20 21:55:32 -04:00
-
-
29ef9959c4
Change stable docs link and add Jonas 1:1 session link (#261)
Wei Jing
2022-05-20 04:45:26 +08:00
-
4aab0b0a56
create latest_release.txt file (#231)
Wei Jing
2022-05-19 17:26:46 +08:00
-
a3181d2913
Fix line index of CleanLearning(), some text of links, etc. (#260)
Shuangchi He
2022-05-19 02:04:50 +08:00
-
6bd6c079fd
Use correct name of company (#258)
Caleb Chiam
2022-05-14 15:25:05 -04:00
-
6cb23afa1f
Fix link checking (#257)
Anish Athalye
2022-05-12 23:07:09 -04:00
-
a782649680
development instructions for running all examples/ notebooks (#174)
Jonas Mueller
2022-05-10 18:20:17 -07:00
-
5ca7ae7472
Add print to coveragerc (#251)
Jonas Mueller
2022-05-10 18:01:25 -07:00
-
a1f8be034b
Allow users to pass custom weights for ensemble label quality scoring (#255)
Johnson Kuan
2022-05-10 18:00:28 -07:00
-
2ff0535410
reorder badges
Curtis G. Northcutt
2022-05-05 03:32:19 -04:00