Function loads the target data for a long running task.
long_load_target_data(file_path, selectet_column)
Returns a named factor containing the target data.
string
Path to the file storing the target data.
string
Name of the column containing the target data.
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".
Other studio_utils:
create_data_embeddings_description()