Metadata-Version: 2.1
Name: l-net
Version: 0.1.1
Summary: Adds the ability to combine l1 to l10 penalties in regression extending the elastic-net.
Home-page: https://github.com/austindavidbrown/l-net
Author: Austin David Brown
Author-email: brow5079@umn.edu
License: GPL3
Description: l-net
        ===========
        
        Adds the ability to combine l1 to l10 penalties in regression extending the elastic-net.
        
        Python Installation
        -------
        ```bash
        pip install l-net
        ```
        
        Or install from the github repo
        
        ```bash
        pip install numpy # install numpy
        pip install git+https://github.com/austindavidbrown/l-net/#egg=l-net\&subdirectory=python-package
        ```
        
        Tutorial
        -------
        [Python package Introduction](https://github.com/austindavidbrown/l-net/blob/master/doc/python_package_introduction.md)
        
        
        Documentation
        -------
        See the [Python package documentation](http://htmlpreview.github.io/?https://github.com/austindavidbrown/l-net/blob/master/doc/lnet.html) or help in Python.
        
        License
        -------
        The code is licensed under GPL-3.
        
        References
        ---------
        - This project began as a STAT8053 at the University of Minnesota.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
