Igel Versions Save

a delightful machine learning tool that allows you to train, test, and use models without writing code

v1.0.0

2 years ago
  • Updated NN API
  • Fixed CLI bugs

v0.7.0

2 years ago
  • 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

2 years ago
  • Added first support for auto image classification
  • added cli features
  • updated and added models

v0.5.0

2 years ago
  • bug fixes
  • used click for cli
  • improved cli

v0.4.0

2 years ago

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

3 years ago

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

3 years ago
  • Provided a way to use reproducible results
  • Added support for random state generation
  • Fixed bug in dataset options

0.2.9

3 years ago
  • Fixed bug in clustering
  • added a clustering example
  • added support for clustering arguments

0.2.8

3 years ago
  • implemented hyperparameter search
  • added a hyperparameter example

0.2.7

3 years ago

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