appending(_:)
Composes this supervised estimator with an estimator.
Declaration
func appending<Other>(_ other: Other) -> some SupervisedEstimator<ComposedTransformer<Self.Transformer, Other.Transformer>, Self.Annotation> where Other : Estimator, Self.Transformer.Output == Other.Transformer.Input