mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[Release] Change all cpus_per_actor in xgboost test. (#18717)
This commit is contained in:
parent
2c92f737f9
commit
09e760a1fd
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ def main():
|
|||
|
||||
bst = train_xgboost(
|
||||
config, df_train, df_validation, "label",
|
||||
RayParams(max_actor_restarts=1, cpus_per_actor=8, num_actors=4))
|
||||
RayParams(max_actor_restarts=1, cpus_per_actor=4, num_actors=4))
|
||||
tune_xgboost(df_train, df_validation, "label")
|
||||
inference_df = RayDMatrix(
|
||||
df_train[sorted(df_train.columns)], ignore=["label", "partition"])
|
||||
|
|
Loading…
Add table
Reference in a new issue