Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs(bigquery): update minor changes for bigframes/ml/base.py
  • Loading branch information
shuoweil committed Dec 16, 2024
commit c70806789be950ca96651782c845d148a98d3c9b
4 changes: 4 additions & 0 deletions bigframes/ml/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@

class BaseEstimator(bigframes_vendored.sklearn.base.BaseEstimator, abc.ABC):
"""
<<<<<<< HEAD
A BigQuery DataFrames machine learning component following the SKLearn API
=======
A BigQuery DataFrames machine learning component follows sklearn API
>>>>>>> c9318d02 (docs(bigquery): update minor changes for bigframes/ml/base.py)
design Ref: https://bit.ly/3NyhKjN

The estimator is the fundamental abstraction for all learning components. This includes learning
Expand Down