{
"info": {
"author": "Risan Bagja Pradana",
"author_email": "risanbagja@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Scientific/Engineering :: Information Analysis"
],
"description": "========================\nIrish Flower Classifier\n========================\n\n.. image:: https://travis-ci.org/risan/iris-flower-classifier.svg?branch=master\n :target: https://travis-ci.org/risan/iris-flower-classifier\n.. image:: https://coveralls.io/repos/github/risan/iris-flower-classifier/badge.svg?branch=master\n :target: https://coveralls.io/github/risan/iris-flower-classifier?branch=master\n.. image:: https://img.shields.io/pypi/v/irisflower.svg\n :target: https://pypi.python.org/pypi/irisflower/\n.. image:: https://img.shields.io/pypi/l/irisflower.svg\n :target: https://pypi.python.org/pypi/irisflower/\n\nSimple module for identiying Irish flower species based on it's sepal and petal dimensions.\n\nDependencies\n------------------------\n\n- `SciPy `_\n- `Scikit Learn `_\n\nInstallation\n------------------------\n\nThe recomended way to install this module is through `pip `_.\n\n.. code-block:: bash\n\n pip install irisflower\n\nHow To Use\n------------------------\n\n.. code-block:: python\n\n # Import IrishFlowerClassifier class.\n from irisflower.classifier import IrisFlowerClassifier\n\n # Create a new instance of IrisFlowerClassifier.\n iris_flower = IrisFlowerClassifier()\n\n # Finaly classify the flower species.\n print iris_flower.classify(sepal_length=5,sepal_width=3,petal_length=1,petal_width=0.2)\n\nRunning Test\n------------------------\n\nIf you already have `node `_nose installed on your machine, simple run the following command:\n\n.. code-block:: bash\n\n nosetests\n\nOr you can also run the built in Python unittest command like so:\n\n.. code-block:: bash\n\n python -m unittest tests.test_classifier\n\nThis is my first attempt to learn machine learning and also\nmy first code written in Python! :snake:",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/risan/iris-flower-classifier",
"keywords": "machine learning classifier",
"license": "MIT",
"maintainer": null,
"maintainer_email": null,
"name": "irisflower",
"package_url": "https://pypi.org/project/irisflower/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/irisflower/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/risan/iris-flower-classifier"
},
"release_url": "https://pypi.org/project/irisflower/1.0.2/",
"requires_dist": null,
"requires_python": null,
"summary": "Iris flower species classifier",
"version": "1.0.2"
},
"last_serial": 2004351,
"releases": {
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "571cafa0705dd68f490a07542670cdd4",
"sha256": "2108d2922c3213210e738505ee4525581a42a81778f60f529ae7c5b175e5fa22"
},
"downloads": -1,
"filename": "irisflower-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "571cafa0705dd68f490a07542670cdd4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2890,
"upload_time": "2016-03-12T23:36:26",
"url": "https://files.pythonhosted.org/packages/45/91/061845f99b48f8349c9aeaa00d94e2d171e33c98a0dbba489f592cda5c5e/irisflower-1.0.0.tar.gz"
}
],
"1.0.1": [
{
"comment_text": "",
"digests": {
"md5": "eac9481387a5dc7fbc52414aa970f1bc",
"sha256": "d68bc091f94025a226e99e78d4845411266a9ddc980f58766c149b0242f5abe2"
},
"downloads": -1,
"filename": "irisflower-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "eac9481387a5dc7fbc52414aa970f1bc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2986,
"upload_time": "2016-03-13T11:34:24",
"url": "https://files.pythonhosted.org/packages/a3/58/94cbd3948bc8d304587b682e85c95b8a19e67db834eb68e02effa5d1f0b1/irisflower-1.0.1.tar.gz"
}
],
"1.0.2": [
{
"comment_text": "",
"digests": {
"md5": "4f30586174935f2a1b69696553540c06",
"sha256": "1f241384d0745213dab6d3eaffaa34bba1352f65f6e8134f8e9e17d4a0cac9a1"
},
"downloads": -1,
"filename": "irisflower-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "4f30586174935f2a1b69696553540c06",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3213,
"upload_time": "2016-03-13T14:19:27",
"url": "https://files.pythonhosted.org/packages/84/f2/54ba3d605258a8bbbe9df382a5c525517b8c8c0e8d5020de317f492cbddb/irisflower-1.0.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "4f30586174935f2a1b69696553540c06",
"sha256": "1f241384d0745213dab6d3eaffaa34bba1352f65f6e8134f8e9e17d4a0cac9a1"
},
"downloads": -1,
"filename": "irisflower-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "4f30586174935f2a1b69696553540c06",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3213,
"upload_time": "2016-03-13T14:19:27",
"url": "https://files.pythonhosted.org/packages/84/f2/54ba3d605258a8bbbe9df382a5c525517b8c8c0e8d5020de317f492cbddb/irisflower-1.0.2.tar.gz"
}
]
}