From edb37c6fae0123ca236e17a18287a78087b32345 Mon Sep 17 00:00:00 2001 From: Joaquin Vanschoren Date: Sat, 17 Oct 2020 00:33:00 +0200 Subject: [PATCH 1/2] Improved documentation of example --- examples/30_extended/create_upload_tutorial.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/30_extended/create_upload_tutorial.py b/examples/30_extended/create_upload_tutorial.py index f0ea00016..c89f596f0 100644 --- a/examples/30_extended/create_upload_tutorial.py +++ b/examples/30_extended/create_upload_tutorial.py @@ -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"] ignore_attribute=None, # How to cite the paper. citation=citation, From 4204d01ca0cef56ffc5f309beb57a28ac707c49a Mon Sep 17 00:00:00 2001 From: Matthias Feurer Date: Thu, 22 Oct 2020 10:02:04 +0200 Subject: [PATCH 2/2] Update examples/30_extended/create_upload_tutorial.py Co-authored-by: PGijsbers --- examples/30_extended/create_upload_tutorial.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/30_extended/create_upload_tutorial.py b/examples/30_extended/create_upload_tutorial.py index c89f596f0..0692b9b09 100644 --- a/examples/30_extended/create_upload_tutorial.py +++ b/examples/30_extended/create_upload_tutorial.py @@ -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,