time-series-anomaly-detector


Nametime-series-anomaly-detector JSON
Version 0.2.6 PyPI version JSON
download
home_pageNone
SummaryTime Series Anomaly Detector
upload_time2024-06-07 12:45:13
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseMIT License Copyright (c) Microsoft Corporation. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
keywords machine learning time series anomaly detection
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Environment
Tested on

[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-390/)
[![Python 3.10](https://img.shields.io/badge/python-3.10.8-blue.svg)](https://www.python.org/downloads/release/python-3108/)
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/)


# Getting Started
 
## Installing from pip
 
```bash
# install time-series-anomaly-detector
pip install time-series-anomaly-detector==0.2.6
```
 
## Installing from Source
<!-- ## Clone the Repository -->
 
```bash
git clone https://github.com/microsoft/anomaly-detector.git
pip install -e .
```
 
## Test
 
```bash
cd anomaly-detector/tests
python uvad_test.py
python test_demo.py
```
 
# Project
 
> This repo has been populated by an initial template to help get you started. Please
> make sure to update the content to build a great experience for community-building.
 
As the maintainer of this project, please make a few updates:
 
- Improving this README.MD file to provide a great experience
- Updating SUPPORT.MD with content about this project's support experience
- Understanding the security reporting process in SECURITY.MD
- Remove this section from the README
 
## Contributing
 
This project welcomes contributions and suggestions.  Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
 
When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.
 
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
 
## Trademarks
 
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
trademarks or logos is subject to and must follow
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
Any use of third-party trademarks or logos are subject to those third-party's policies.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "time-series-anomaly-detector",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": "Microsoft Corporation <ad-oss@microsoft.com>",
    "keywords": "machine learning, time series, anomaly detection",
    "author": null,
    "author_email": "Microsoft Corporation <ad-oss@microsoft.com>",
    "download_url": "https://files.pythonhosted.org/packages/4d/46/b8a4b0f1ca712ab6ee051400b1924d171776a7a50e6af181753506491c8d/time_series_anomaly_detector-0.2.6.tar.gz",
    "platform": null,
    "description": "# Environment\nTested on\n\n[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-390/)\n[![Python 3.10](https://img.shields.io/badge/python-3.10.8-blue.svg)](https://www.python.org/downloads/release/python-3108/)\n[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/)\n\n\n# Getting Started\n \n## Installing from pip\n \n```bash\n# install time-series-anomaly-detector\npip install time-series-anomaly-detector==0.2.6\n```\n \n## Installing from Source\n<!-- ## Clone the Repository -->\n \n```bash\ngit clone https://github.com/microsoft/anomaly-detector.git\npip install -e .\n```\n \n## Test\n \n```bash\ncd anomaly-detector/tests\npython uvad_test.py\npython test_demo.py\n```\n \n# Project\n \n> This repo has been populated by an initial template to help get you started. Please\n> make sure to update the content to build a great experience for community-building.\n \nAs the maintainer of this project, please make a few updates:\n \n- Improving this README.MD file to provide a great experience\n- Updating SUPPORT.MD with content about this project's support experience\n- Understanding the security reporting process in SECURITY.MD\n- Remove this section from the README\n \n## Contributing\n \nThis project welcomes contributions and suggestions.  Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.\n \nWhen you submit a pull request, a CLA bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n \nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n \n## Trademarks\n \nThis project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft\ntrademarks or logos is subject to and must follow\n[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).\nUse of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.\nAny use of third-party trademarks or logos are subject to those third-party's policies.\n",
    "bugtrack_url": null,
    "license": "MIT License \n \nCopyright (c) Microsoft Corporation. \n \nPermission is hereby granted, free of charge, to any person obtaining a copy \nof this software and associated documentation files (the \"Software\"), to deal \nin the Software without restriction, including without limitation the rights \nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell \ncopies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: \n \nThe above copyright notice and this permission notice shall be included in all \ncopies or substantial portions of the Software. \n \nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR \nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE \nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE \nSOFTWARE \n",
    "summary": "Time Series Anomaly Detector",
    "version": "0.2.6",
    "project_urls": {
        "Homepage": "https://github.com/microsoft/anomaly-detector"
    },
    "split_keywords": [
        "machine learning",
        " time series",
        " anomaly detection"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "598d9d2a2d6904ae0f931244753957672a5d377af644e0fdc7a5a7a276cae49f",
                "md5": "ffdb0dae1b89022fa6be201876e4cdc8",
                "sha256": "e50579051bc74487f9b18414b8ba6bc398a09857d04831b07a8cacc6ec0ffcef"
            },
            "downloads": -1,
            "filename": "time_series_anomaly_detector-0.2.6-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ffdb0dae1b89022fa6be201876e4cdc8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 516114,
            "upload_time": "2024-06-07T12:45:15",
            "upload_time_iso_8601": "2024-06-07T12:45:15.440879Z",
            "url": "https://files.pythonhosted.org/packages/59/8d/9d2a2d6904ae0f931244753957672a5d377af644e0fdc7a5a7a276cae49f/time_series_anomaly_detector-0.2.6-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bba072bba6e822bf64b506e39edcc425bc0cea78a1216837943558c7ffdd70f3",
                "md5": "7c0f500cc96198391c0a9fcebd13ecf5",
                "sha256": "5a462ad63fab7ca2b6696836fd9777e0b9e0c9f0f874ca0f2bc5f7a7881ded0f"
            },
            "downloads": -1,
            "filename": "time_series_anomaly_detector-0.2.6-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7c0f500cc96198391c0a9fcebd13ecf5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 516281,
            "upload_time": "2024-06-07T12:45:18",
            "upload_time_iso_8601": "2024-06-07T12:45:18.066795Z",
            "url": "https://files.pythonhosted.org/packages/bb/a0/72bba6e822bf64b506e39edcc425bc0cea78a1216837943558c7ffdd70f3/time_series_anomaly_detector-0.2.6-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "609f53bfcabc5a7b44ac3dce6af727ec5f895d9fb8bdf9e83d3aec298aefd9cf",
                "md5": "19596561b3e592ce1ec91bb0073f976a",
                "sha256": "81dc754669ec070465442efe9c83140cf309dca24b6a5e1a41a7b28ce681b53d"
            },
            "downloads": -1,
            "filename": "time_series_anomaly_detector-0.2.6-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "19596561b3e592ce1ec91bb0073f976a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 516642,
            "upload_time": "2024-06-07T12:45:20",
            "upload_time_iso_8601": "2024-06-07T12:45:20.483862Z",
            "url": "https://files.pythonhosted.org/packages/60/9f/53bfcabc5a7b44ac3dce6af727ec5f895d9fb8bdf9e83d3aec298aefd9cf/time_series_anomaly_detector-0.2.6-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4d46b8a4b0f1ca712ab6ee051400b1924d171776a7a50e6af181753506491c8d",
                "md5": "021f4684cec9a4ef8292fbf6336e8d31",
                "sha256": "55c15970d0b92656a4aea68786794443a06e35f8d7f30e2a927499a6358200d1"
            },
            "downloads": -1,
            "filename": "time_series_anomaly_detector-0.2.6.tar.gz",
            "has_sig": false,
            "md5_digest": "021f4684cec9a4ef8292fbf6336e8d31",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 374677,
            "upload_time": "2024-06-07T12:45:13",
            "upload_time_iso_8601": "2024-06-07T12:45:13.110542Z",
            "url": "https://files.pythonhosted.org/packages/4d/46/b8a4b0f1ca712ab6ee051400b1924d171776a7a50e6af181753506491c8d/time_series_anomaly_detector-0.2.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-07 12:45:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "microsoft",
    "github_project": "anomaly-detector",
    "github_not_found": true,
    "lcname": "time-series-anomaly-detector"
}
        
Elapsed time: 0.62053s