#91: Scikit-learn 88:Supervised Learning 66: Semi-supervised learning

preview_player
Показать описание
The video discusses the code for semi-supervised labeling methods in Scikit-learn in Python.

Timeline
(Python 3.8)

00:00 - Outline of video
00:20 - Open Jupyter notebook
00:30 - Self training classifier: create data
05:48 - Self training classifier: model using .SelfTrainingClassifier()
08:41 - Label propagation: model using .LabelPropagation()
09:56 - Label spreading: model using .LabelSpreading()
10:20 - Ending notes
Рекомендации по теме
Комментарии
Автор

Thank u so much .... Can I send the full code to me please?

BekkariMohammed-dkub
Автор

I Wonder if the high value of the accuracy is really true without overfiting, how we can confirm that

moussaouihassib