This examples trains a linear model using the sparse feature in MXNet. This is for demonstration purpose only.
The example utilizes the sparse data loader (mx.io.LibSVMIter), the sparse dot operator and sparse gradient updaters to train a linear model on the Avazu click-through-prediction dataset.
The example also shows how to perform distributed training with the sparse feature.
python train.pyNotes on Distributed Training:
../../tools/launch.py script to launch a cluster.../../../tools/launch.py -n 2 --launcher=local python train.py --kvstore=dist_async