etna icon indicating copy to clipboard operation
etna copied to clipboard

Add `out_column` attribute to all transforms

Open alex-hse-repository opened this issue 3 years ago • 0 comments

🚀 Feature Request

Make transforms save out columns in out_column attribute.

Motivation

More convenient approach to handle out columns

Proposal

  • For every transform create attribute self.out_column: List[str] and save the list of transform's out columns in this attribute.
  • Make sure that transforms save out columns in all cases(even in inlace mode)

Test cases

Test that transforms saves out columns in attribute self.out_column in all cases

Alternatives

No response

Additional context

No response

Checklist

  • [ ] I discussed this issue with ETNA Team

alex-hse-repository avatar Dec 17 '21 08:12 alex-hse-repository