LabelPropagation - transduction_ vs predict
Aug. 28, 2021
12:14 a.m.
Hi all, I was exploring sklearn.semi_supervised.LabelPropagation and I noticed that I get difference results if I train a model and look at "model.transduction_" compared to taking the same model and using "model.predict(X_train)" on the training data. I couldn't easily find the difference on google, so I began reading through the code but it seems pretty involved and I thought someone here might know the difference off hand. Any help is greatly appreciated :) Thanks, Aidan.
1603
Age (days ago)
1603
Last active (days ago)
0 comments
1 participants
participants (1)
-
Aidan Gawronski