snorkel-team / snorkel

A system for quickly generating training data with weak supervision
https://snorkel.org
Apache License 2.0
5.81k stars 857 forks source link

Print epoch number in fit() method of LabelModel #1538

Closed regstrtn closed 4 years ago

regstrtn commented 4 years ago

Description of proposed changes

The fit() method of LabelModel runs several epochs, with default being 100. Added code to print epoch number before running each epoch, the same way that keras does.

Epoch 1/100
Epoch 2/100
....
Epoch 100/100

Related issue(s)

github-actions[bot] commented 4 years ago

This pull request is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.