* 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
0.3.1
-------------------
* Added support for multiple data types (excel, json and html) * Added igel gui as a command * Integrated igel UI
0.3.0
-------------------
* Provided a way to use reproducible results * Added support for random state generation * Fixed bug in dataset options * Linked Igel-UI
0.2.9
-------------------
* Fixed bug in clustering * added a clustering example using kmeans * 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