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
No description provided.
The text was updated successfully, but these errors were encountered:
has-intercept not yet implemented in fastmath
has-intercept
Sorry, something went wrong.
@daslu Do you have used fastmath/OLS and looked at this question of "has-intercept" ? Not sure, if there is something to change here
@behrica Fastmath's lm model has an :intercept? option: https://github.com/generateme/fastmath/blob/f5ffc6d/src/fastmath/ml/regression.clj#L291
lm
:intercept?
:intercept? - should intercept term be included, default: true
true
Yes, it is useful. We use it in our tutorials: https://scicloj.github.io/noj/noj_book.linear_regression_intro.html#prediction-by-day-of-week https://scicloj.github.io/tablemath/tablemath_book.reference.html#examples-5
Or maybe I did not understand the question?
What do you mean by threshold?
I wonder if I still need to implement something. Not sure why I created this issue.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: