Skip to main content

`flippers` is a weak supervision library for creating high quality labels using your domain kownledge and weak supervision sources.

Project description

GitHub last commit PyPI PyPI - Python Version Code Style Read the Docs GitHub

flippers is a Python library for weak supervision, which allows you to leverage your domain knowledge, heuristics and other weak supervision sources to generate high-quality labels for your training data.

Features

flippers includes a number of features for weak supervision, including:

  • Simple tools to analyse your labeling functions,
  • Multiple label models including a from-scratch implementation of the label model used in the snorkel library and featuring enhanced ways to predict probabilities,
  • An extensive documentation with tutorials and an API reference.

Installation

To install the latest version of flippers, simply run:

pip install flippers

Quick Start

Documentation

To quickly get started with flippers, you can begin by exploring the documentation and running through the examples provided. The examples cover a variety of use cases and techniques, which can help you to get a feel for how to apply flippers to your own projects.

Example

  • Analyzing your labeling functions:
analysis = flippers.analyis(L_train)
  • Training a Label Model and doing inference:
label_model = flippers.models.SnorkelModel(polarities, class_balances)

label_model.fit(L_train)

label_model.predict_proba(L)

Discussion

Troubleshooting

If you have any questions or issues with flippers, please consult the documentation or reach out in the GitHub issues page for support.

Contributing

flippers is an open-source project, and contributions are welcome!

Related projects

  • wrench: A weak supervision library created by for benchmarking label models and weak supervision techniques. flippers uses its list of datasets as benchmarks.
  • snorkel: A cornerstone weak supervision library created by Snorkel in 2016, now sadly abandonned.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flippers-0.0.1b4.tar.gz (1.5 MB view hashes)

Uploaded Source

Built Distribution

flippers-0.0.1b4-py3-none-any.whl (18.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page