Skip to content

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

Closed
ronb1000 opened this issue Aug 8, 2020 · 4 comments
Closed

sample code does not run in Julia 1.4 #38

ronb1000 opened this issue Aug 8, 2020 · 4 comments

Comments

@ronb1000
Copy link

ronb1000 commented Aug 8, 2020

Sample code doesn't work. Using Julia 1.4

vs = predict(model, us) raises error "no such method"

@tlnagy
Copy link
Collaborator

tlnagy commented Aug 9, 2020

Are you sure you imported Loess?

using Loess

predict # predict is now imported

@ronb1000
Copy link
Author

ronb1000 commented Aug 12, 2020 via email

@tlnagy
Copy link
Collaborator

tlnagy commented Aug 12, 2020

If there's a conflict with another package, try using Loess.predict instead of predict to force the correct version. I don't personally use Plots.jl, I use Gadfly, but you should be able to pass your inputs and predicted values as x and y respectively.

@tlnagy
Copy link
Collaborator

tlnagy commented Aug 24, 2020

If that didn't resolve your issue, please open a new issue!

@tlnagy tlnagy closed this as completed Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants