提交

1550 次代码提交

作者 SHA1 备注 提交日期
Elías Snorrason 3f07a88f92 update RELEASE_VERSIONS for docs conf.py (#1017)
CI / Test: Python 3.10 on windows (push) Has been cancelled
CI / Test: Python 3.11 on windows (push) Has been cancelled
CI / Test: Python 3.8 on windows (push) Has been cancelled
CI / Test: Python 3.9 on windows (push) Has been cancelled
CI / Test: Python 3.10 on macos-latest (push) Has been cancelled
CI / Test: Python 3.11 on macos-latest (push) Has been cancelled
CI / Test: Python 3.8 on macos-latest (push) Has been cancelled
CI / Test: Python 3.9 on macos-latest (push) Has been cancelled
CI / Test: Python 3.10 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.11 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.8 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.9 on ubuntu-latest (push) Has been cancelled
CI / Test without optional dependencies and with minimum compatible versions of dependencies (push) Has been cancelled
CI / Type check (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Check for unused/wildcard imports (push) Has been cancelled
CI / Lint Notebooks (push) Has been cancelled
GitHub Markdown Links / test (push) Has been cancelled
v2.6.0
2024-02-16 06:16:45 +00:00
Elías Snorrason 2c11d02938 bump version (#1016) 2024-02-16 06:08:39 +00:00
Elías Snorrason d77625671d Various docs updates (#1015) 2024-02-16 05:59:36 +00:00
Elías Snorrason 9fbf3fa89e Add ignore_url for forbidden stack overflow link in links.yml (#1014) 2024-02-16 02:29:32 +00:00
Elías Snorrason 708e81edcf add nbconvert library to requirements.txt (#1013)
Pin it to version 7.13 to avoid possible tqdm error, discussed in https://github.com/jupyter/nbconvert/issues/2092

Maybe unrelated to weird tqdm outputs in notebook tutorials in the docs.
2024-02-16 01:53:39 +00:00
Elías Snorrason f7d6934fff Update tqdm import in filter.py and summary.py (#1012) 2024-02-15 18:26:11 +00:00
Elías Snorrason c7648cf06c Update tqdm import to use tqdm.autonotebook (#1011) 2024-02-15 12:35:01 +00:00
Jonas Mueller 2756d483ab clarifications to datalab documentation (#1010)
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2024-02-14 19:17:03 +00:00
Yiran Shi 79b16e68d1 Single Class Span Classification Support (#982)
* add single class span classification support
2024-02-14 20:17:04 +05:30
Sanjana 5612ddf6c0 Merge pull request #1009 from sanjanag/update-cleanvision
Updated cleanvision version to 0.3.6
2024-02-13 14:10:01 -08:00
Sanjana Garg e2bc7d736b Updated cleanvision version 2024-02-13 09:02:10 -08:00
Elías Snorrason a73dcbf59b Provide typehint in _Displayer (#1008) 2024-02-12 20:34:41 -08:00
Elías Snorrason 22287faa25 Registry docstring updates (#1007) 2024-02-12 20:15:48 -08:00
Jonas Mueller 642afd171d link to datalab issue guide from the datalab tutorials as well (#1001)
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2024-02-12 20:07:07 -08:00
Elías Snorrason e9f6fb9b6f Refactor display logic in RepresentationStrategy and _Displayer classes (#1006) 2024-02-12 19:06:53 -08:00
Elías Snorrason fd0dcd2c97 Improve the datalab.display module (#1005) 2024-02-12 19:02:42 -08:00
Elías Snorrason 1ed51aa35a Fix issue summary in report.py to omit undetected issue types (#1003)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2024-02-12 16:53:10 -08:00
Elías Snorrason 5408abe9bf Class Imbalance issue checker should not run if labels are not provided in Datalab (#1000) 2024-02-12 16:10:09 -08:00
Elías Snorrason d3aba50c4e Multilabel class order (#997)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2024-02-12 16:09:08 -08:00
Elías Snorrason b25d54f380 Make features optional in Underperforming Group issue check(#999) 2024-02-12 15:46:33 -08:00
Elías Snorrason bc22a6a4a9 Add label_issues_cl cell to regression.ipynb (#998)
Assert that CleanLearning label issues match the Datalab label issues
2024-02-12 14:39:05 -08:00
Elías Snorrason 175d444ff0 Update regression tutorial with Datalab functionality (#992)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2024-02-12 12:04:28 -08:00
Jonas Mueller 8c9bc7c350 add other issue types section header in multilabel tutorial (#994) 2024-02-12 10:47:34 -08:00
Elías Snorrason b640fb5b8f Add underperforming_group issue type among the Datalab defaults (#990)
Closes #910
2024-02-12 08:27:14 -08:00
Elías Snorrason 16c5866a8b Add Task enum for specifying machine learning task within Datalab (#971) 2024-02-08 15:35:38 -07:00
Elías Snorrason bc9fd539fb Increase deadline for test_find_label_issues for multilabel data (#985) 2024-02-08 08:33:54 -07:00
Hui Wen f03cdd8f3c add datalab extra in multilabel tutorial (#984) 2024-02-08 08:11:31 -06:00
Jonas Mueller 6c1882bbcc fix typos in object detection notebook (#983) 2024-02-08 00:02:06 -07:00
Elías Snorrason 5540959173 Add existing issue managers to more tasks (#979)
Co-authored-by: Sanjana <sanjanag@users.noreply.github.com>
2024-02-07 22:05:21 -07:00
Aditya Thyagarajan 2b6ad95c32 add exploratory analysis for objectlab (#969)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2024-02-07 21:19:05 -07:00
Jonas Mueller 077f5a9369 convey datalab generality in multilabel tutorial (#981) 2024-02-07 16:45:46 -07:00
Elías Snorrason 387ffa3504 Add a show_all_issues  optional argument to Datalab.report() (#970)
Co-authored-by: Sanjana <sanjanag@users.noreply.github.com>
2024-02-07 14:52:00 -07:00
Elías Snorrason bad83457f3 Drop Python 3.7 support and add Python 3.11 support (#980) 2024-02-07 14:46:58 -07:00
Jonas Mueller 59d6e3fd65 link at bottom of docs homepage (#978) 2024-02-05 07:22:37 -06:00
Elías Snorrason 070b6e5b42 Fix dev dependencies (pytest and black formatter) (#975) 2024-02-01 17:42:56 +00:00
Aditya Thyagarajan 22dd845c48 add bbox area computation (#968) 2024-01-25 20:21:06 -08:00
Ulyana 0d30452da5 Add docstring clarification to Object Detection bbox shapes (#954)
Co-authored-by: Aditya Thyagarajan <aditya1593@icloud.com>
2024-01-24 09:33:23 -08:00
Ganesh Tata 51de77768d Multilabel Issue Manager for Classification (#929)
* Add Multilabel label issue manager

* Add task validation in Datalab constructor

* Add type checks for labels in issue managers

* Refactor code to use Datalab for finding label issues in multi-label classification tutorial

---------

Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2024-01-24 00:14:04 +00:00
Elías Snorrason 3910f0d955 Revert sklearn and tf version caps (#965)
Update tolerance model parameter in the audio tutorial.
2024-01-22 16:07:16 +00:00
Elías Snorrason 7504a21cf7 Postprocess opengraph urls (part 3) (#964) 2024-01-19 15:41:48 +00:00
Elías Snorrason 699cd2b723 Fix URL replacement regex in gh-pages.yaml (#963)
- Switch to double-quoted scalar
- Escape double quotes in tag
- Omit ending backslash in first group to write a valid replace pattern
2024-01-19 15:16:38 +00:00
Elías Snorrason 437d3f3f54 Postprocess opengraph urls (part 2) (#960) 2024-01-19 12:46:58 +00:00
Elías Snorrason 67fe249386 Temporarily cap Tensorflow and scikit-learn versions (#961) 2024-01-19 12:46:30 +00:00
Elías Snorrason 8c83ae8ae4 Postprocess opengraph urls (#959)
Update find-replace patterns
2024-01-18 15:01:54 +00:00
Elías Snorrason 9315431410 Add missing ref to url links in OpenGraph metadata (#958)
Attempt to find-replace meta tags with proper urls
2024-01-17 23:03:12 +00:00
ChG 89866d53b4 make data valuation issue manager user facing (#925)
Co-authored-by: Ganesh Tata <tataganesh95@gmail.com>
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2024-01-17 17:49:58 +00:00
Elías Snorrason 15bec56103 Rescale ood scores in outlier package (#953)
Co-authored-by: Ulyana <ulya.tkach@gmail.com>
2024-01-17 17:42:23 +00:00
Elías Snorrason a8d2170f0d add extention to docs for Open Graph metadata (#881) 2024-01-16 18:10:50 +00:00
Anish Athalye 1bd16eec41 Ignore hash for GitHub URLs (#956)
The HTML page returned by GitHub no longer contains ID attributes for
line numbers or headers (from user's Markdown files); the functionality
is implemented in JavaScript now.
2024-01-12 22:16:10 +00:00
Aditya Thyagarajan b2de6bbefb add property based test for multilabel classification (#945)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2024-01-10 14:55:09 +00:00