All Projects → phuijse → bagging_pu

phuijse / bagging_pu

Licence: MIT license
Simple sklearn based python implementation of Positive-Unlabeled (PU) classification using bagging based ensembles

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to bagging pu

imbalanced-ensemble
Class-imbalanced / Long-tailed ensemble learning in Python. Modular, flexible, and extensible. | 模块化、灵活、易扩展的类别不平衡/长尾机器学习库
Stars: ✭ 199 (+172.6%)
Mutual labels:  sklearn, ensemble
modeltime.ensemble
Time Series Ensemble Forecasting
Stars: ✭ 65 (-10.96%)
Mutual labels:  ensemble
foreshadow
An automatic machine learning system
Stars: ✭ 29 (-60.27%)
Mutual labels:  sklearn
basis-expansions
Basis expansion transformers in sklearn style.
Stars: ✭ 74 (+1.37%)
Mutual labels:  sklearn
Deception-Detection-on-Amazon-reviews-dataset
A SVM model that classifies the reviews as real or fake. Used both the review text and the additional features contained in the data set to build a model that predicted with over 85% accuracy without using any deep learning techniques.
Stars: ✭ 42 (-42.47%)
Mutual labels:  sklearn
skutil
NOTE: skutil is now deprecated. See its sister project: https://github.com/tgsmith61591/skoot. Original description: A set of scikit-learn and h2o extension classes (as well as caret classes for python). See more here: https://tgsmith61591.github.io/skutil
Stars: ✭ 29 (-60.27%)
Mutual labels:  sklearn
KivyMLApp
The repository host the API for the ML model via FastAPI, Flask and contains android app development files using KivyMD.
Stars: ✭ 54 (-26.03%)
Mutual labels:  sklearn
resolutions-2019
A list of data mining and machine learning papers that I implemented in 2019.
Stars: ✭ 19 (-73.97%)
Mutual labels:  sklearn
XGBOD
Supplementary material for IJCNN paper "XGBOD: Improving Supervised Outlier Detection with Unsupervised Representation Learning"
Stars: ✭ 59 (-19.18%)
Mutual labels:  semi-supervised
exemplary-ml-pipeline
Exemplary, annotated machine learning pipeline for any tabular data problem.
Stars: ✭ 23 (-68.49%)
Mutual labels:  sklearn
rps-cv
A Rock-Paper-Scissors game using computer vision and machine learning on Raspberry Pi
Stars: ✭ 102 (+39.73%)
Mutual labels:  sklearn
scikitcrf NER
Python library for custom entity recognition using Sklearn CRF
Stars: ✭ 17 (-76.71%)
Mutual labels:  sklearn
mesa
NeurIPS’20 | Build powerful ensemble class-imbalanced learning models via meta-knowledge-powered resampler. | 设计元知识驱动的采样器解决类别不平衡问题
Stars: ✭ 88 (+20.55%)
Mutual labels:  ensemble
get smarties
Dummy variable generation with fit/transform capabilities
Stars: ✭ 23 (-68.49%)
Mutual labels:  sklearn
KMeans elbow
Code for determining optimal number of clusters for K-means algorithm using the 'elbow criterion'
Stars: ✭ 35 (-52.05%)
Mutual labels:  sklearn
NLP Quickbook
NLP in Python with Deep Learning
Stars: ✭ 516 (+606.85%)
Mutual labels:  ensemble
sciblox
sciblox - Easier Data Science and Machine Learning
Stars: ✭ 48 (-34.25%)
Mutual labels:  sklearn
sklearn-pmml-model
A library to parse and convert PMML models into Scikit-learn estimators.
Stars: ✭ 71 (-2.74%)
Mutual labels:  sklearn
CS-7641-assignments
CS 7641 - All the code
Stars: ✭ 135 (+84.93%)
Mutual labels:  sklearn
emotiw2017
Emotiw2017 code
Stars: ✭ 16 (-78.08%)
Mutual labels:  sklearn

bagging_pu

Simple sklearn based python implementation of Positive-Unlabeled (PU) classification using bagging based ensembles of decision trees. If you use this code please cite original paper:

Mordelet, F., Vert, J.-P. A bagging SVM to learn from positive and unlabeled examples. Pattern Recognition Lett.(2013),http://dx.doi.org/10.1016/j.patrec.2013.06.010

TODO

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].