dicee.eval_static_funcs
Functions
|
|
|
|
|
Module Contents
- dicee.eval_static_funcs.evaluate_link_prediction_performance(model: dicee.knowledge_graph_embeddings.KGE, triples, er_vocab: Dict[Tuple, List], re_vocab: Dict[Tuple, List]) Dict [source]
- Parameters:
model
triples
er_vocab
re_vocab
- dicee.eval_static_funcs.evaluate_link_prediction_performance_with_reciprocals(model: dicee.knowledge_graph_embeddings.KGE, triples, er_vocab: Dict[Tuple, List])[source]
- dicee.eval_static_funcs.evaluate_link_prediction_performance_with_bpe_reciprocals(model: dicee.knowledge_graph_embeddings.KGE, within_entities: List[str], triples: List[List[str]], er_vocab: Dict[Tuple, List])[source]
- dicee.eval_static_funcs.evaluate_link_prediction_performance_with_bpe(model: dicee.knowledge_graph_embeddings.KGE, within_entities: List[str], triples: List[Tuple[str]], er_vocab: Dict[Tuple, List], re_vocab: Dict[Tuple, List])[source]
- Parameters:
model
triples
within_entities
er_vocab
re_vocab