Skip to content
/ coreg Public

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

Notifications You must be signed in to change notification settings

nealjean/coreg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Co-training Regressors (COREG) in Python

Implementation of Co-training Regressors (COREG) semi-supervised regression algorithm from [Semi-Supervised Regression with Co-Training] (http:https://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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages