/learning-snorkel

Learning Snorkel for fun

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Learning Snorkel

Learning Snorkel for fun. Try to understand the basic workflow of this tools. Maybe useful for future tasks.

By using the program, you can predict the relationship between to names:

Application demo

Setup

It's recommended to use Jupyter Lab to start exploration within a new environment.

conda create -n py38snorkel python=3.8
pip install -r requirements.txt

Then you can start Jupyter and coding!

jupyter lab