long_load_target_data {aifeducation} | R Documentation |
Load target data for long running tasks
Description
Function loads the target data for a long running task.
Usage
long_load_target_data(file_path, selectet_column)
Arguments
file_path |
|
selectet_column |
|
Details
This function assumes that the target data is stored as a columns with the cases in the rows and the categories in the columns. The ids of the cases must be stored in a column called "id".
Value
Returns a named factor containing the target data.
See Also
Other studio_utils:
create_data_embeddings_description()
[Package aifeducation version 1.0.2 Index]