internal void WrapTermWithDelegate(Action <TermTransform> onFit)
 {
     _term = (ValueToKeyMappingEstimator)_term.WithOnFitDelegate(onFit);
 }