Skip to content
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

Fix issue with linear regressor with fixed parameters #1068

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

bloebp
Copy link
Member

@bloebp bloebp commented Nov 10, 2023

Before, when creating a linear regressor with fixed parameters, the parameters would be overridden upon fitting to data. Now, the parameters remain fixed.

@bloebp bloebp requested a review from petergtz November 10, 2023 00:14
@bloebp bloebp force-pushed the fix_auto_assign_classif branch from 041d5ab to 0ed0efd Compare November 10, 2023 00:20
@bloebp bloebp force-pushed the fixed_linear_regression branch from b041898 to c6a7667 Compare November 10, 2023 00:21
@bloebp bloebp force-pushed the fix_auto_assign_classif branch 2 times, most recently from 60a2c2e to f00efd2 Compare November 10, 2023 07:21
@bloebp bloebp force-pushed the fixed_linear_regression branch from c6a7667 to 1690081 Compare November 10, 2023 07:21
petergtz
petergtz previously approved these changes Nov 10, 2023
@bloebp bloebp force-pushed the fix_auto_assign_classif branch from f00efd2 to 34d3a87 Compare November 15, 2023 15:02
Base automatically changed from fix_auto_assign_classif to main November 15, 2023 15:19
@bloebp bloebp dismissed petergtz’s stale review November 15, 2023 15:19

The base branch was changed.

Before, when creating a linear regressor with fixed parameters, these parameters are overridden when fit to data. Now, the parameters remain fixed.

Signed-off-by: Patrick Bloebaum <bloebp@amazon.com>
@bloebp bloebp force-pushed the fixed_linear_regression branch from 1690081 to 21fba9f Compare November 15, 2023 15:20
@bloebp bloebp merged commit 57656af into main Nov 15, 2023
2 of 30 checks passed
@bloebp bloebp deleted the fixed_linear_regression branch November 15, 2023 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants