From 1066175c4c4670d38cb548eda5395c9d77e619b0 Mon Sep 17 00:00:00 2001 From: Amara Spano Date: Mon, 21 Sep 2020 01:05:23 +0200 Subject: [PATCH] clarified docstring for database.py --- scripts/database.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/database.py b/scripts/database.py index 0c068e5..04e89b7 100644 --- a/scripts/database.py +++ b/scripts/database.py @@ -139,7 +139,8 @@ def get(protocol, subset, classes=CLASSES, variables=VARIABLES, setname='csh101' variables (1d-array): list of desired variables (features) setname (str): name of the dataset to load Returns: - numpy.ndarray: array of arrays containing the samples corresponding to 1 class in order + numpy.ndarray: array of ordered arrays (of size n_sample x n_features) containing the samples corresponding to + 1 class Raises: None """