ELBoxPPI

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

Bases: ELBoxEmbeddings

Example of ELBoxEmbeddings for protein-protein interaction prediction.

Attributes Summary

evaluation_model

Returns the evaluation model.

Methods Summary

evaluate_ppi()

train([validate_every])

Abstract method for training the model.

Attributes Documentation

evaluation_model

Methods Documentation

evaluate_ppi()[source]
train(validate_every=1000)[source]

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