scglue.models.scclue.SCCLUEModel.fit
- SCCLUEModel.fit(adatas, val_split=0.1, batch_size=128, align_burnin=AUTO, max_epochs=AUTO, patience=AUTO, reduce_lr_patience=AUTO, directory=None)[source]
Alias of
.trainer.fit.- Parameters:
*args – Positional arguments are passed to the
.trainer.fitmethod**kwargs – Keyword arguments are passed to the
.trainer.fitmethod
- Return type:
Note
Subclasses may override arguments for API definition.