Skip to content

Releases: adaamko/POTATO

Release v0.0.4

11 Jan 14:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3: UI and backend enhancements

17 Dec 11:45
Compare
Choose a tag to compare

What's Changed

  • README about bootstrap mode by @GKingA in #22
  • Enable OneVsAll for multi-label tasks by @Eszti in #24
  • Enable OneVsAll for evaluation by @Eszti in #25
  • POTATO and UI enhancements by @adaamko in #27

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2: Second release

03 Dec 12:21
Compare
Choose a tag to compare

Features:

  • Better UI,
  • More examples in README,
  • Semeval experiments with notebooks
  • Evaluate script includes Prec, Rec, Fscore

v0.0.1: First release, simple graph feature learning, streamlit UI

29 Nov 11:59
7f3cb6b
Compare
Choose a tag to compare

Release POTATO

Features:

  • Provides methods for parsing sentences into UD, 4lang, AMR graph formats
  • Provides a unified networkx interface for each graph format
  • Provides a tool to generate and sample subgraphs for each graphs
  • Trains an interpretable model (LogReg, Decision Tree), and selects best features as rules
  • Provides a method to describe regex patterns on nodes and edges
  • Provides a streamlit UI to implement Rule-systems