Hosted by
ingenii
Posted by julian •
Posted by julian • (edited)
1 - discrepancy
and then take the average over trials.print("group1:", group1, sep="\n")
print("group2:", group2, sep="\n")
discrepancy = trial.discrepancy(group1, group2)
print("discrepancy:", discrepancy)
print("score:", 1 - discrepancy)
aqora test --max-concurrency 1
Posted by julian •
Posted by PeterYS • (edited)
Posted by julian •
(w - np.mean(w, axis=0)) / np.std(w, axis=0)