VW support multiple input columns which are mapped to namespaces.
Controls hashing parameters such us number of bits (numbits) and how to handle collisions.
Controls hashing parameters such us number of bits (numbits) and how to handle collisions.
Base implementation of VowpalWabbit learners.
Base implementation of VowpalWabbit learners.
parameters that regularly are swept through are exposed as proper parameters.
Base trait to wrap the model for prediction.
This transformer is not intended to be used with VW classifier or regressor, but rather to bring sparse interaction concept to other SparkML learners (e.g.
This transformer is not intended to be used with VW classifier or regressor, but rather to bring sparse interaction concept to other SparkML learners (e.g. LR).
VW style murmur hash with pre-hashing of an initially specified prefix.
VW support multiple input columns which are mapped to namespaces. Note: when one wants to create quadratic features within VW you'd specify additionalFeatures. Each feature column is treated as one namespace. Using -q 'uc' for columns 'user' and 'content' you'd get all quadratics for features in user/content (the first letter is called feature group and VW users are used to it... before somebody starts complaining ;)