Joan GE

Results 3 issues of Joan GE

I've been working with your code lately and I've notice that the last layer of the keras_mlp.py in both models does never apply dropout: model = Sequential() model.add( Dense( params['layer_1_size'],...

The project has a dockerfile but doesn't have instructions on how to build the dockerimage. Is there anything special that needs to be done before building? ```bash ➜ docker build...

Since recent versions scikik-learn has changed the get_feature_names() function in his vectorizers to get_feature_names_out(). This change solves the issue #307