Skip to content

chore: sync internal changes to GitHub #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 20, 2023
Merged

chore: sync internal changes to GitHub #34

merged 1 commit into from
Sep 20, 2023

Conversation

tswast
Copy link
Collaborator

@tswast tswast commented Sep 20, 2023

To generate this PR, I ran

git cherry-pick --strategy-option=theirs --no-commit 7ee05a98d3f1deb3f386208f269d66f44f0d7b52...052abe697c038334da5dbaea91d1a98c60f96656

feat: support optimize_strategy parameter in bigframes.ml.linear_model.LinearRegression
feat: support l2_reg parameter in bigframes.ml.linear_model.LinearRegression
feat: support max_iterations parameter in bigframes.ml.linear_model.LinearRegression
feat: support learn_rate_strategy parameter in bigframes.ml.linear_model.LinearRegression
feat: support early_stop parameter in bigframes.ml.linear_model.LinearRegression
feat: support min_rel_progress parameter in bigframes.ml.linear_model.LinearRegression
feat: support ls_init_learn_rate parameter in bigframes.ml.linear_model.LinearRegression
feat: support calculate_p_values parameter in bigframes.ml.linear_model.LinearRegression
feat: support enable_global_explain parameter in bigframes.ml.linear_model.LinearRegression
test: add golden SQL test for logistic model
test: extend ml golden sql test linear_reg
docs: link to Remote Functions code samples from README and API reference
feat: support df[column_name] = df_only_one_column
feat: add DataFrame.rolling and DataFrame.expanding methods
feat: add DataFrame.kurtosis / DF.kurt method
feat: support class_weights="balanced" in LogisticRegression model

feat: support `optimize_strategy` parameter in `bigframes.ml.linear_model.LinearRegression`
feat: support `l2_reg` parameter in `bigframes.ml.linear_model.LinearRegression`
feat: support `max_iterations` parameter in `bigframes.ml.linear_model.LinearRegression`
feat: support `learn_rate_strategy` parameter in `bigframes.ml.linear_model.LinearRegression`
feat: support `early_stop` parameter in `bigframes.ml.linear_model.LinearRegression`
feat: support `min_rel_progress` parameter in `bigframes.ml.linear_model.LinearRegression`
feat: support `ls_init_learn_rate` parameter in `bigframes.ml.linear_model.LinearRegression`
feat: support `calculate_p_values` parameter in `bigframes.ml.linear_model.LinearRegression`
feat: support `enable_global_explain` parameter in `bigframes.ml.linear_model.LinearRegression`
test: add golden SQL test for logistic model
test: extend ml golden sql test linear_reg
docs: link to Remote Functions code samples from README and API reference
feat: support `df[column_name] = df_only_one_column`
feat: add `DataFrame.rolling` and `DataFrame.expanding` methods
feat: add `DataFrame.kurtosis` / `DF.kurt` method
feat: support `class_weights="balanced"` in `LogisticRegression` model
@tswast tswast requested review from a team as code owners September 20, 2023 15:12
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Sep 20, 2023
@tswast tswast requested a review from milkshakeiii September 20, 2023 15:22
@tswast tswast added the automerge Merge the pull request once unit tests and other checks pass. label Sep 20, 2023
Copy link
Contributor

@ashleyxuu ashleyxuu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tswast tswast merged commit c1900c2 into main Sep 20, 2023
@tswast tswast deleted the sync-github branch September 20, 2023 16:26
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants