Skip to content

Commit

Permalink
Add MaNoScorer deep tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroiseodt committed Jan 10, 2025
1 parent 5786d6a commit e3a3df1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions skada/deep/tests/test_deep_scorer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Author: Yanis Lalou <[email protected]>
# Ambroise Odonnat <[email protected]>
#
# License: BSD 3-Clause

Expand All @@ -16,6 +17,7 @@
CircularValidation,
DeepEmbeddedValidation,
ImportanceWeightedScorer,
MaNoScorer,
MixValScorer,
PredictionEntropyScorer,
SoftNeighborhoodDensity,
Expand All @@ -29,6 +31,7 @@
PredictionEntropyScorer(),
SoftNeighborhoodDensity(),
CircularValidation(),
MaNoScorer(),
MixValScorer(),
ImportanceWeightedScorer(),
],
Expand Down Expand Up @@ -66,6 +69,7 @@ def test_generic_scorer_on_deepmodel(scorer, da_dataset):
PredictionEntropyScorer(),
SoftNeighborhoodDensity(),
DeepEmbeddedValidation(),
MaNoScorer(),
],
)
def test_generic_scorer(scorer, da_dataset):
Expand Down Expand Up @@ -101,6 +105,7 @@ def test_generic_scorer(scorer, da_dataset):
[
DeepEmbeddedValidation(),
ImportanceWeightedScorer(),
MaNoScorer(),
],
)
def test_scorer_with_nd_features(scorer, da_dataset):
Expand Down

0 comments on commit e3a3df1

Please sign in to comment.