Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update examples/30_extended/create_upload_tutorial.py
Co-authored-by: PGijsbers <p.gijsbers@tue.nl>
  • Loading branch information
mfeurer and PGijsbers authored Oct 22, 2020
commit 4204d01ca0cef56ffc5f309beb57a28ac707c49a
4 changes: 2 additions & 2 deletions examples/30_extended/create_upload_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
# The attribute that represents the row-id column, if present in the
# dataset.
row_id_attribute=None,
# Array of attributes that should be excluded in modelling, such as
# identifiers and indexes. E.g. ["feat1","feat2"]
# Attribute or list of attributes that should be excluded in modelling, such as
# identifiers and indexes. E.g. "feat1" or ["feat1","feat2"]
ignore_attribute=None,
# How to cite the paper.
citation=citation,
Expand Down