Skip to content

Commit

Permalink
Update docs/posts/udf-rewriting/index.qmd
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler White <[email protected]>
  • Loading branch information
2 people authored and cpcloud committed Feb 12, 2025
1 parent 3be65a3 commit 96751b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/posts/udf-rewriting/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ optimized_expr = prune_gbdt_model(expr.op(), predict_gbdt, model)
result = optimized_expr.to_expr().execute()
```
When this is done, the model inside `predict_gbdt` will be **pruned** based on
When this is done, the model inside `predict_gbdt` will be **pruned** based on
the expression's filter conditions. This can yield significant speedups on
large datasets (see @tbl-perf).
Expand Down

0 comments on commit 96751b1

Please sign in to comment.