{ "info": { "author": "Maria Grigorieva", "author_email": "magsend@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# ClusterLog: Unsupervised Clusterization of Error Messages\n\n**Input:**\n Pandas DataFrame with error log messages\n\n**Output:**\n Dictionary of clusters\n\n**Clusterization of error log messages is implemented as a chain of methods:**\n\n1. data_preparation - cleaning initial log messages from unnecessary substrings (UUID, line numbers,...)\n2. tokenization - split each log message into tokens (NLTK|pyonmttok)\n3. tokens_vectorization - train word2vec model\n4. sentence_vectorization - convert word2vec to sent2vec model\n5. tuning_parameters - search epsilon for the DBSCAN algorithm\n6. dbscan - execute DBSCAN clusterization, returns cluster labels\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/maria-grigorieva/ClusterLog.git", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "ClusterLogs", "package_url": "https://pypi.org/project/ClusterLogs/", "platform": "", "project_url": "https://pypi.org/project/ClusterLogs/", "project_urls": { "Homepage": "https://github.com/maria-grigorieva/ClusterLog.git" }, "release_url": "https://pypi.org/project/ClusterLogs/0.0.1/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Unsupervized Error Logs Clusterization", "version": "0.0.1" }, "last_serial": 5997476, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b44b8904f212ba47d410826ae269863b", "sha256": "5fbcf43710ecac2724a3c557571e70705000fba74fbc1423bb097935f428bacc" }, "downloads": -1, "filename": "ClusterLogs-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b44b8904f212ba47d410826ae269863b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 4970, "upload_time": "2019-10-18T20:52:15", "url": "https://files.pythonhosted.org/packages/e5/ab/b4eff1840b30b90b9bc6594ca6b06fd935de0374d70943400338742f09b0/ClusterLogs-0.0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b44b8904f212ba47d410826ae269863b", "sha256": "5fbcf43710ecac2724a3c557571e70705000fba74fbc1423bb097935f428bacc" }, "downloads": -1, "filename": "ClusterLogs-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b44b8904f212ba47d410826ae269863b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 4970, "upload_time": "2019-10-18T20:52:15", "url": "https://files.pythonhosted.org/packages/e5/ab/b4eff1840b30b90b9bc6594ca6b06fd935de0374d70943400338742f09b0/ClusterLogs-0.0.1-py3-none-any.whl" } ] }