Skip to content

Releases: A3Data/hermione

Fixing bugs

14 Apr 21:16
7aa8039
Compare
Choose a tag to compare

Fixing bugs

v0.5.0

12 Apr 13:51
4f3f8b5
Compare
Choose a tag to compare

News

  • Feature/add module
  • Feature/module plugins
  • Code Refactoring

v0.4.0

08 Apr 14:33
ddf35f0
Compare
Choose a tag to compare

News

  • Better support to streamlit
  • Add interpret-ml on Wrapper and Trainer modules
  • Add SkLearn Unsupervised Class in Trainer module
  • Support to new feature selection algorithms
  • Many bug fixes

v0.3.4

25 Feb 13:28
c65be20
Compare
Choose a tag to compare

Enhancements

  • Wrapper has 2 functions( train_interpret, local_interpret) to interpret model results.
  • TrainerSklearn class has a clause on train to train interpret if classification model.
  • Example_notebook has a train_interpret example
  • Add new class TrainerSklearnUnsupervised

and minor bug fixes.

v0.3.3

25 Feb 13:20
ab1ddd3
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release

News:

  • Wrapper has 2 functions( train_interpret, local_interpret) to interpret model results.
  • TrainerSklearn class has a clause on train to train interpret if classification model.
  • Example_notebook has a train_interpret example
  • Add new class TrainerSklearnUnsupervised

v0.3.2

24 Nov 15:55
c51f5e5
Compare
Choose a tag to compare

Bug Fixes

  • Regression Analysis plot bug fix on pull request #22

v0.3.1

12 Nov 16:37
Compare
Choose a tag to compare
  • Remove dependency with conda, and Anaconda Python.
  • Builds venv virtual environments.
  • Close bug #21

v0.3

20 Oct 03:14
13fc150
Compare
Choose a tag to compare

News

Improvements

  • api folder with a Flask + WSGI API
  • api/myrequests.py module with an example code on how to make requests to the API
  • Dockerfile that builds a docker image of the API
  • two new CLI commands, hermione build and hermione run to build images and run containers
  • Implemented version is the default now

0.2

13 Aug 21:54
af4a67c
Compare
Choose a tag to compare
0.2

Improvements

  • predict.py script to make batch predictions
  • Dockerfile
  • Wrapper has a get_preprocessing method to access its own preprocessing instance

Bug fixes

  • Wrapper save_model method now saves the wrapper instance, not the inner dictionary
  • train.pysaves the wrapper artifact in the output folder to make it easier for building a docker image
  • hermione has a new predict command to call predict.py from terminal

V0.1.5

23 Jun 21:11
Compare
Choose a tag to compare

fix #10