
Convert arrow data set to an arrow data set
Source:R/utils_python_data_management.R
py_dataset_to_embeddings.Rd
Function for converting an arrow data set into a data set that can be used to store and process embeddings.
Value
Returns the data set of class datasets.arrow_dataset.Dataset
with only two columns ("id","input"). "id"
stores the name of the cases while "input" stores the embeddings.
See also
Other Utils Python Data Management Developers:
class_vector_to_py_dataset()
,
data.frame_to_py_dataset()
,
get_batches_index()
,
prepare_r_array_for_dataset()
,
reduce_to_unique()
,
tensor_list_to_numpy()
,
tensor_to_numpy()