mjz1997 / coreg

Implementation of Co-training Regressors (COREG) semi-supervised regression algorithm from Zhou and Li, 2005.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Co-training Regressors (COREG) in Python

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).

Requirements

Tested with:

  • Python 3.6.2
  • Numpy 1.14.3
  • Scikit-Learn 0.19.1
  • Scipy 1.1.0

About

Implementation of Co-training Regressors (COREG) semi-supervised regression algorithm from Zhou and Li, 2005.


Languages

Language:Python 100.0%