appending(_:)

Composes this supervised tabular estimator with another supervised tabular estimator.

Declaration

func appending<Other>(_ other: Other) -> some UpdatableSupervisedTabularEstimator<ComposedTabularTransformer<Self.Transformer, Other.Transformer>, Self.Annotation> where Other : UpdatableSupervisedTabularEstimator, Self.Annotation == Other.Annotation