proteneer/khan

Return featurizations

Closed this issue · 2 comments

Make it easier to return featurizations so we can can aggregate statistics and do least-squares fitting.

Note that this can be a little tricky since we don't want to return the whole 22e6x384*4 bytes = 33GB array in ram. We generally want to allow for arbitration ops (eg. sum/reductions) on this.

resolved by #47