Reverse-Engineering an Azure AutoML Forecasting Model

publishedover 2 years ago
1 min read

Hi friends,

I was wondering - do you use AutoML in your day to day life? And not just the Azure flavor but, like, any of them?

Me, I find AutoML useful for training an initial baseline model. You know, when you've just managed to get a dataset that's just clean enough to be useful, and you're itching to see if this time you'll need to use something other than LightGBM. It's always LightGBM though. Always. It's that good.

Anyway, I don't really use AutoML apart from this initial phase. It's slow enough to make it impractical for regular retrains, and when you need a model that's constantly updated, well, slow is out and fast is in.

What I do instead is reverse engineer the AutoML model, take whatever I can from there and adapt whatever I can't take. Kinda like Picasso, I imagine 🙂.

If you're curious about the process, I've written a short(er) blog post on creating your own models based on Azure AutoML-trained ones. You'll find it here. It's focused on time series, but the underlying principles should apply to regression and classification models, too.

Hope you like it. And I appreciate any and all feedback you may have - just reply directly to this email, or head over to Twitter and let me know.

Reverse engineering Azure AutoML is waaay easier than whatever this guy's doing. For one, it doesn't require *any* sort of pliers.
Reverse engineering Azure AutoML models is waaay easier than whatever this guy's doing. For one, it doesn't require *any* sort of pliers.

Thanks for reading,

Vlad

Read more from

Craftsmanship in AI, tips on Azure Functions

about 2 years ago
•1 min read

Continuous Deployment for Azure ML Pipelines

about 2 years ago
•1 min read