mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-05-10 04:22:37 +02:00
Remove failing assert
Regression scores do not necessarily have to be between 0 and 1 (as opposed to classification scores).
This commit is contained in:
parent
8290be0173
commit
6b04fd5564
1 changed files with 0 additions and 1 deletions
|
|
@ -33,4 +33,3 @@ def test_sklearn_regressor():
|
|||
assert (pred.shape[0] == x_test.shape[0])
|
||||
|
||||
score = model.score(test)
|
||||
assert (0 <= score <= 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue