Skip to content

Commit 53f3212

Browse files
committed
indentation
1 parent 86ea91d commit 53f3212

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MD-MTL/evaluations/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def get_z_text(z, mp):
107107

108108
all_col = (df.loc[:, (df.columns != target)&(df.columns != tasks)].columns).tolist()
109109
df_v, all_tasks, total, df_v2, RFA, index = reformat(all_col, mtl_clf.W, top=top)
110+
fet, task = mtl_clf.W.shape
110111
mp = {i+1:"Task_{}".format(i) for i in range(task)}
111112
mp[None] = ''
112113
mp[np.nan] = ''

0 commit comments

Comments
 (0)