Effective use of RevoScaleR Transformations
Aug 13,
2019
As mentioned previously, several important RevoScaleR functions include provisions for transforming data within the function itself, rather than require separate steps in addition to the function call. This is advantageous, since it means that large datasets can be read once instead of having to be read repeatedly by several functions. rxImport, rxDataStep, and rxSplit support […]