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

Infer whether a model should use regression or classification #55

Closed
dscolby opened this issue Jun 16, 2024 · 1 comment
Closed

Infer whether a model should use regression or classification #55

dscolby opened this issue Jun 16, 2024 · 1 comment
Assignees
Labels
design Changing design patterns for maintainability

Comments

@dscolby
Copy link
Owner

dscolby commented Jun 16, 2024

We can do this in the constructors using the var_type function instead of making a user pass in a task parameter.

@dscolby dscolby added the design Changing design patterns for maintainability label Jun 16, 2024
@dscolby dscolby self-assigned this Jun 16, 2024
@dscolby
Copy link
Owner Author

dscolby commented Jun 16, 2024

Fixed in commit dfa8d88

@dscolby dscolby closed this as completed Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Changing design patterns for maintainability
Projects
None yet
Development

No branches or pull requests

1 participant