StephanieYuan commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r214456211
########## File path: example/svrg_module/linear_regression/README.md ########## @@ -0,0 +1,7 @@ +### Linear Regression using SVRGModule on YearPredictionMSD dataset + +YearPredictionMSD: dataset contains over 400,000 samples with 90 features. Please uncomment data downloading script from +data_reader.py to download the data. + +This example trains a linear regression model using SVRGModule. Logs of the training results can be found in +experiments.log Review comment: It will be generated when runs the train script. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
