Errata

Kubeflow for Machine Learning

Errata for Kubeflow for Machine Learning

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
PDF Page 20
text

On page 20, there is a reference to a script called train_pipeline.py that the book asks us to download from their Git Repo. However, I am not able to find this script in the git repo. Could it be be added please?

Anonymous  May 12, 2022 
Printed Page 48
First function block

Function "deadSimpleIntEchoFn" is never constructed. Probably need to become "simple_echo"

Ward Van Driessche  May 14, 2021 
PDF Page 149
Example 8-9

In return ["hello, "world"], the hello is missing the close inverted commas.
It should thus be ["hello", "world"]

Neo Zhong Hao  Dec 09, 2020 
PDF Page 154
Example 8-18

I couldn't reach the endpoint "<istio-ingress>/seldon/seldon/movie/explainer/api/v1.0/explain".
According to "docs.seldon.io/projects/seldon-core/en/latest/analytics/explainers", the slash between movie and explainer should be replaced with a dash and also to add the name of the graph from the deployment yaml which is set as "default".
The endpoint should thus be "<istio-ingress>/seldon/seldon/movie-explainer/default/api/v1.0/explain"

P.S. add http :// to all the urls because oreilly does not allow me to submit urls

Neo Zhong Hao  Dec 09, 2020