scglue.models.base.Model.fit

Model.fit(*args, **kwargs)[source]

Alias of .trainer.fit.

Parameters:
  • *args – Positional arguments are passed to the .trainer.fit method

  • **kwargs – Keyword arguments are passed to the .trainer.fit method

Return type:

None

Note

Subclasses may override arguments for API definition.