We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
:fastmath/ols
fastmath.ml.regression/lm supports a :names option that controls the names of the coefficients when the model is printed. https://generateme.github.io/fastmath/clay/ml.html#lm
fastmath.ml.regression/lm
:names
In the metamorph.ml context, our data originate from a dataset, so we may use the column names for that.
metamorph.ml
The text was updated successfully, but these errors were encountered:
@daslu did you mention this as one of the changes you wanted to do, if /when we would add the model to tablecloth itself ?
(which I am not sure, we should do, as the model is available here)
Sorry, something went wrong.
Sorry for missing this message earlier.
Yes, I think we should have a Tablecloth function to take care of that eventually.
are you refering to pass :names as written here: https://generateme.github.io/fastmath/clay/ml.html#lm
If so, then fixing #27 will fix this as well.
Yes
Yes, but I am proposing this will happen automatically -- the dataset column names will be passed as :names by default.
daslu
No branches or pull requests
fastmath.ml.regression/lm
supports a:names
option that controls the names of the coefficients when the model is printed.https://generateme.github.io/fastmath/clay/ml.html#lm
In the
metamorph.ml
context, our data originate from a dataset, so we may use the column names for that.The text was updated successfully, but these errors were encountered: