Skip to content

Files

Latest commit

3f3ff5b · May 10, 2023

History

History
12 lines (6 loc) · 735 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 735 Bytes

About

labelProp provides a semi-supervised approach to labeling text data, leveraging vector representations of text and network methods. The general problem that labelProp solves is the following: given a collection of nodes --these can be words, short texts etc.-- for which we have vector representations --importantly, on the same vector space--, including a small subset for which we have labels --called seeds--, how do we determine the labels of the remaining set of nodes?

How to Install

devtools::install_github("prodriguezsosa/labelProp")

Quick Start Guides

Check out this Quick Start Guide to get going with labelProp.