fixed some typos (#1814)

This commit is contained in:
Dr. Kashif Rasul
2016-11-25 22:34:57 +01:00
committed by Yuan (Terry) Tang
parent be2f28ec08
commit da2556f58a
14 changed files with 32 additions and 38 deletions

View File

@@ -138,7 +138,7 @@ make the-markdown-to-make.md
- Add the generated figure to the ```dmlc/web-data``` repo.
- If you already cloned the repo to doc, this means a ```git add```
- Create PR for both the markdown and ```dmlc/web-data```
- You can also build the document locally by typing the followig command at ```doc```
- You can also build the document locally by typing the following command at ```doc```
```bash
make html
```

View File

@@ -6,7 +6,7 @@ This page contains guidelines to use and develop mxnets.
- [How to Install XGBoost](../build.md)
## Use XGBoost in Specific Ways
- [Parameter tunning guide](param_tuning.md)
- [Parameter tuning guide](param_tuning.md)
- [Use out of core computation for large dataset](external_memory.md)
## Develop and Hack XGBoost