appending(_:)
Composes this tabular estimator with a supervised tabular estimator.
Declaration
func appending<Other>(_ other: Other) -> some SupervisedTabularEstimator<ComposedTabularTransformer<Self.Transformer, Other.Transformer>, Other.Annotation> where Other : SupervisedTabularEstimator