scglue.models.base.Model.fit

Model.fit(*args, **kwargs)[源代码]

Alias of .trainer.fit.

参数
  • *args – Positional arguments are passed to the .trainer.fit method

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

备注

Subclasses may override arguments for API definition.

返回类型

None