Skip to content

Commit

Permalink
Small cleanups for DMatrix constructor. (#11107)
Browse files Browse the repository at this point in the history
- Cleanup the C API documentation with consistent naming.
- Avoid virtual function call `Info()` in the ctor.
  • Loading branch information
trivialfis authored Dec 16, 2024
1 parent 543b57f commit 165b1fa
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 143 deletions.
2 changes: 2 additions & 0 deletions doc/contrib/ci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -513,9 +513,11 @@ which are translated to the following ``docker run`` invocations:
.. _vm_images:

------------------
Notes on VM images
------------------

In the ``vm_images/`` directory of `dmlc/xgboost-devops <https://github.com/dmlc/xgboost-devops>`_,
we define Packer scripts to build images for Virtual Machines (VM) on
`Amazon EC2 <https://aws.amazon.com/ec2/>`_.
Expand Down
Loading

0 comments on commit 165b1fa

Please sign in to comment.