ELBoxPPI

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

Bases: ELBoxEmbeddings

Example of ELBoxEmbeddings for protein-protein interaction prediction.

Methods Summary

evaluate_ppi()

train()

Abstract method for training the model.

Methods Documentation

evaluate_ppi()[source]
train()[source]

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