MCPcopy
hub / github.com/RasaHQ/rasa / items

Method items

rasa/utils/tensorflow/model_data.py:316–322  ·  view source on GitHub ↗

Return the items of the data attribute. Returns: The items of data.

(self)

Source from the content-addressed store, hash-verified

314 return []
315
316 def items(self) -> ItemsView:
317 """Return the items of the data attribute.
318
319 Returns:
320 The items of data.
321 """
322 return self.data.items()
323
324 def values(self) -> Any:
325 """Return the values of the data attribute.

Callers 15

_display_bot_responseFunction · 0.80
_get_evaluation_resultsFunction · 0.80
update_existing_keysFunction · 0.80
prepare_batchMethod · 0.80
sortMethod · 0.80
first_data_exampleMethod · 0.80
add_dataMethod · 0.80
get_signatureMethod · 0.80
balanced_dataMethod · 0.80

Calls

no outgoing calls

Tested by 15

compare_models_in_dirFunction · 0.64
align_entity_predictionsFunction · 0.64
combine_resultFunction · 0.64
log_resultsFunction · 0.64
log_entity_resultsFunction · 0.64
test_train_nlu_successFunction · 0.64
_custom_default_configFunction · 0.64
test_split_data_by_labelFunction · 0.64
test_train_val_splitFunction · 0.64