Re: dataset best practice question

2019-01-18 Thread Mohit Jaggi
Thanks! I wanted to avoid repeating f1, f2, f3 in class B. I wonder whether the encoders/decoders work if I use mixins On Tue, Jan 15, 2019 at 7:57 PM wrote: > Hi Mohit, > > > > I’m not sure that there is a “correct” answer here, but I tend to use > classes whenever the input or output data repr

RE: dataset best practice question

2019-01-15 Thread kevin.r.mellott
Hi Mohit, I’m not sure that there is a “correct” answer here, but I tend to use classes whenever the input or output data represents something meaningful (such as a domain model object). I would recommend against creating many temporary classes for each and every transformation step as that