DeepchecksModelClient.add_notes#

DeepchecksModelClient.add_notes(notes: List[Dict[str, str]]) List[Dict[str, Any]]#

Add notes to the model.

Parameters
notes: List[Dict[str, Any]]

list of model notes to add. Each dict expected to contain only two keys ‘title’ and ‘text’

Returns
List[Dict[str, Any]]

list of created notes