Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix linear regression tutorial (apache#6978)
* Fix linear regression tutorial - Print training logs in notebook. - Switch from accuracy to mse for validation metrics. Accuracy doesn't make much sense for regression. - Lower the number of epochs to 50. Number of epochs in unnecessarily huge (1000) consuming too much time. Training converges in around 30 epochs. * Fix indentation.
- Loading branch information