Skip to content

Commit 88b7cc0

Browse files
joaquinvanschorenMatthias FeurerPGijsbers
authored
Improved documentation of example (#960)
* Improved documentation of example * Update examples/30_extended/create_upload_tutorial.py Co-authored-by: PGijsbers <[email protected]> Co-authored-by: Matthias Feurer <[email protected]> Co-authored-by: PGijsbers <[email protected]>
1 parent d48f108 commit 88b7cc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/30_extended/create_upload_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
# The attribute that represents the row-id column, if present in the
101101
# dataset.
102102
row_id_attribute=None,
103-
# Attributes that should be excluded in modelling, such as identifiers and
104-
# indexes.
103+
# Attribute or list of attributes that should be excluded in modelling, such as
104+
# identifiers and indexes. E.g. "feat1" or ["feat1","feat2"]
105105
ignore_attribute=None,
106106
# How to cite the paper.
107107
citation=citation,

0 commit comments

Comments
 (0)