* Remove Kale default docker image tag
The default docker image tag can create a conflict with the notebook
image one uses for testing the example. This results in a warning dialog
that we can prevent from appearing.
Signed-off-by: Stefano Fioravanzo <stefano@arrikto.com>
* nlp: Bound requirements.txt
* nlp: Bound the version of the dependencies
Fix the version of the dependencies for the natural language processing
with disaster tweets example.
* nlp: Fix imports
Change any 'import keras.*' import to 'import tensorflow.keras.*' as the
example does not require the standalone keras library.
* nlp: Format inputs
* nlp: Compile the model before training
Move the 'model.compile' command right before 'model.fit' since Kale
needs these commands to run in the same step.
Signed-off-by: Dimitris Poulopoulos <dimpo@arrikto.com>
* house-prices: Bound requirements.txt
Fix the version number of the Python modules in 'requirements.txt'.
Signed-off-by: Dimitris Poulopoulos <dimpo@arrikto.com>
* digit-recognizer: Bound requirements.txt
Fix the version number of the Python modules in 'requirements.txt'.
Signed-off-by: Dimitris Poulopoulos <dimpo@arrikto.com>
Signed-off-by: Stefano Fioravanzo <stefano@arrikto.com>
Signed-off-by: Dimitris Poulopoulos <dimpo@arrikto.com>
Co-authored-by: Stefano Fioravanzo <stefano@arrikto.com>