ELEmPPI

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

Bases: ELEmbeddings

Example of ELEmbeddings for protein-protein interaction prediction.

Attributes Summary

evaluation_model

Returns the evaluation model.

Methods Summary

eval_method(data)

evaluate_ppi()

train([validate_every])

Abstract method for training the model.

Attributes Documentation

evaluation_model

Methods Documentation

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

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