Skip to content

Commit

Permalink
Update python-package/xgboost/core.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jiaming Yuan <[email protected]>
  • Loading branch information
david-cortes and trivialfis authored Dec 18, 2024
1 parent 86453fe commit e5e67cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/xgboost/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ class DataIter(ABC): # pylint: disable=too-many-instance-attributes
cache_prefix :
Prefix to the cache files, only used in external memory.
Note that using this class for non-quantile external memory **will cache data
Note that using this class for external memory **will cache data
on disk** under the path passed here.
release_data :
Expand Down

0 comments on commit e5e67cd

Please sign in to comment.