Skip to main content

mAdvisor AutoML by Marlabs

Python

mAdvisor AutoML is an automated AI/ML solution from Marlabs that translates data into meaningful insights & predictions without any manual intervention. AutoML gives you the power of cognitive technologies like machine learning, machine reasoning, deep learning, natural language generation, natural language processing and expert rules systems with your limited knowledge of AI/ML, thereby enabling enterprises to identify revenue streams, enhance customer experience and productivity. This solution is designed for application and machine experts, so that machine learning models can be created with no help from a data scientist. A 30-day trial license for mAdvisor AutoML® is issued on activation.

The solution includes the following features:

  1. Ability to comprehend and monetize Big Data
  2. Rapid time to insights
  3. No dependency on data scientists & analysts to create briefs
  4. Rapid development of predictive apps
  5. Expandable and Scalable to the adoption of new use cases

Installation

pip

$ pip install mAdvisor

Usage

  • A Licence Key is required to use this package
  • Register yourself to activate the 30 days free trial
  • Connect with Marlabs mAdvisor team to purchase a paid licence.

User Registration and Plan Subscription

Sign Up

import requests
base_url = 'https://madvisor-dbc.marlabsai.com/automl'
url = base_url + '/account/sign-up'
data= {'email': '<email id>',
 'username':'<user name>',
 'password':'<password>'
}
response = requests.post(url, data=data)
if response.status_code != 200:
    print('Failed response code {}'.format(response.status_code))
print('Output result: {}'.format(response.json()))

Subscribe to the 30 days trial plan

url = base_url+'/subscription/subscribe-plan'
data= {'username':'<user name>',
 'password':'<password>',
 'subscription_type': 'TRIAL',
 'plan': 'FREE'
 }

response = requests.post(url, data=data)
if response.status_code != 200:
    print('Failed response code {}'.format(response.status_code))
print('Output result: {}'.format(response.json()))

Check Your Active Subscriptions

url = base_url+'/subscription/active-plans'
data= {'username':'<user name>',
 'password':'<password>'
 }

response = requests.post(url, data=data)
if response.status_code != 200:
    print('Failed response code {}'.format(response.status_code))
print('Output result: {}'.format(response.json()))

Start Using the Library

AutoML model training

This class is used to initiate AutoML training job, user has to use the slug value returned from here while doing prediction.

from mAdvisor import train
model = train(train_data="<train dataset pass either path to the file or dataframe>",
               target="<Target Variable Name>",
               token = "<Licence Key>")
model_slug, _ = model.fit()

AutoML prediction

Train data prediction can be using this class

from mAdvisor import score
model = score(test_data="<test dataset pass either path to the file or dataframe>",
               training_slug="<model slug value received from train output>",
               token = "<Licence Key>")
prediction_rules, predicted_data, _ = model.fit()

AutoML model Training and Prediction in a single go

Used to initiate automl job, both model training and scoring can be done using this class.

from mAdvisor import automl
model = automl(train_data="<train dataset pass either path to the file or dataframe>",
               test_data="<test dataset pass either path to the file or dataframe>",
               target="<Target Variable Name>",
               token = "<Licence Key>")
model_slug, prediction_rules, predicted_data, _ = model.fit()

Automated Data Preprocessing, Feature engineering and Feature Selection for train data

Feature engineering module will return two dataframes, one for linear algorithms & second one for tree based algorithms, and a slug value which is to be used while preparing test data.

from mAdvisor import AutoFE
preprocess = AutoFE(target="<Target Variable Name>",
                    train_df = "train dataframe to be used",
                    token = "<Licence Key>")
linear_df, tree_df, fe_slug, _ = preprocess.fit()

Automated Data Preprocessing, Feature engineering and Feature Selection for test data

Feature engineering module will return two dataframes, one for linear algorithms and second one for tree based algorithms.

from mAdvisor import AutoFE_Test
preprocess_test = AutoFE_Test(test_df = "<test dataframe to be used>",
			 fe_slug="<Unique slug value received from train data feature engineering>",
                   	 token = "<Licence Key>")
linear_df_test, tree_df_test, _ = preprocess_test.fit()

Release files for mAdvisor 0.3.6

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for mAdvisor 0.3.6
File
mAdvisor-0.3.6-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
mAdvisor-0.3.6-cp38-cp38-manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
mAdvisor-0.3.6-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
mAdvisor-0.3.6-cp37-cp37m-manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
mAdvisor-0.3.6-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
mAdvisor-0.3.6-cp36-cp36m-manylinux2014_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64 Details

Total release size: 179.0 MB

Release files / mAdvisor-0.3.6-cp38-cp38-win_amd64.whl

Download URL mAdvisor-0.3.6-cp38-cp38-win_amd64.whl
Size 7.3 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
203ff559d83d3578cff6df6f8b509c3f2c2f6fb2e4a54e661f4e2615d5a8f539
BLAKE2b-256 checksum
How to use checksums
cced182e5db2fea651f8b4a159f78e210336f814bf87cddfcac99b1824af0002
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/47.1.1.post20200604 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.6.10

Release files / mAdvisor-0.3.6-cp38-cp38-manylinux2014_x86_64.whl

Download URL mAdvisor-0.3.6-cp38-cp38-manylinux2014_x86_64.whl
Size 89.6 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
d637fd65c428226cbb90dcb0faf3afdd63e0666964f28ee309be3130372057d7
BLAKE2b-256 checksum
How to use checksums
f7499a70c03afcccd2dae2659ca5cab6ef6564c376e941a682b41fa856d3197a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/47.1.1.post20200604 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.6.10

Release files / mAdvisor-0.3.6-cp37-cp37m-win_amd64.whl

Download URL mAdvisor-0.3.6-cp37-cp37m-win_amd64.whl
Size 6.7 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
d440673a986aefc9f277c9212c288e4e814f0f6ad26f3c2f0f3b0c6962b1cca2
BLAKE2b-256 checksum
How to use checksums
671f0e0f936d6af3bbe78579bd22379f274023d7834d4568b77daec9b937ea21
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/47.1.1.post20200604 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.6.10

Release files / mAdvisor-0.3.6-cp37-cp37m-manylinux2014_x86_64.whl

Download URL mAdvisor-0.3.6-cp37-cp37m-manylinux2014_x86_64.whl
Size 34.3 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
7aa12c167053e042b519eac251b5756140d5f154c83a248d886e14f31322d9d4
BLAKE2b-256 checksum
How to use checksums
0a1788384d3ae7de2ccdf6562329c68fe9619b027d182ab8d1ab2a8cd2b8c8de
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/47.1.1.post20200604 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.6.10

Release files / mAdvisor-0.3.6-cp36-cp36m-win_amd64.whl

Download URL mAdvisor-0.3.6-cp36-cp36m-win_amd64.whl
Size 6.6 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
23908b873cfc6da54f4686c0de888619fb819c76bcadbd9a405da6e0e1bd4c40
BLAKE2b-256 checksum
How to use checksums
e3250a2dcb3c67bdc067cc9e5c88deb1509a9cc9def9c6b4daea531e65021b6c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/47.1.1.post20200604 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.6.10

Release files / mAdvisor-0.3.6-cp36-cp36m-manylinux2014_x86_64.whl

Download URL mAdvisor-0.3.6-cp36-cp36m-manylinux2014_x86_64.whl
Size 34.6 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
2d39b64ee5be41fb7a90b960fe880d082c39b3660489d7cf20248550e0aff298
BLAKE2b-256 checksum
How to use checksums
db74f8cec448e95f6d9df148ca274c43739a2e3e610a97b0069cb7684190246a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/47.1.1.post20200604 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.6.10

Release history Release notifications | RSS feed

This release

0.3.6 This release

6 release files

0.3.5

6 release files

0.3.4

6 release files

0.3.3

6 release files

0.3.2

6 release files

0.3.1

6 release files

0.3.0

6 release files

0.2.9

6 release files

0.2.8

6 release files

0.2.7

6 release files

0.2.6

6 release files

0.2.5

3 release files

0.2.4

2 release files

0.2.3

2 release files

0.2.2

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page