Skip to content

Major update with several new features

Choose a tag to compare

@kaylode kaylode released this 11 Jan 12:24
· 110 commits to master since this release
5e9eb61

What's Changed

  • Redirectory, add support for detection, nlp and tabular-related tasks
  • Add some useful classes, functions and scripts for object detection, nlp, and tabular-related tasks:
    • Object detection: new metrics and callbacks
    • NLP: data preprocessing, tokenizer, traditional embedding techniques
    • Tabular: data preprocessing, gradient boosting models, explainable AI methods
  • Add pytest for development testing and github workflows for testing automation
  • Migrate from setup.py (which seems to be deprecated) to pyproject.toml. Allow installation of extra dependencies.
  • Add pre-commit configuration for linting