* 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>
* Added files via upload
* Modified Kale NB
* Updated the README.md and Kale NB
* Updated README.md
* Added a file size check for downloaded files in KaleNB
* Fixed minor grammatical errors
* Fixed a minor grammatical error
* Updated the download link for house-prices kfp notebook
* Fixed the error in Kale NB
* Files added to github
* Correcting image paths for all images
* Modified image paths
* Centering Images
* Updated Github Download URL link in -kfp.ipynb file
* Updated the kfp_client.PNG image
* Updated README.md
* Fixed a grammatical error in README.md
* Fixed issues with README.md and house-prices-kale notebook
* Fixed minor grammatical errors/typos
* Fixed couple of grammatical mistakes
* Modified the notebooks and README.md
* Added the notebook server docker image to README.md
* Updated README.md with KFaaS references