sparsereg icon indicating copy to clipboard operation
sparsereg copied to clipboard

a collection of modern sparse (regularized) linear regression algorithms.

Results 9 sparsereg issues
Sort by recently updated
recently updated
newest added

Hi, I downloaded and try to run the sindy file from Example folder. I have the most updated python and sklearn. But I got this error message showing up: ModuleNotFoundError:...

I am training a group lasso model with time series data, which means rho=0 in my model. In every month, I train the model with the data in the past...

Following conventions for the objective functions in the ElasticNet are used: sklearn: `of = 1/2N C + \alpha \mu P_1 + 0.5 \alpha (1-\mu) P_2` McConaughy: `of = C +...

- [ ] model - [ ] base - [ ] efs - [x] ffx - [ ] sindy - [ ] utils - [ ] preprocessing

Make sure that all `score` methods of all models satisfy the sklearn convention for scores of "bigger is better".

- [ ] model - [ ] base - [ ] efs - [ ] ffx - [x] sindy - [ ] utils - [x] preprocessing

help wanted

for SimpleBase with same input feature ProductBase should never be built.

- [x] rational model wrapper - [x] intercept_ - [ ] strategy pruning - [x] path_wise learning - [x] ~~timeout~~ just use max_iter