Skip to content

v0.9.4

Compare
Choose a tag to compare
@vincentschen vincentschen released this 05 Apr 23:48
· 44 commits to master since this release
4c6bccb

[Breaking Changes]

  • PR #1535: Refactor baseline model imports in snorkel.labeling.model
    • Now, from from snorkel.labeling import MajorityLabelVoter, LabelModel
      can be expressed from snorkel.labeling.model import MajorityLabelVoter, LabelModel

[Added]

  • PR #1533: Allow option to save optimizer state in Trainer
  • PR #1523: Add GPU option for spaCy preprocessor

[Changed]

  • PR #1540: Fix squeeze bug in to_int_label_array function
  • PR #1520: Fix error bucket documentation in snorkel.analysis.error_analysis

[Contributors]

Thanks to @rjurney, @ptrcklv for recent contributions!