Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
1987d0d
feat: Implement VannAbers calibration method for both binary and mult…
dimoibiehg Oct 17, 2025
a9ab37a
fix: type check for self.n_classes_ and self.classes_ in predict func…
dimoibiehg Oct 27, 2025
fabf0a9
fix: add two local variables to resolve type-checking issue for self.…
dimoibiehg Oct 27, 2025
97b55d6
fix: type checking for classes_ in fit function
dimoibiehg Oct 27, 2025
bb8ce97
fix: coverage for a new case of None classes_ in fit function
dimoibiehg Oct 27, 2025
bdb9f0e
Fix: misinformation in calib_size doctring
dimoibiehg Oct 28, 2025
469fb52
fix: improve doc string of calib_size
dimoibiehg Oct 28, 2025
5ffddbd
refactor: remove unnecessary cal_size in the calibrator
dimoibiehg Oct 28, 2025
5466ab6
refactor: apply black reformatter on new files
dimoibiehg Oct 28, 2025
90d4f95
Merge branch 'master' into master
dimoibiehg Oct 28, 2025
bf8c5ac
refactor: reformat some lines (to resolve some "make format" error)
dimoibiehg Oct 28, 2025
5fc834f
refactor: reformat multiple lines to pass "make format" command
dimoibiehg Oct 28, 2025
ef9b8e6
refactor: remove unnecessary import in the middile of the function
dimoibiehg Oct 28, 2025
4d93347
fix: a typo in doc string
dimoibiehg Oct 28, 2025
c8fcece
fix: a typo in doc string
dimoibiehg Oct 28, 2025
2a3956c
fix: a typo in doc string
dimoibiehg Oct 28, 2025
80d2405
fix: a typo in the doc string
dimoibiehg Oct 28, 2025
35f384a
fix: dimension of p_cal was mentioned wrongly in the doc string, in V…
dimoibiehg Oct 29, 2025
ce8d4ca
refactor: change Exceptions to ValueError when makes sense
dimoibiehg Oct 29, 2025
3c64f79
fix: remove setting global config of sklearn
dimoibiehg Oct 29, 2025
8b91f47
fix: handling any types of labels for classes other than indices star…
dimoibiehg Oct 30, 2025
772c79b
fix: format errors
dimoibiehg Oct 30, 2025
4dad2f6
fix: format error
dimoibiehg Oct 30, 2025
5a97e45
fix: format error (it was proposed by "black" formatter command)
dimoibiehg Oct 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ Contributors
* Faustin Pulvéric <[email protected]>
* Chaoqi Zhang <[email protected]>
* Leena Kamran Qidwai
* Omid Gheibi <[email protected]>
To be continued ...
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ History

1.x.x (2025-xx-xx)
------------------
* Introduce VennAbers calibrator both for binary and multiclass classification

1.1.0 (2025-09-22)
------------------
Expand Down
Loading
Loading