Skip to content

Commit

Permalink
add an extra setting to set display prgress bar to None
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuowei Li committed Dec 20, 2024
1 parent 4070840 commit b5cae99
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class LinearRegression(RegressorMixin, LinearModel):
>>> from bigframes.ml.linear_model import LinearRegression
>>> import bigframes.pandas as bpd
>>> bpd.options.display.progress_bar = None
>>> # initialize data of lists.
>>> data = {
Expand Down

0 comments on commit b5cae99

Please sign in to comment.