label-shift icon indicating copy to clipboard operation
label-shift copied to clipboard

Results 2 label-shift issues
Sort by recently updated
recently updated
newest added

` wt = np.linalg.solve(np.dot(C.T, C) + lamb * I, np.dot(C.T, mu_t))` why uses the lamb in this code?

In the paper, I can't see where X' is used in Algorithm 1