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 
- drop (list) – columns to drop 
- verbose (bool) – whether to print information about features and labels 
 
- Returns
- features and labels 
- Return type
- DataFrame, Series