Skip to main content

Python SDK for Amazon Lookout for Equipment

Project description

Amazon Lookout for Equipment Python SDK

Documentation Status PyPI version

The Amazon Lookout for Equipment Python SDK 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

The Amazon Lookout for Equipment Python SDK 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 SDK 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 SDK.

Example Notebooks in SageMaker

In Amazon SageMaker, upload the Jupyter notebook from the examples/ folder of this repository.

  1. To run this example Create a Notebook Instance in SageMaker.
  2. 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": "*"
	        }
	    ]
	}
  1. Upload the Jupyter notebook from examples/ folder.
  2. Run the notebook cells

Installing the Amazon Lookout for Equipment Python SDK

The Amazon Lookout for Equipment Python SDK 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 SDK supports Unix/Linux and Mac.

Supported Python Versions

The Amazon Lookout for Equipment Python SDK is tested on:

  • Python 3.6

Overview of SDK

The Amazon Lookout for Equipment Python SDK 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 SDK you can:

  1. Build dataset schema
  2. Data upload to the necessary S3 structure
  3. Train an anomaly detection model using Amazon Lookout for Equipment
  4. Build beautiful visualization for your model evaluation

Visualization example

  1. Configure and start an inference scheduler
  2. Manage schedulers (start, stop, delete) whenever necessary
  3. Visualize scheduler inferences results

For a detailed API reference of the Amazon Lookout for Equipment Python SDK, 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 SDK 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 SDK 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

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lookoutequipment-0.1.2-py3-none-any.whl (41.0 kB view details)

Uploaded Python 3

File details

Details for the file lookoutequipment-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: lookoutequipment-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 41.0 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

Hashes for lookoutequipment-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2a9a963d50c7aadc7c8328b6054b8be8738da3ca054d1e6890cd6bf864fcd967
MD5 0d064d1231229b181aa88b55a61813e4
BLAKE2b-256 f7a6d078ba2cfc221b69895c7f70e64a0fe731af7ccc8942aace2f1ef683c021

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page