This repository contains implementation of TM (Two Models) method for positive-unlabeled learning
Repository structure:
requirements.txtcontains dependencies necessary to run the code (install usingpip install -r requirements.txt),experiement.pycontains examples of usage for benchmark dataset,data/directory contains benchmark dataset,putm.pycontains code of the proposed method as well as the code of the naive method,labelling.pycontains a function that allows to generate PU labels based on real data,utils.pycontains auxilliary functions.