Releases: nidhaloff/igel
Releases · nidhaloff/igel
v1.0.0
- Updated NN API
- Fixed CLI bugs
v0.7.0
- 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
- Added first support for auto image classification
- added cli features
- updated and added models
v0.5.0
- bug fixes
- used click for cli
- improved cli
v0.4.0
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
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
- Provided a way to use reproducible results
- Added support for random state generation
- Fixed bug in dataset options
0.2.9
- Fixed bug in clustering
- added a clustering example
- added support for clustering arguments
0.2.8
- implemented hyperparameter search
- added a hyperparameter example
0.2.7
removed colorama (since it was causing bugs on jupyter)
improved interactive mode
added commands to get version and infos about the package