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

返回类型:

None

备注

Subclasses may override arguments for API definition.