You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I'm working on a semi-supervised model with multi-label data. I have tried using LAMDA-SSL with my dataset, but it does not seem to support multi-output data in model fitting. I have two questions about the library:
Can you guide me on how to modify the code to support multi-label data?
In the model training, can we check for what's going on in each loop iteration of labeling, such as the number of labeled samples, the number of iterations and so on (like what we get from sklearn.semi_supervised.self_training)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi.
I'm working on a semi-supervised model with multi-label data. I have tried using LAMDA-SSL with my dataset, but it does not seem to support multi-output data in model fitting. I have two questions about the library:
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions