Hi Team ,Possible to help me what I need to write in this section under preprocessing_fn function
Transform the strings into indices
# hint: use the VOCAB_SIZE and OOV_SIZE to define the top_k and num_oov parameters
for key in _VOCAB_FEATURE_KEYS:
outputs[_transformed_name(key)] = tft.compute_and_apply_vocabulary(inputs[key]
Sorry. I can’t send you any code that’s part of the assignment solution. That said, if you changed the assignment starter code by mistake, refresh the workspace to get a fresh copy of the assignment.