Hosted by
ingenii
1
Posted by julian •
1
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
1
Posted by julian •
2
Posted by PeterYS • (edited)
2
Posted by julian •
(w - np.mean(w, axis=0)) / np.std(w, axis=0)
3
Posted by PeterYS •