{ "info": { "author": "Mark Eremeev", "author_email": "m.eremeev@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Utilities" ], "description": "mlutils package is collection of various utilities for machine learning and AI planning. \r\n -- N-Ary tree class supported various search algorithms: pre-order, post-order, breadth-first \r\n heuristic (you should provide heuristic function) and random sampling. \r\n -- State space generation/search.\r\n -- Basic graph class. Implements generic directed graph.\r\n -- Finite automata graph. Implements discrete finite automata state machine on base of BasicGraph class.\r\n -- Processing graph. Implements network of asynchronius processing units, running in separate threads. \r\n Intended to be used as complex pipeline (pipenet) for machne learning or data processing.\r\n \r\nDependency:\r\n Package does not have extra dependencies except python standard library \r\n \r\nInstallation:\r\n Standard installation for pure python modules\r\n \r\nUsage examples:\r\n Each modute has test() function which implement brief self-testing and may serve as usage example", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/m.eremeev/mlutils", "keywords": "state space search,AI planning,machine learning pipeline,state machine,finite automaton", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "mlutils", "package_url": "https://pypi.org/project/mlutils/", "platform": "Any platform supporting python", "project_url": "https://pypi.org/project/mlutils/", "project_urls": { "Homepage": "https://gitlab.com/m.eremeev/mlutils" }, "release_url": "https://pypi.org/project/mlutils/0.2.0b/", "requires_dist": null, "requires_python": "", "summary": "Collection of various utilities for machine learning and AI planning.", "version": "0.2.0b" }, "last_serial": 2294856, "releases": { "0.1.0b": [ { "comment_text": "", "digests": { "md5": "8a236d58778bef93744a08c0df6e1bcb", "sha256": "40868784d2f83ef98083c339114cc6280518abb547ab7020514c72886a162f6d" }, "downloads": -1, "filename": "mlutils-0.1.0b.tar.gz", "has_sig": false, "md5_digest": "8a236d58778bef93744a08c0df6e1bcb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6792, "upload_time": "2015-07-06T03:58:32", "url": "https://files.pythonhosted.org/packages/8c/bc/e49d5877223be1ae40199dd59d223d006cca267ca9d544c466973e781c98/mlutils-0.1.0b.tar.gz" } ], "0.2.0b": [ { "comment_text": "", "digests": { "md5": "a5f5392a7d61c6283f17bdf578717a89", "sha256": "54bef4051088c2a9f2677dfe1a549becde2e1abb491f445f5419ee2cd82b181a" }, "downloads": -1, "filename": "mlutils-0.2.0b.tar.gz", "has_sig": false, "md5_digest": "a5f5392a7d61c6283f17bdf578717a89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10165, "upload_time": "2016-08-22T01:49:36", "url": "https://files.pythonhosted.org/packages/60/8b/95bfd70a0165fa71ad7c3ce14d1b040bc7c04ad9553d5a5b1f1f9b6c8005/mlutils-0.2.0b.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a5f5392a7d61c6283f17bdf578717a89", "sha256": "54bef4051088c2a9f2677dfe1a549becde2e1abb491f445f5419ee2cd82b181a" }, "downloads": -1, "filename": "mlutils-0.2.0b.tar.gz", "has_sig": false, "md5_digest": "a5f5392a7d61c6283f17bdf578717a89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10165, "upload_time": "2016-08-22T01:49:36", "url": "https://files.pythonhosted.org/packages/60/8b/95bfd70a0165fa71ad7c3ce14d1b040bc7c04ad9553d5a5b1f1f9b6c8005/mlutils-0.2.0b.tar.gz" } ] }