ELEmPPI

class mowl.models.ELEmPPI(*args, **kwargs)[source]

Bases: ELEmbeddings

Example of ELEmbeddings for protein-protein interaction prediction.

Methods Summary

eval_method(data)

evaluate_ppi()

train()

Abstract method for training the model.

Methods Documentation

eval_method(data)[source]
evaluate_ppi()[source]
train()[source]

Abstract method for training the model. This method must be implemented in children classes