Metadata-Version: 1.1
Name: L1L2Py
Version: 1.0.0
Summary: l1l2py is a Python package to perform feature selection by means of l1l2 regularization with double optimization
Home-page: http://slipguru.disi.unige.it/l1l2py
Author: L1L2Py developers - SlipGURU
Author-email: salvatore.masecchia@unige.it
License: GNU GPL version 3
Download-URL: http://slipguru.disi.unige.it/L1L2Py.tar.gz
Description: 
        L1L2Py (l1l2py) is a Python package to perform feature selection by means
        of l1l2 regularization with double optimization.
        
        L1L2Py makes use of NumPy <http://numpy.scipy.org> to provide fast
        N-dimensional array manipulation.
        
        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>.
        
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)
