Distributed Auto-ML with TPOT with Dask

By Tom Augspurger
This work is supported byAnaconda, Inc.
This post describes a recent improvement made to TPOT. TPOT is an automated machine learning l…

Anaconda Funded by Citi Ventures

By Scott Collison, CEO
Today, we’re incredibly happy to announce funding from Citi Ventures and welcome them as a new investor and partner. Follow…

Introducing Skein: Deploy Python on Apache YARN the Easy Way

By Jim Crist *This post is reprinted with permission from Jim Crist’s blog. The original post can be found here. In this post, I introduce Skein, a new tool and library for deploying applications on Apache YARN. I provide background on why this work was necessary, and demonstrate deploying a simple Python application on a YARN cluster. Introduction […]

Scalable Machine Learning with Dask—Your Questions Answered!

Building powerful machine learning models often requires more computing power than a laptop can provide. Although it’s fairly easy to provision compute instances in the cloud these days, all the computing power in the world won’t help you if your machine learning library cannot scale. Unfortunately, popular libraries like scikit-learn, XGBoost, and TensorFlow don’t offer […]

Open Source Model Management Roundup: Polyaxon, Argo, and Seldon

One of the most common questions the Anaconda Enterprise team receives is something along the lines of: “But really, how difficult is it to build this using open source tools?” This is certainly a fair question, as open source does provide a lot of functionality while offering a lower entry price than an enterprise platform. […]