Loess.jl icon indicating copy to clipboard operation
Loess.jl copied to clipboard

LoessModel should implement StatsBase.RegressionModel interface?

Open tlnagy opened this issue 4 years ago • 1 comments

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

tlnagy avatar Apr 06 '20 23:04 tlnagy

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)

ayushpatnaikgit avatar Jun 28 '23 13:06 ayushpatnaikgit