Metadata-Version: 1.0
Name: Orange
Version: 2.5a2
Summary: Orange data mining library for python.
Home-page: http://orange.biolab.si
Author: Ales Erjavec
Author-email: ales.erjavec@fri.uni-lj.si
License: GNU General Public License (GPL)
Download-URL: http://orange.biolab.si/svn/orange/trunk
Description: Orange data mining library
        ==========================
        
        Orange is a scriptable environment for fast prototyping of new
        algorithms and testing schemes. It is a collection of Python packages
        that sit over the core library and implement some functionality for
        which execution time is not crucial and which is easier done in Python
        than in C++. This includes a variety of tasks such as attribute subset,
        bagging and boosting, and alike.
        
        Orange also includes a set of graphical widgets that use methods from 
        core library and Orange modules. Through visual programming, widgets
        can be assembled together into an application by a visual programming
        tool called Orange Canvas.
        
Keywords: data mining,machine learning,artificial intelligence
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
