-
Notifications
You must be signed in to change notification settings - Fork 103
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
Error running the model with timetk #162
Comments
This is because The following code would now be required. # linear regression model used, but can use any model
fit_lm <- lm(price ~ ., data = dplyr::select(beer_sales_tbl_aug, -c(date, diff, symbol)))
summary(fit_lm)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to predict some fish numbers and I found an older post that looks promising here:
[https://www.r-bloggers.com/2017/10/demo-week-time-series-machine-learning-with-timetk/]
However, I think the code does not longer work. Could you tell me what have changed to make the example work again?
I got an error message here:
The text was updated successfully, but these errors were encountered: