The Analyzr Python SDK is out!

From the blog

November 2022

We just published our Python SDK to enable model development in Python with the G2M platform API as a compute engine. Feel free to check it out here.

Why use the SDK?

This SDK is intended for analysts who are comfortable with Python but don’t want to manage their own compute resources. By using the Analyzr SDK you can focus on model building and tweaking while letting the Analyzr API take care of the cloud infrastructure required to run your managed cluster.

How does it work?

To train your model you will first log into the Analyzr API:

>>> from analyzrclient import Analyzer
>>> analyzer = Analyzer(host='insert_your_host')
>>> analyzer.login()

You can then start training your model:

>>> res = analyzer.propensity.train(df, algorithm='distributed-xgboost-classifier')

For more info

See these examples for more information on modeling parameters available. See also our SDK documentation. The SDK can handle additional pre-processing seamlessly such as homomorphic encryption (if you need to protect your data), SMOTE pre-processing (when dealing with low-incidence outcome), or outlier removal (comes in handy when clustering a dataset). The API will handle hypertuning on your behalf. If you want to specify hypertuning parameters explicitly you can do so using the param_grid, scoring, and n_splits attributes.

How Can We Help?

Feel free to check us out and start your free trial at https://app.g2m.ai or contact us below!

News

Pierre has worked in the communications, media and technology sector for over 25 years. He has held a number of executive roles in finance, marketing, and operations, and has significant expertise leading business analytics teams across a broad set of functions (financial analytics, sales analytics, marketing and pricing analytics, credit risk).

See All of Pierre Elisseeff's Posts

Related Articles

G2M Insights Appoints Gregg Sutherland Chair of its Board of Advisors

Read Post

G2M Insights Named to 2025 Inc. 5000 List of America’s Fastest-Growing Private Companies

Read Post

G2M Insights Secures Patent for Predictive Analytics and Data Security Innovation

Read Post