Commit Graph

2 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
AnkitRai-22 af34cfed75
natural-language-processing-with-disaster-tweets-kaggle-competition example folder added (#947)
* Create ReadME.md

* Add files via upload

* Create ReadME.md

* Add files via upload

* Update ReadME.md

* Create ReadME.md

* Add files via upload

* Add files via upload

* Update requirements.txt

* Update ReadME.md

* Add files via upload

* Update ReadME.md

* Update ReadME.md

* Update ReadME.md

* Update ReadME.md

* Add files via upload

* Add files via upload
2022-05-22 13:09:00 +00:00