nealjean / coreg
Implementation of Co-training Regressors (COREG) semi-supervised regression algorithm from Zhou and Li, 2005.
☆59Updated 6 years ago
Alternatives and similar repositories for coreg:
Users that are interested in coreg are comparing it to the libraries listed below
- Code that accompanies the paper Semi-supervised Deep Kernel Learning: Regression with Unlabeled Data by Minimizing Predictive Variance☆74Updated 5 years ago
- Code for our paper Self Supervised Learning for Semi Supervised Time Series Classification PAKDD 2020☆16Updated 4 years ago
- Cost-Sensitive Learning / ReSampling / Weighting / Thresholding / BorderlineSMOTE / AdaCost / etc.☆105Updated 4 years ago
- ☆44Updated 6 years ago
- A Python implementation of Online Sequential Extreme Machine Learning (OS-ELM) for online machine learning☆40Updated 5 months ago
- Extreme Learning Machine implemented in Pytorch☆101Updated 6 years ago
- Source code and dataset for the paper ""☆28Updated 4 years ago
- Our implementations of the Multi-class Imbalance learning algorithms (for the KBS paper)☆46Updated 5 years ago
- The code of the AAAI-19 paper "AFS: An Attention-based mechanism for Supervised Feature Selection".☆44Updated 5 years ago
- The python implementation of tri-triaing☆50Updated 5 years ago
- Python implementation of Least Squares Support Vector Machine for classification on CPU (NumPy) and GPU (PyTorch).☆55Updated last year
- Dealing with class imbalance problem in machine learning. Synthetic oversampling(SMOTE, ADASYN).☆39Updated 6 years ago
- Stacked Denoising AutoEncoder☆75Updated 5 years ago
- Laplacian Support Vector Machines☆20Updated 5 years ago
- Datasets for concept drift detection☆27Updated 7 years ago
- An implementation of the Co-Training semi-supervised learning technique from (Blue, Mitchell 1998) that is meant to work well with scikit…☆74Updated 5 years ago
- Generate synthetic data sets containing concept drift, or load one of two real-world concept drift benchmark data sets.☆12Updated 11 years ago
- [NeurIPS’20] ⚖️ Build powerful ensemble class-imbalanced learning models via meta-knowledge-powered resampler. | 设计元知识驱动的采样器解决类别不平衡问题☆105Updated 7 months ago
- A Python Implementation of Kernel Extreme Learning Machine for Ordinal Regression