-
Notifications
You must be signed in to change notification settings - Fork 13
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
Feature request: Support for tables #154
Comments
Unrelated to MLJLinearModels. Please ask on discourse for help or possibly open an issue in MLJ directly. The data that gets passed through is not properly typed. You can see that here:
It should be a |
Right, sorry, I was under the impression that MLJ models were expected to accept arbitrary tables as inputs, rather than just accepting |
Issue name is incorrect, MLJ handles tables just fine and MLJLM handles matrices as it should too; the interface is handled by MLJ; the issue here is that you did not encode the categorical features.
The TLDR: use an encoder then pass to the linear regressor. |
For example:
Similar issue in EvoTrees.jl.
The text was updated successfully, but these errors were encountered: