Ulyana
04d9ad51d1
Remove Tensorflow from docs + code ( #1289 )
2026-01-08 20:25:06 -08:00
Ulyana
980c6ddc07
Extend package support Python 10-14 + relax dependencies ( #1276 )
2026-01-07 14:11:40 -08:00
Jonas Mueller
0167accd0a
license ( #1263 )
...
change license to Apache 2.0
---------
Co-authored-by: Anish Athalye <me@anishathalye.com >
2025-12-15 16:56:30 -08:00
Jonas Mueller
aac393ae7e
clear unused imports from test_frameworks
2024-07-09 02:07:04 -04:00
Jonas Mueller
a02093bf15
Move models.fasttext wrapper to examples repo ( #1173 )
2024-07-08 22:10:52 -07:00
Ganesh Tata
3fb20e9596
CI: Run slowest tests at the end and fail early ( #900 )
2023-12-14 17:59:28 +00:00
Hui Wen
4d2753ae05
Fix KerasWrapper summary method ( #631 )
2023-02-12 18:40:52 -08:00
Hui Wen
6aaee8332b
Create new cleanlab.models module ( #601 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
2023-02-07 10:03:32 -08:00
Aditya Thyagarajan
7b589f6d63
updating copyright year to include 2023 ( #594 )
2023-01-06 21:25:57 -08:00
Hui Wen
248bb91378
Revamp text tutorial to use cleanlab Keras wrapper ( #584 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2023-01-06 08:53:02 -08:00
Mohit Saxena
57adf33369
Adding pylint CI checks ( #465 )
...
* Update ci.yml
* remove unused import
* 💚 merge pylint jobs
* 🔧 add .pylintrc
* 🚨 handle pylint errors
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
2022-09-23 16:10:03 +00:00
Hui Wen
5603b1c8a6
Extend KerasWrapper to Functional API ( #434 )
...
* add keras functional api wrapper
* add breif docstring
* minor unittest edit
* edit unittest
* update docstring
* make unittest less strict
2022-09-14 13:10:12 -07:00
Jonas Mueller
b93fdebf30
Add compatibility for tensorflow and pytorch Dataset objects ( #311 )
...
* validation_func docstring
* torch,tf compatibility+tests
* keras test
* skip tests if python < 3.7
* pytorch numpy int bug on windows
* make tensorflow test work on windows
* move tf env variable setting
* pytorch test increase epochs
* install cpu-tensorflow on windows CI
* torch test optimizer to adam
* fix bugs in shuffled TF dataset
* dummy unit test for TF on windows
* dummy code for TF windows testing
* deal with np.int bug on windows
* remove windows debugging code
* docstrings for new functionality
* address merge conflicts
* reformat after merge
* addressed comments
2022-07-27 21:42:13 -07:00