{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved", "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: OS Independent", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering", "Topic :: Software Development" ], "description": "# pyxit\n\nThis code implements the core algorithms for Random subwindows extraction and Extra-Trees classifiers.\nIt is used by Cytomine DataMining applications: classification_validation, classification_model_builder, classification_prediction,\nsegmentation_model_builder and segmentation_prediction.\nBut it can be run without Cytomine on local data (using dir_ls and dir_ts arguments).\n\nIt is based on the following paper:\n\n1) For image/object classification:\n\"Towards Generic Image Classification using Tree-based Learning: an Extensive Empirical Study\".\nRaphael Maree, Pierre Geurts, Louis Wehenkel.\nPattern Recognition Letters, DOI: 10.1016/j.patrec.2016.01.006, 2016. \n\n\n2) For image semantic segmentation:\nFast Multi-Class Image Annotation with Random Subwindows and Multiple Output Randomized Trees\nDumont et al., 2009\nhttp://orbi.ulg.ac.be/handle/2268/12205\n\n# Install\nSimply: \n```\npip install pyxit\n```\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://uliege.cytomine.org", "keywords": "", "license": "LICENSE", "maintainer": "", "maintainer_email": "", "name": "pyxit", "package_url": "https://pypi.org/project/pyxit/", "platform": "", "project_url": "https://pypi.org/project/pyxit/", "project_urls": { "Homepage": "http://uliege.cytomine.org" }, "release_url": "https://pypi.org/project/pyxit/1.1.3/", "requires_dist": [ "scikit-learn", "numpy", "scipy", "pillow", "joblib" ], "requires_python": "", "summary": "Implementation of Random subwindows and Extra-Trees algorithm.", "version": "1.1.3" }, "last_serial": 4556535, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "580d023861fd0881532469ab50415b38", "sha256": "8f134d3d32eb7c9c47a9c537527a39faa2eeb292c45e936c0089af4d7794ff76" }, "downloads": -1, "filename": "pyxit-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "580d023861fd0881532469ab50415b38", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9214, "upload_time": "2018-11-12T12:55:03", "url": "https://files.pythonhosted.org/packages/bf/43/8c1f5c1f15b8787bb9b9deb3cf4799c7aa9e4ce679d004031ce0c5119f43/pyxit-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "987c8cbfb53764e6958babec19672900", "sha256": "d0c2c4374f688d170344e032236be245a2f14f9caa522ed72933caf7f6a937c6" }, "downloads": -1, "filename": "pyxit-1.0.0.tar.gz", "has_sig": false, "md5_digest": "987c8cbfb53764e6958babec19672900", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6693, "upload_time": "2018-11-12T12:55:07", "url": "https://files.pythonhosted.org/packages/6a/8f/9d29db1d2d978ccef5c5ccb91366a25a5debf09544f2a289c58a8650e301/pyxit-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "d689bcaa2b2b2352c1f6039e55db1632", "sha256": "55129ae7cf124996bbe4c11490a023ecdda62c7fbe465c116de474c9622d4dde" }, "downloads": -1, "filename": "pyxit-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d689bcaa2b2b2352c1f6039e55db1632", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10804, "upload_time": "2018-11-13T17:21:11", "url": "https://files.pythonhosted.org/packages/ca/76/5328f5b04c2450e992e3bdaead65dc53b938a4c09491d3bdf06ed0b12a6b/pyxit-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a89154a659722611ad5136e0c4926525", "sha256": "842c95bd46780c5a4c2187cec4360913a4fa4063b9480dc515b10de34e70cc3f" }, "downloads": -1, "filename": "pyxit-1.1.0.tar.gz", "has_sig": false, "md5_digest": "a89154a659722611ad5136e0c4926525", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7345, "upload_time": "2018-11-13T17:21:14", "url": "https://files.pythonhosted.org/packages/a6/ae/81d8a449cdc89677aa5e12c7ba72179bb40f5b841383968c27ec8090b4bd/pyxit-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "65ee224a259a25cb5964a7dc24ee7e2b", "sha256": "a0d7405991362ed86b20549c81ae82c4cab1861335b13c1df9678df499cde798" }, "downloads": -1, "filename": "pyxit-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "65ee224a259a25cb5964a7dc24ee7e2b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10883, "upload_time": "2018-11-22T17:01:28", "url": "https://files.pythonhosted.org/packages/27/8e/c69c9975cdb109291c1e5bcf438afd390353864484ddc1671ec4fbb44283/pyxit-1.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a8660178ce0dde3dc896114bb57fb6ad", "sha256": "1fe2d412bee3da7481388179dee25056625bc1f740683775c19b2fa541cbb79f" }, "downloads": -1, "filename": "pyxit-1.1.1.tar.gz", "has_sig": false, "md5_digest": "a8660178ce0dde3dc896114bb57fb6ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7339, "upload_time": "2018-11-22T17:01:31", "url": "https://files.pythonhosted.org/packages/d9/50/d036f1e45b8bf43af8a599ecb00b0320652ff424cd7870ed83ac9fe74833/pyxit-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "cc4c5bc3ce855a4d79c5097569dcaa0a", "sha256": "e9dbf611a372521ddd76af75368c749ef29c170c5bfe645d8d52cd06a8f4833f" }, "downloads": -1, "filename": "pyxit-1.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "cc4c5bc3ce855a4d79c5097569dcaa0a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10833, "upload_time": "2018-12-03T14:41:18", "url": "https://files.pythonhosted.org/packages/db/45/a148dd9070e0387fbcc739cf830c400ac17a6c77e981fa893030e69187d0/pyxit-1.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e602418dc571603524c3d68bed1bbe80", "sha256": "203f3e8a8635fad0353c903bdc76274d387efe6481279b2fd0f682039226c608" }, "downloads": -1, "filename": "pyxit-1.1.2.tar.gz", "has_sig": false, "md5_digest": "e602418dc571603524c3d68bed1bbe80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7294, "upload_time": "2018-12-03T14:41:20", "url": "https://files.pythonhosted.org/packages/20/80/01fdc3fe545e0c8b25ef50564d3afd4d31ab62e64eca51e6f57ad03d3dcc/pyxit-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "f998be34cde36e71109919ce49fe439a", "sha256": "958e8d2f6d90f4f5cb4c0f3510afcaa10733500211b27db2abe6c4a145e9cf15" }, "downloads": -1, "filename": "pyxit-1.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "f998be34cde36e71109919ce49fe439a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10833, "upload_time": "2018-12-03T17:19:14", "url": "https://files.pythonhosted.org/packages/b3/07/11f3a9ea4f66040e9e73f267068e01b7a57a7ee9f43310940af45a2a015c/pyxit-1.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "98ee80d7d3d9211c3f142f72bab596c2", "sha256": "779645097b80fb6adee8173e68b6ed08d45864a6ac6bb28b3baba08667c06149" }, "downloads": -1, "filename": "pyxit-1.1.3.tar.gz", "has_sig": false, "md5_digest": "98ee80d7d3d9211c3f142f72bab596c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7304, "upload_time": "2018-12-03T17:19:15", "url": "https://files.pythonhosted.org/packages/8d/8a/d44bf7de00fc325d4829254d3c7deaf256d62f6374353aca847fa5c8f738/pyxit-1.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f998be34cde36e71109919ce49fe439a", "sha256": "958e8d2f6d90f4f5cb4c0f3510afcaa10733500211b27db2abe6c4a145e9cf15" }, "downloads": -1, "filename": "pyxit-1.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "f998be34cde36e71109919ce49fe439a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10833, "upload_time": "2018-12-03T17:19:14", "url": "https://files.pythonhosted.org/packages/b3/07/11f3a9ea4f66040e9e73f267068e01b7a57a7ee9f43310940af45a2a015c/pyxit-1.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "98ee80d7d3d9211c3f142f72bab596c2", "sha256": "779645097b80fb6adee8173e68b6ed08d45864a6ac6bb28b3baba08667c06149" }, "downloads": -1, "filename": "pyxit-1.1.3.tar.gz", "has_sig": false, "md5_digest": "98ee80d7d3d9211c3f142f72bab596c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7304, "upload_time": "2018-12-03T17:19:15", "url": "https://files.pythonhosted.org/packages/8d/8a/d44bf7de00fc325d4829254d3c7deaf256d62f6374353aca847fa5c8f738/pyxit-1.1.3.tar.gz" } ] }