Elías Snorrason
9f552ccf6a
apply black formatter
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-12 (push) Has been cancelled
CI / Test: Python 3.11 on macos-12 (push) Has been cancelled
CI / Test: Python 3.8 on macos-12 (push) Has been cancelled
CI / Test: Python 3.9 on macos-12 (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 Pages / deploy (push) Has been cancelled
GitHub Markdown Links / test (push) Has been cancelled
GitHub Pages / links (push) Has been cancelled
2024-06-12 03:14:36 +00:00
Jonas Mueller
24b687ae16
missing quote
2024-06-06 23:56:30 -07:00
Jonas Mueller
51c2749e67
Update report text to with more pointers
2024-06-06 23:54:06 -07:00
Elías Snorrason
25b7aaba7e
Improve KNN Graph Construction for Handling Exact Duplicates and Numerical Precision ( #1119 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2024-05-24 14:04:53 +00:00
Martin Zornoza Auñon
a043470e34
Refine handling of underperforming_group issue type ( #1099 )
...
Co-authored-by: Sanjana Garg <garg.sanjana.95@gmail.com >
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
2024-05-24 13:21:51 +00:00
Martin Zornoza Auñon
3effc12d6a
Improve null value checking by switching from np.isnan to pd.isna ( #1096 )
2024-05-23 02:34:29 +00:00
Elías Snorrason
71ba4b3209
Add a knn module ( #1117 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2024-05-14 13:59:15 -04:00
Elías Snorrason
2cd706976f
Use a safer value of median_nn_distance for division in duplicate.py ( #1116 )
2024-05-04 04:02:53 +00:00
Elías Snorrason
b13d27e9b9
Fix numerical instability with Euclidean distance metric ( #1113 )
2024-05-02 13:24:58 +00:00
Elías Snorrason
13442e2ed4
Use existing Datalab to audit new data for outliers ( #1112 )
2024-04-24 02:48:23 +00:00
Robin Chaillou
7660b450ca
Refine type hint in _process_find_label_issues_kwargs method ( #1101 )
...
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
2024-04-19 14:28:40 +00:00
Martin Zornoza Auñon
7b4b0690ae
Fix doctest issues in cleanlab/datalab/internal/issue_manager/label.py ( #1095 )
2024-04-12 10:12:52 +00:00
Martin Zornoza Auñon
0221f8b0a1
Fix internal multilabel label ( #1087 )
...
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
2024-04-10 21:24:18 +00:00
ChG
a0f24add61
Use existing Datalab to audit additional new data ( #1049 )
...
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
2024-04-06 02:51:59 +00:00
ChG
b751269fdc
Add user-facing cleanlab.data_valuation module ( #1050 )
...
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2024-04-04 01:48:20 +00:00
Elías Snorrason
2f2bc1fe18
Refine Scoring and Enhance Stability for Datasets with Identical Examples ( #1056 )
...
Enhance numerical stability and scoring accuracy for datasets with identical features
- Adjust minimum median values to 100x machine epsilon to prevent unstable operations.
- Implement specific scoring logic for outlier and near-duplicate issues in datasets with identical features, ensuring correct scores are assigned in such edge cases.
- Introduce unit tests to validate the expected behavior for datasets comprising entirely identical examples. Check an additional case with an extra unique example.
Related to issue #1055 .
2024-03-19 12:41:49 +00:00
Elías Snorrason
ac184552b6
Convert DataFrame features to numpy arrays in null value check ( #1045 )
2024-03-08 15:43:41 +00:00
Elías Snorrason
51a7d218e2
Fix error handling in get_issues method with empty issue dataframes ( #1025 )
2024-02-24 02:06:30 +00:00
Elías Snorrason
6c7705a45b
Support features as input for data valuation check in Datalab ( #1023 )
2024-02-23 00:15:22 -08:00
Elías Snorrason
d77625671d
Various docs updates ( #1015 )
2024-02-16 05:59:36 +00: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
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
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
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
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
070b6e5b42
Fix dev dependencies (pytest and black formatter) ( #975 )
2024-02-01 17:42:56 +00: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
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
3526e4e8db
Clarify knn_graph data ordering/formatting when user-provided ( #878 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2024-01-08 18:23:31 -08:00
Ganesh Tata
5e078339a7
Make Null Issue Manager User-Facing ( #927 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
2024-01-05 14:15:29 +00:00
Elías Snorrason
23af72a2bd
Near duplicate score transformation ( #943 )
2024-01-05 01:04:16 +00:00
Elías Snorrason
9ecfea1316
switch rarest class column to given label column ( #940 )
...
follow-up to #933
2024-01-03 10:00:56 +00:00
Ganesh Tata
b806cba4aa
Add imbalance class label to Issues Dataframe ( #933 )
...
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
2024-01-03 08:35:02 +00:00
Jonas Mueller
7eb9967a0b
class imbalance scores to still show rarest proportion even when is_i… ( #934 )
...
Co-authored-by: Ganesh Tata <tataganesh95@gmail.com >
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
2024-01-02 16:39:27 +00:00
Ryan Singman
bc10585352
Patch: epsilon for near duplicate ( #919 )
...
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
2023-12-21 13:03:51 +00:00
Ganesh Tata
15d39c5703
FEAT: Vectorize loops, bug fix ( #917 )
...
- Vectorize for loops for speedup
- Get null rows correctly
2023-12-18 15:24:38 +00:00
Ganesh Tata
4ad0b6e001
Add Class Imbalance issue type to Datalab defaults ( #912 )
2023-12-14 17:52:41 +00:00
Ganesh Tata
e25a14772b
Make underperforming group issue type user facing in Datalab ( #907 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2023-12-13 16:56:21 +00:00
Gibson Han
e90dea60c7
702 - Shorten Refs of classes and functions ( #831 )
...
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
Co-authored-by: tataganesh <tataganesh95@gmail.com >
2023-12-07 13:37:16 +00:00
Elías Snorrason
2e3608a2d8
Predictions for regression in Datalab ( #902 )
...
Co-authored-by: Hui Wen <45724323+huiwengoh@users.noreply.github.com >
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2023-12-07 04:26:16 +00:00
Ganesh Tata
dee32ad9a1
Underperforming Group Issue Type ( #838 )
...
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
2023-11-30 16:27:27 +00:00
Elías Snorrason
e9ee35f075
Test properties of near duplicate sets ( #895 )
...
* create and test strategy for generating knn_graph as test inputs
* test strategy for generating knn_graphs
- Each row has the distances sorted in ascending order in the csr-format.
- The indices of the neighbors are unique within a column and don't have the query point as a neighbor.
- If points a and b are mutual neighbors, they have the same distance between them.
* add property based tests for near-duplicate sets
* flag near-duplicate issues based on items in near duplicate sets.
2023-11-28 15:06:48 +00:00