Commit Graph

3 Commits

Author SHA1 Message Date
Dimitris Poulopoulos f3ebcf0caa
Bound example dependencies to avoid future warnings and issues (#997)
* 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>
2022-10-03 16:39:21 +00:00
Kishan Savant c52670884d
Example of converting H&M Fashion Prediction Kaggle notebook to a Kubeflow pipeline (#976)
* 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
2022-08-17 01:24:50 +00:00
Kishan Savant 7454117305
Example of converting a Kaggle Notebook to a Kubeflow pipeline (#945)
* 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
2022-05-20 00:37:23 +00:00