machine learning - Using Gaussian mixture model for labelled and unlabelled data in scikit learn? -


i have data out of of labelled , of not labelled. need apply expectation maximization algorithm. possible apply in sci-kit learn? example of labelled + unlabelled instances helpful.

not really. scikit-learn provides more black-box algorithms. gmms not meant supervised models. writing em should pretty straight-forward, though. try hack sklearn implementation, writing own might simpler in case.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -