{ "info": { "author": "Liangmin Li", "author_email": "1508490934@qq.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering :: Information Analysis" ], "description": "Case Western Reserve University Bearing Data\n============================================\n\nUsage\n-----\n\n.. code-block:: python\n\n import cwru\n data = cwru.CWRU(\"12DriveEndFault\", \"1797\", 384)\n\nThen, you can use ``data.X_train``, ``data.y_train``, ``data.X_test``, ``data.y_test``, ``data.labels``, ``data.nclasses`` to train and evaluate your data driven fault diagnostic algrithms.\n\nNot have a local copy of CWRU Bearing data on your machine? Don't be worry, These ``.mat`` files required by your code will be automatically downloaded from `Case Western Reserve University Bearing Data Center`_, renamed properly with their corresponding class, stored in ``~/Datasets/CWRU`` directory to avoid downloading in future.\n\nArguments\n---------\n\nThe constructor of class ``cwru.CWRU`` has three arguments:\n\n* **exp**: experiment, supporting ``\"12DriveEndFault\", \"12FanEndFault\", \"48DriveEndFault\"``\n* **rpm**: rpm during testing\n* **length**: length of the signal slice, namely ``X_train.shape[1]``\n\nInstall\n-------\n\nInstall by pip:\n\n $ pip install --user cwru\n\nOr install manually:\n\n $ python setup.py install\n\nTest\n----\n\nYou can run unit test by:\n\n $ python -m unittest discover\n\n.. _Case Western Reserve University Bearing Data Center: http://csegroups.case.edu/bearingdatacenter/pages/download-data-file", "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/Litchiware/cwru", "keywords": "cwru bearing fault diagnosis dataset", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "cwru", "package_url": "https://pypi.org/project/cwru/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cwru/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Litchiware/cwru" }, "release_url": "https://pypi.org/project/cwru/0.2/", "requires_dist": null, "requires_python": null, "summary": "Case Western Reserve University Bearing Data", "version": "0.2" }, "last_serial": 2161101, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ba3d8cd14fa99257efdaa4d5e51a764a", "sha256": "0582a7b78d3db9e419931e4370cda23ebe2b61ad525599fd97c58e65bf2182aa" }, "downloads": -1, "filename": "cwru-0.1.tar.gz", "has_sig": false, "md5_digest": "ba3d8cd14fa99257efdaa4d5e51a764a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3562, "upload_time": "2016-06-10T12:19:20", "url": "https://files.pythonhosted.org/packages/4c/14/201d9bc5003656059cae479845f862e3b359e134d8c37cac0a36a710e7f9/cwru-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "2c5dbe6802a0f9547142a2653bdbe8db", "sha256": "1cafc844a6851843bc4f9b309b5dfdc52fb9c1886cd849cd1427571bafa4fe70" }, "downloads": -1, "filename": "cwru-0.2.tar.gz", "has_sig": false, "md5_digest": "2c5dbe6802a0f9547142a2653bdbe8db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4228, "upload_time": "2016-06-10T16:59:32", "url": "https://files.pythonhosted.org/packages/6e/7d/a0725229e8079af6aa9bc09ba632ffebe396ff88520b0f923ed883507b6a/cwru-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2c5dbe6802a0f9547142a2653bdbe8db", "sha256": "1cafc844a6851843bc4f9b309b5dfdc52fb9c1886cd849cd1427571bafa4fe70" }, "downloads": -1, "filename": "cwru-0.2.tar.gz", "has_sig": false, "md5_digest": "2c5dbe6802a0f9547142a2653bdbe8db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4228, "upload_time": "2016-06-10T16:59:32", "url": "https://files.pythonhosted.org/packages/6e/7d/a0725229e8079af6aa9bc09ba632ffebe396ff88520b0f923ed883507b6a/cwru-0.2.tar.gz" } ] }