AutoPLIER Fit Method
autoPLIER.fit.RdAutoPLIER Fit Method
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.