Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Advitya17 committed Feb 28, 2024
1 parent a4e987d commit d16741a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const FridgeImageClassificationModelDebugging = {
firstFeatureToSelect: "mean_pixel_value",
multiFeatureCohorts: 6,
secondFeatureToSelect: "Make",
singleFeatureCohorts: 3
singleFeatureCohorts: 6
},
hasModelOverviewComponent: true,
initialCohorts: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const FridgeMultilabelModelDebugging = {
firstFeatureToSelect: "mean_pixel_value",
multiFeatureCohorts: 6,
secondFeatureToSelect: "Make",
singleFeatureCohorts: 3
singleFeatureCohorts: 6
},
hasModelOverviewComponent: true,
initialCohorts: [
Expand Down

0 comments on commit d16741a

Please sign in to comment.