Skip to content

an extension of signed sklearn.linear_model.ElasticNet

License

Notifications You must be signed in to change notification settings

pvpanov/enet_plus

Repository files navigation

ENet plus

Elastic net that works simlilar to sklearn.linear_model.ElasticNet with

  • the ability to bound the learned coefficients;
  • finer control over what coefficients get penalized;
  • the ability to add extra penalties.

The package essentially runs scipy.optimize(method='lbfgs', ...) in the background.

About

an extension of signed sklearn.linear_model.ElasticNet

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages