Sign in

Contact

1777 South Bellaire Street, Suite 204
Denver, Colorado 80222
+1.800.892.6407

SOCIAL

Sign in

Contact

1777 South Bellaire Street, Suite 204
Denver, Colorado 80222
+1.800.892.6407

SOCIAL

Sign in
sign in

The Analyzr Python SDK is out!

Developer coding

We just published our Python SDK to enable model development in Python with the Analyzr 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?

Do you need better predictive analytics? Want to learn more? Feel free to check us out at https://analyzr.ai or contact us below!

Contact Us
About Pierre Elisseeff
Pierre has worked in the communications, media and technology sector for over 20 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).