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