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
Gaétan Lepage
bed10f5bdf
Fix numpy2 compatibility ( #1224 )
2025-01-10 20:06:05 -08:00
Martin Zornoza Auñon
ca3892994e
Optimize multiannotator.py for performance ( #1077 )
...
Co-authored-by: Hui Wen <45724323+huiwengoh@users.noreply.github.com >
2024-05-15 00:06:02 -04:00
Elías Snorrason
4ce9f771c8
Unify softmax implementations ( #826 )
...
* unify softmax implementations
* Refine mypy type hint in _set_fine_search_range function
- Update type hint for `min_entropy_ind` from built-in `int` to `np.intp`.
- This refinement addresses a type compatibility warning.
- `np.intp` is the integer type used by numpy for indexing and can differ in size from the built-in Python `int` depending on the platform (32-bit vs 64-bit).
- Mypy highlighted this type hint discrepancy.
* add unit tests for softmax
---------
Co-authored-by: Hui Wen <45724323+huiwengoh@users.noreply.github.com >
2023-08-30 00:22:05 +00:00
Hui Wen
0adce8290f
50x speedup for multiannotator module ( #821 )
2023-08-16 18:39:06 -07:00
Hui Wen
b9102017bd
Add more descriptive error messages for multiannotator modules ( #784 )
2023-07-27 14:25:19 -04:00
Hui Wen
fa1db6e1d5
Bug fixes + improvements to multiannotator module ( #654 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2023-03-20 23:36:41 -07:00
Ulyana
c191d8781d
Fix format compatibility with latest black==23. release ( #620 )
2023-02-07 10:01:45 -08:00
Aditya Thyagarajan
7b589f6d63
updating copyright year to include 2023 ( #594 )
2023-01-06 21:25:57 -08:00
Hui Wen
f61469420b
Multiannotator Active Learning Support ( #538 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
2022-12-21 18:31:24 -08:00
Hui Wen
1085faca4a
support missing classes in multiannotator functions ( #519 )
2022-11-03 23:25:03 -07:00
Jonas Mueller
2bff4d5dd6
Better missing class support for label quality scoring ( #518 )
2022-11-02 18:14:16 -07:00
Hui Wen
738acae810
Point to format label function for multiannotator ( #506 )
2022-10-25 10:52:21 -07:00
Hui Wen
f8a831d239
Add internal function to properly format labels ( #504 )
2022-10-24 10:54:59 -07:00