Skip to content

Commit

Permalink
[AIR] Rewording in analyze_tuning_results.ipynb (ray-project#32671)
Browse files Browse the repository at this point in the history
Porting editing suggestions that were made in the 2.3 release: ray-project#32514 (comment)

Signed-off-by: angelinalg <122562471+angelinalg@users.noreply.github.com>
  • Loading branch information
angelinalg authored and peytondmurray committed Mar 22, 2023
1 parent 09fd6e2 commit c578474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/ray-air/examples/analyze_tuning_results.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"source": [
"With these parameters in place, we'll create a Ray AIR `XGBoostTrainer`.\n",
"\n",
"Note a few things here. First, we pass in a `scaling_config` to configure the distributed training behavior of each individual XGBoost training job. Here, we want to distribute training across 2 workers.\n",
"Note that we pass in a `scaling_config` to configure the distributed training behavior of each individual XGBoost training job. We want to distribute training across 2 workers.\n",
"\n",
"The `label_column` specifies which columns in the dataset contains the target values. `params` are the XGBoost training params defined above - we can tune these later! The `datasets` dict contains the dataset we would like to train on. Lastly, we pass the number of boosting rounds to XGBoost."
]
Expand Down

0 comments on commit c578474

Please sign in to comment.