evalml.preprocessing.load_data¶
-
class
evalml.preprocessing.
load_data
[source]¶ Load features and labels from file(s).
- Parameters
path (str) – path to file(s)
index (str) – column for index
label (str) – column for labels
n_rows (int) – number of rows to return
drop (list) – columns to drop
verbose (bool) – whether to print information about features and labels
- Returns
features and labels
- Return type
DataFrame, Series