Fix spelling in documents (#6948)
* Update roxygen2 doc. Co-authored-by: fis <jm.yuan@outlook.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
This folder contains testcases for XGBoost c++ core, Python package and some other CI
|
||||
This folder contains test cases for XGBoost c++ core, Python package and some other CI
|
||||
facilities.
|
||||
|
||||
# Directories
|
||||
@@ -9,7 +9,7 @@ facilities.
|
||||
* python: Tests for Python package, demonstrations and CLI. For how to setup the
|
||||
dependencies for tests, see conda files in `ci_build`.
|
||||
* python-gpu: Similar to python tests, but for GPU.
|
||||
* travis: CI facilities for travis.
|
||||
* travis: CI facilities for Travis.
|
||||
* distributed: Legacy tests for distributed system. Most of the distributed tests are
|
||||
in Python tests using `dask` and jvm package using `spark`.
|
||||
* benchmark: Legacy benchmark code. There are a number of benchmark projects for
|
||||
@@ -17,4 +17,4 @@ facilities.
|
||||
|
||||
# Others
|
||||
* pytest.ini: Describes the `pytest` marker for python tests, some markers are generated
|
||||
by `conftest.py` file.
|
||||
by `conftest.py` file.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""Generate synthetic data in LibSVM format."""
|
||||
"""Generate synthetic data in LIBSVM format."""
|
||||
|
||||
import argparse
|
||||
import io
|
||||
|
||||
Reference in New Issue
Block a user