Implementation of Co-training Regressors (COREG) semi-supervised regression algorithm from [Semi-Supervised Regression with Co-Training] (http://dl.acm.org/citation.cfm?id=1642439) by Zhou and Li (IJCAI, 2005).
Tested with:
- Python 3.6.2
- Numpy 1.14.3
- Scikit-Learn 0.19.1
- Scipy 1.1.0