Skip to content
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

LoessModel should implement StatsBase.RegressionModel interface? #36

Open
tlnagy opened this issue Apr 6, 2020 · 1 comment
Open

LoessModel should implement StatsBase.RegressionModel interface? #36

tlnagy opened this issue Apr 6, 2020 · 1 comment

Comments

@tlnagy
Copy link
Collaborator

tlnagy commented Apr 6, 2020

It would be great to have LoessModel implement the RegressionModel interface so we can use all the nice features from StatsBase.

@ayushpatnaikgit
Copy link

How about StatsModels API also?

So, we'll have

fit(Loess, @formula(y ~ x), dataframe; span = 0.5) 

Or / and

Loess(@formula(y ~ x), dataframe; span = 0.5)

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