This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit 5c6f88b894eba4f3c7a2d4a7ebecea58381e527c
Author: baunsgaard <baunsga...@tugraz.at>
AuthorDate: Wed Nov 24 12:50:32 2021 +0100

    [DOCS] Python include end to end tutorial
---
 src/main/python/docs/source/guide/python_end_to_end_tut.rst | 2 +-
 src/main/python/docs/source/index.rst                       | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/python/docs/source/guide/python_end_to_end_tut.rst 
b/src/main/python/docs/source/guide/python_end_to_end_tut.rst
index 0144c88..148d01e 100644
--- a/src/main/python/docs/source/guide/python_end_to_end_tut.rst
+++ b/src/main/python/docs/source/guide/python_end_to_end_tut.rst
@@ -177,7 +177,7 @@ adding column names at the top of the files such that the 
first line looks like:
 
     
age,workclass,fnlwgt,education,education-num,marital-status,occupation,relationship,race,sex,capital-gain,capital-loss,hours-per-week,native-country,income
 
-We also delete the line holding the string value |1x3 Cross validator inside 
the test dataset.
+We also delete the line holding the string value Cross validator inside the 
test dataset.
 
 After these modifications, we have to define a mtd file for each file we want 
to read. This mtd file has to be in the same directory as the dataset.
 In this particular example, the dataset is split into two files 
"train_data.csv" and "test_data.csv". We want to read both, which means that we 
will define a mtd file for
diff --git a/src/main/python/docs/source/index.rst 
b/src/main/python/docs/source/index.rst
index bf4e154..09de549 100644
--- a/src/main/python/docs/source/index.rst
+++ b/src/main/python/docs/source/index.rst
@@ -53,6 +53,7 @@ tensors (multi-dimensional arrays) whose first dimension may 
have a heterogeneou
 
    guide/federated.rst
    guide/algorithms_basics.rst
+   guide/python_end_to_end_tut.rst
 
 .. toctree::
    :maxdepth: 1

Reply via email to