1. What are the contributions in "Materialization optimizations for feature selection workloads" ?
The authors study this challenge by describing a feature-selection language and a supporting prototype system that builds on top of current industrial, R-integration layers.. Thus, the authors study how to materialize portions of this computation using not only classical database materialization optimizations but also methods that have not previously been used in database optimization, including structural decomposition methods ( like QR factorization ) and warmstart.. Furthermore, the authors show that it is possible to build a simple cost-based optimizer to automatically select a near-optimal execution plan for feature selection.
read more




