Skip to content

Commit b959838

Browse files
Shuowei Lishuoweil
andauthored
chore: Minor updates on doc "bigframes/ml/base.py" (#1184)
* docs(bigquery): update minor parts in base.py * docs(bigquery): update minor changes for bigframes/ml/base.py --------- Co-authored-by: Shuowei Li <[email protected]>
1 parent 421d24d commit b959838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigframes/ml/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
class BaseEstimator(bigframes_vendored.sklearn.base.BaseEstimator, abc.ABC):
3535
"""
36-
A BigQuery DataFrames machine learning component following the SKLearn API
36+
A BigQuery DataFrames machine learning component follows sklearn API
3737
design Ref: https://bit.ly/3NyhKjN
3838
3939
The estimator is the fundamental abstraction for all learning components. This includes learning

0 commit comments

Comments
 (0)