HazyResearch/fonduer

View on GitHub
src/fonduer/supervision/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
"""Fonduer's supervision module."""
from fonduer.supervision.labeler import Labeler

__all__ = ["Labeler"]