Metadata-Version: 1.1
Name: L1L2Py
Version: 1.0.2
Summary: L1L2Py is a Python package to perform variable selection by means
of l1l2 regularization with double optimization.

Home-page: http://slipguru.disi.unige.it/Research/L1L2Py
Author: L1L2Py developers - SlipGURU
Author-email: salvatore.masecchia@disi.unige.it
License: GNU GPL version 3
Download-URL: http://slipguru.disi.unige.it/Research/L1L2Py/L1L2Py-1.0.2.tar.gz
Description: 
        L1L2Py makes use of NumPy <http://numpy.scipy.org> to provide fast
        N-dimensional array manipulation and is the Python implementation of the
        method proposed and applied in [DeMol09]_.
        
        L1L2Py is a project of the SlipGURU - Statistical Learning and Image Processing
        Genoa University Research Group - Via Dodecaneso, 35 - 16146 Genova, ITALY
        <http://slipguru.disi.unige.it>.
        
        L1L2Py is free software. It is licensed under the GNU General Public
        License (GPL) version 3 <http://www.gnu.org/licenses/gpl.html>.
        
        
        .. [DeMol09] C. De Mol, S. Mosci, M. Traskine, A. Verri,
        "A Regularized Method for Selecting Nested Group of Genes from
        Microarray Data"
        Journal of Computational Biology, vol. 16, pp. 677-690, 2009.
        
        
Keywords: feature selection,regularization,regression,classification,l1-norm,l2-norm
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires: numpy (>=1.3.0)
