uncharted-distil / distil-auto-ml

Distil Automated Machine Learning Server
Apache License 2.0
2 stars 1 forks source link

Add pipeline for correct and smooth semi-supervised learning #275

Closed cdbethune closed 3 years ago

cdbethune commented 3 years ago

Kung-Fu has added a primitive to perform semi-supervised classification using the correct and smooth algorithm.

Paper:

https://arxiv.org/pdf/2010.13993.pdf

Primitive:

https://github.com/kungfuai/d3m-primitives/tree/semi-supervised/kf_d3m_primitives/semi_supervised/correct_and_smooth

We should add a pipeline leveraging this primitive, and apply it to any problem that has the type semi-supervised in the problem keyword list.