- Added a possibility to serve a trained model using FastAPI
- Updated cli
- Fixed bugs
- Added more unit tests
- migrated to gh actions
- migrated to poetry
- Added support for multiple data types (excel, json and html)
- Added igel gui as a command
- Integrated igel UI
- Provided a way to use reproducible results
- Added support for random state generation
- Fixed bug in dataset options
- Linked Igel-UI
- Fixed bug in clustering
- added a clustering example using kmeans
- added support for clustering arguments
- implemented hyperparameter search
- added a hyperparameter example
- removed colorama (since it was causing bugs on jupyter)
- improved interactive mode
- added commands to get version and infos about the package
- added interactive mode in cli
- added colors in cli to improve readability
- updated setup
- fixed igel initialization step
- updated examples
- added gids to readme
- added support for json as a configuration file
- added support for providing read data options
- added CV class support
- added cross validation support
- added clustering support
- all clustering classes of sklearn are now supported
- added init command
- users can get started quickly by getting a default yaml file "on the fly"
- added support for other ensemble models like adaboost, extra trees etc..
- added the experiment command
- fixed bugs in predict
- fixed sphinx docs dependencies
- added support for multioutput regression and classification
- fixed bug in preparing predict data
- provided a way to evaluate models
- changed class from IgelModel to Igel
- updated igel cli
- fixed predict function bugs and added examples
- implemented optional arguments in sklearn models
- implemented encoding and scaling methods
- support for all sklearn models
- implemented basic dataset operations
- stable release with an end to end pipeline
- Added validation on arguments and provided an example
- Added logging and changed file keyword to yaml_file
- First functional package
- First release on PyPI.