Releases: SDM-TIB/InterpretME
Releases · SDM-TIB/InterpretME
1.3.2
- use
scikit-learn<1.3.0
because of imbalanced-learn
1.3.1
- add superclass in mappings
- merge subqueries in same source
1.3.0
- update dependencies
- fix pandas FutureWarning for
StringMethods.rsplit
- return a pandas DataFrame when executing a query
- use one progress bar in the
pipeline
method instead of printing all the logs
1.2.2
- return the path of saved plots
1.2.1
- uploading of InterpretME KG now optional
1.2.0
- Add feature to read from CSV/JSON instead of knowledge graph
- Use Optuna for hyperparameter optimization
- Update dependencies
- Update example
1.1.1
Fix issues in the setup of the previous version.
1.1.0
- Changed from git submodules to libraries
- Add possibility to use InterpretME as a library itself
- Clean up of dependencies
- Fix minor bugs