Skip to content

Commit

Permalink
Linear regression Tutorial link (apache#6468)
Browse files Browse the repository at this point in the history
* Fixing a link in the linear regression tutorial.

The link was initally going to mxnet-test.readthedocs.io. Changed it to mxnet.io/api.

* More appropriate language.
  • Loading branch information
pracheer authored and Olivier committed May 30, 2017
1 parent 62637cd commit 795e892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/python/linear-regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ eval_iter = mx.io.NDArrayIter(eval_data, eval_label, batch_size, shuffle=False)
model.score(eval_iter, metric)
```

We also can create a custom metric and use it to evaluate the model. More
information on metrics can be found [here](http://mxnet-test.readthedocs.io/en/latest/api/metric.html).
We can also create a custom metric and use it to evaluate a model. More
information on metrics can be found in the [API documentation](http://mxnet.io/api/python/model.html#evaluation-metric-api-reference).

<!-- INSERT SOURCE DOWNLOAD BUTTONS -->

0 comments on commit 795e892

Please sign in to comment.