BaseExperiment.fit#
- BaseExperiment.fit(*args, **kwargs)[source]#
Fit the underlying model.
Subclasses must override this hook to delegate to their concrete fitting routine; the base class only provides the abstract entry point.
- Parameters:
- Raises:
NotImplementedError – Always, when called on the base class.
- Return type:
None