DOI-BOR / PyForecast

PyForecast is a statistical modeling tool used by Reclamation water managers and reservoir operators to train and build predictive models for seasonal inflows and streamflows. PyForecast allows users to make current water-year forecasts using models developed with the program.
Other
28 stars 12 forks source link

Implement LASSO Regression #25

Open jslanini opened 4 years ago

jslanini commented 4 years ago

LASSO regression is a useful technique for building sparse models and aiding in variable selection. Suggest we implement it as an alternative to the existing methods.

tjrocha commented 4 years ago

Cookbook for documentation

https://www.analyticsvidhya.com/blog/2016/01/complete-tutorial-ridge-lasso-regression-python/