Python SDK for Amazon Lookout for Equipment
Project description
Amazon Lookout for Equipment Python Toolbox
The Amazon Lookout for Equipment Python toolbox is an open-source library that allows data scientists and software developers to easily build, train and deploy anomaly detection models for industrial time series data using Amazon Lookout for Equipment. This library is a wrapper on top of the Lookout for Equipment boto3 API and is provided to kick start your journey with this service. Should you have any improvement suggestions or bugs to report, please file an issue against this GitHub repository.
The Amazon Lookout for Equipment Python toolbox enables you to do the following:
- Build dataset schema
- Data upload to the necessary S3 structure
- Train an anomaly detection model using Amazon Lookout for Equipment
- Build beautiful visualization for your model evaluation
- Configure and start an inference scheduler
- Manage schedulers (start, stop, delete) whenever necessary
- Visualize scheduler inferences results
Getting Started With Sample Jupyter Notebooks
The best way to quickly review how the Amazon Lookout for Equipment Python toolbox works is to review the related example notebook.
This notebook provides code and descriptions for creating and running a full project in Amazon Lookout for Equipment using the Amazon Lookout for Equipment Python toolbox.
Example Notebooks in SageMaker
In Amazon SageMaker, upload the Jupyter notebook from the examples/
folder of this repository.
- To run this example Create a Notebook Instance in SageMaker.
- Add an inline policy to your Amazon SageMaker role in IAM with the following JSON structure
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"lookoutequipment:*"
],
"Resource": "*"
}
]
}
- Upload the Jupyter notebook from
examples/
folder. - Run the notebook cells
Installing the Amazon Lookout for Equipment Python toolbox
The Amazon Lookout for Equipment Python toolbox is built to PyPI and can be installed with pip as follows:
pip install lookoutequipment
You can install from source by cloning this repository and running a pip install command in the root directory of the repository:
git clone https://github.com/aws-samples/amazon-lookout-for-equipment-python-sdk.git
cd amazon-lookout-for-equipment-python-sdk
pip install .
Supported Operating Systems
The Amazon Lookout for Equipment Python toolbox supports Unix/Linux and Mac.
Supported Python Versions
The Amazon Lookout for Equipment Python toolbox is tested on:
- Python 3.6
Overview of toolbox
The Amazon Lookout for Equipment Python toolbox provides a Python API that enables you to easily build, train and deploy anomaly detection models for industrial time series data using Amazon Lookout for Equipment, and directly in your python code and Jupyter notebooks.
Using this toolbox you can:
- Build dataset schema
- Data upload to the necessary S3 structure
- Train an anomaly detection model using Amazon Lookout for Equipment
- Build beautiful visualization for your model evaluation
- Configure and start an inference scheduler
- Manage schedulers (start, stop, delete) whenever necessary
- Visualize scheduler inferences results
For a detailed API reference of the Amazon Lookout for Equipment Python toolbox, be sure to view its documentation hosted on readthedocs.
Amazon Lookout for Equipment
Amazon Lookout for Equipment uses the data from your sensors to detect abnormal equipment behavior, so you can take action before machine failures occur and avoid unplanned downtime.
AWS Permissions
As a managed service, Amazon Lookout for Equipment performs operations on your behalf on AWS hardware that is managed by Amazon Lookout for Equipment. Amazon Lookout for Equipment can perform only operations that the user permits. You can read more about which permissions are necessary in the AWS Documentation.
The Amazon Lookout for Equipment Python toolbox should not require any additional
permissions aside from what is required for using boto3
However, if you are
using an IAM role with a path in it, you should grant permission for iam:GetRole
.
Security
See CONTRIBUTING.md for more information.
Licensing
Amazon Lookout for Equipment Python toolbox is licensed under the Apache 2.0 License. It is copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. The license is available at: http://aws.amazon.com/apache2.0/.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file lookoutequipment-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: lookoutequipment-0.1.5-py3-none-any.whl
- Upload date:
- Size: 42.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ce6623a3837e7c717c09f67cd2128b13e7b4e4f3f51d0ff057e611c277b381a |
|
MD5 | fdb12727595c9f77ff80b3db58575181 |
|
BLAKE2b-256 | 52ffbeb9b4a63d0c7b9880cf0a1a6f24be42b45c77cded58a1d90923cb84037f |