Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 349 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 349 Bytes

Python-Utilities

Python codes that may be useful anytime

  1. CustomLogging

    • Formatter to log in the JSON format to be parseable by Logstash
  2. CustomMetrics

    • Metric to calculate F1 Score for multi-class classification problem with macro average
  3. CustomVectoriser

    • Vectoriser combining CountVectorizer and text_to_word_sequence