Skip to contents

AutoPLIER Fit-Transform Method

Usage

autoPLIER.fit_transform(ap, ...)

Arguments

x_train

Training dataset used to train the model.

pathways

Pathways dataset.

callbacks

List of callbacks to apply during training.

batch_size

Fixed batch size.

maxepoch

Max number of epochs.

verbose

Verbosity mode. 0 = silent, 1 = progress bar, 2 = one line per epoch.

valfrac

Fraction of the training dataset used as validation data.