Skip to content

Commit 057ff24

Browse files
Rename _ULSIF.py to _ulsif.py
1 parent edffe25 commit 057ff24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapt/instance_based/_ULSIF.py renamed to adapt/instance_based/_ulsif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,4 +377,4 @@ def _fit(self, Xs, Xt, kernel_params,lamb):
377377
h = h.reshape(-1, 1)
378378
theta = np.linalg.solve(H+lamb*np.eye(n_centers), h)
379379
theta[theta<0]=0
380-
return theta, centers
380+
return theta, centers

0 commit comments

Comments
 (0)