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

Add test case for LogisticRegressionModel.copy() #836

Open
wants to merge 3 commits into
base: branch-25.02
Choose a base branch
from

Conversation

lijinf2
Copy link
Collaborator

@lijinf2 lijinf2 commented Feb 10, 2025

No description provided.

@lijinf2
Copy link
Collaborator Author

lijinf2 commented Feb 10, 2025

build

@lijinf2
Copy link
Collaborator Author

lijinf2 commented Feb 10, 2025

build

@lijinf2 lijinf2 marked this pull request as ready for review February 10, 2025 23:53
from .utils import get_toy_model

model_params: List[Dict[str, Any]] = [
{"featuresCol": "fea_dummy"},
Copy link
Collaborator

Choose a reason for hiding this comment

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

Are these the only params that make sense to change for a model copy?

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