-
Notifications
You must be signed in to change notification settings - Fork 36
sample code does not run in Julia 1.4 #38
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
Comments
Are you sure you imported Loess? using Loess
predict # predict is now imported |
If there's a conflict with another package, try using |
If that didn't resolve your issue, please open a new issue! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sample code doesn't work. Using Julia 1.4
vs = predict(model, us) raises error "no such method"
The text was updated successfully, but these errors were encountered: