Skip to content

Releases: nidhaloff/igel

v1.0.0

19 Nov 16:51
Compare
Choose a tag to compare
  • Updated NN API
  • Fixed CLI bugs

v0.7.0

11 Oct 20:53
Compare
Choose a tag to compare
  • Fixed bug in auto ImageClassification
  • Added support for auto TetxtClassification
  • Added support for default data pre-processing
  • Added support for training from directories
  • Extended CLI functionality
  • Added support for auto hyperparameter tuning

v0.6.0

17 Sep 22:50
fd6e7a9
Compare
Choose a tag to compare
  • Added first support for auto image classification
  • added cli features
  • updated and added models

v0.5.0

26 Aug 18:10
Compare
Choose a tag to compare
  • bug fixes
  • used click for cli
  • improved cli

v0.4.0

18 Jun 21:02
Compare
Choose a tag to compare

What changed?

  • Added a possibility to serve a trained model using FastAPI
  • Updated cli
  • Fixed bugs
  • Added more unit tests

secondary changes

  • migrated to poetry
  • migrated CI/CI to github actions

0.3.1

31 Oct 13:42
Compare
Choose a tag to compare

0.3.1 (2020-10-31)

  • Added support for multiple data types (excel, json and html)
  • Added igel GUI as a sub command

0.3.0

14 Oct 20:58
Compare
Choose a tag to compare
  • Provided a way to use reproducible results
  • Added support for random state generation
  • Fixed bug in dataset options

0.2.9

12 Oct 21:19
Compare
Choose a tag to compare
  • Fixed bug in clustering
  • added a clustering example
  • added support for clustering arguments

0.2.8

10 Oct 16:51
Compare
Choose a tag to compare
  • implemented hyperparameter search
  • added a hyperparameter example

0.2.7

07 Oct 17:43
Compare
Choose a tag to compare

removed colorama (since it was causing bugs on jupyter)
improved interactive mode
added commands to get version and infos about the package