Convert R array for arrow data set
Source:R/utils_python_data_management.R
prepare_r_array_for_dataset.RdFunction converts a R array into a numpy array that can be added to an arrow data set. The array should represent embeddings.
See also
Other Utils Python Data Management Developers:
class_vector_to_py_dataset(),
data.frame_to_py_dataset(),
get_batches_index(),
py_dataset_to_embeddings(),
reduce_to_unique(),
tensor_list_to_numpy(),
tensor_to_numpy()