Fully automated end to end machine learning pipeline
Project description
Amplo - AutoML (for Machine Data)
Welcome to the Automated Machine Learning package Amplo
. Amplo's AutoML is designed specifically for machine data and
works very well with tabular time series data (especially unbalanced classification!).
Though this is a standalone Python package, Amplo's AutoML is also available on Amplo's ML Developer Platform. With a graphical user interface and various data connectors, it is the ideal place for service engineers to get started on Predictive Maintenance development.
Amplo's AutoML Pipeline contains the entire Machine Learning development cycle, including exploratory data analysis, data cleaning, feature extraction, feature selection, model selection, hyper parameter optimization, stacking, version control, production-ready models and documentation.
Downloading Amplo
The easiest way is to install our Python package through PyPi:
pip install Amplo
2. Amplo AutoML Features
Exploratory Data Analysis
from Amplo.AutoML import DataExploring
Automated Exploratory Data Analysis. Covers binary classification and regression.
It generates:
- Missing Values Plot
- Line Plots of all features
- Box plots of all features
- Co-linearity Plot
- SHAP Values
- Random Forest Feature Importance
- Predictive Power Score
Additionally fFor Regression:
- Seasonality Plots
- Differentiated Variance Plot
- Auto Correlation Function Plot
- Partial Auto Correlation Function Plot
- Cross Correlation Function Plot
- Scatter Plots
Data Processing
from Amplo.AutoML import DataProcessing
Automated Data Cleaning. Handles the following items:
- Cleans Column Names
- Duplicate Columns and Rows
- Data Types
- Missing Values
- Outliers
- Constant Columns
Feature Processing
from Amplo.AutoML import FeatureProcessing
Automatically extracts and selects features. Removes Co-Linear Features.
Included Feature Extraction algorithms:
- Multiplicative Features
- Dividing Features
- Additive Features
- Subtractive Features
- Trigonometric Features
- K-Means Features
- Lagged Features
- Differencing Features
Included Feature Selection algorithms:
- Random Forest Feature Importance (Threshold and Increment)
- Predictive Power Score
- Boruta
Modelling
from Amplo.AutoML import Modelling
Runs various regression or classification models.
Includes:
- Scikit's Linear Model
- Scikit's Random Forest
- Scikit's Bagging
- Scikit's GradientBoosting
- Scikit's HistGradientBoosting
- DMLC's XGBoost
- Catboost's Catboost
- Microsoft's LightGBM
Grid Search
from Amplo.GridSearch import *
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Amplo-0.3.5.tar.gz
.
File metadata
- Download URL: Amplo-0.3.5.tar.gz
- Upload date:
- Size: 62.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 323242c996c4f90e86f447599092cfd3f93e7a0babe6ac58864b8d5351f33a6b |
|
MD5 | 4e5fa1228f6258100750f71196b89a31 |
|
BLAKE2b-256 | 10276126ca8afac781878c371c24147820ea6c4100072822c13aac801ab5915f |
File details
Details for the file Amplo-0.3.5-py3-none-any.whl
.
File metadata
- Download URL: Amplo-0.3.5-py3-none-any.whl
- Upload date:
- Size: 84.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b81f525562fc1218e2a0bd82a4aaa7db031f7b8dbb29c0d42544c6c362a10312 |
|
MD5 | b9f381f2d0bea2124c03c820811fef9d |
|
BLAKE2b-256 | 619a99c8931fa57e0a543513909b7d6ad1ed6d687afde58ce0cfe0958da1ef0f |