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
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,
# Attributes that should be excluded in modelling, such as identifiers and
# indexes.
# Array of attributes that should be excluded in modelling, such as
# identifiers and indexes. E.g. ["feat1","feat2"]
Comment thread
mfeurer marked this conversation as resolved.
Outdated
ignore_attribute=None,
# How to cite the paper.
citation=citation,
Expand Down