Skip to content

Commit

Permalink
fix: more grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Brock Wade committed Oct 26, 2022
1 parent 903d009 commit 044265a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@
"id": "8a8d759d",
"metadata": {},
"source": [
"Update the pipeline and re-execute. The new execution will result in cache hits for both steps, as the `instance_type` param does not affect the cache."
"Update the pipeline and re-execute. The new execution will result in cache hits for both steps, as the `instance_type` parameter does not affect the cache."
]
},
{
Expand Down Expand Up @@ -717,7 +717,7 @@
"id": "6b26de1c",
"metadata": {},
"source": [
"Now, change a different set of parameters for the steps. For the processing step, use a different code script from the artifacts directory. For the training step, update some of the hyper parameters."
"Now, change a different set of parameters for the steps. For the processing step, use a different code script from the artifacts directory. For the training step, update some hyperparameters."
]
},
{
Expand Down Expand Up @@ -811,7 +811,7 @@
"id": "06bbd71d",
"metadata": {},
"source": [
"Because input code artifacts and hyper parameters directly affect the job results, these attributes are tracked by the cache. This will result in cache misses during the next pipeline execution, and both steps will re-execute."
"Because input code artifacts and hyperparameters directly affect the job results, these attributes are tracked by the cache. This will result in cache misses during the next pipeline execution, and both steps will re-execute."
]
},
{
Expand Down

0 comments on commit 044265a

Please sign in to comment.