INamedModel
QuantConnect.Algorithm.Framework.Alphas.INamedModel
Provides a marker interface allowing models to define their own names. If not specified, the framework will use the model's type name. Implementation of this is not required unless you plan on running multiple models of the same type w/ different parameters.
name
name: str
Defines a name for a framework model