Skip to content

Commit 18fdb47

Browse files
Added normalized averaging, based on weightings of normalized trim. Improved metric performance.
1 parent eea33a3 commit 18fdb47

File tree

5 files changed

+628
-68
lines changed

5 files changed

+628
-68
lines changed

src/components/DetailChart.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ export default function DetailChart({
161161
}
162162
return modelListings.map(listing => ({ ...listing, source: sourceData.source }));
163163
}
164-
}
164+
},
165+
'raw' // DetailChart uses raw average (no normalization needed for single model)
165166
);
166167

167168
// Collect scaling values for point sizes

0 commit comments

Comments
 (0)