Metadata-Version: 1.1
Name: orangecontrib.earth
Version: 0.1.3
Summary: An implementation of MARS algorithm for Orange.
Home-page: https://bitbucket.org/ales_erjavec/orangecontrib-earth
Author: Bioinformatics Laboratory, FRI UL
Author-email: contact@orange.biolab.si
License: GPLv3
Download-URL: https://pypi.python.org/pypi/orangecontrib.earth
Description: orangecontrib.earth
        ===================
        
        orangecontrib.earth provides a an implementation of
        `Multivariate adaptive regression splines (MARS)`_ for the `Orange`_
        machine learning library. This implementation is based on the C code from
        `R package earth`_ by Stephen Milborrow.
        
        
        Documentation: http://pythonhosted.org/orangecontrib.earth/
        
        
        .. _`Multivariate adaptive regression splines (MARS)`: http://en.wikipedia.org/wiki/Multivariate_adaptive_regression_splines
        
        .. _`R package earth`: http://cran.r-project.org/web/packages/earth/index.html
        
        .. _`Orange`: http://orange.biolab.si
        
        
Keywords: mars,earth,multivariate adaptive regression splines,machine learning,orange add-on
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
