View source: R/utils_python_data_management.R
| py_dataset_to_embeddings | R Documentation |
Function for converting an arrow data set into a data set that can be used to store and process embeddings.
py_dataset_to_embeddings(py_dataset)
py_dataset |
Object of class |
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.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.