Michael Chow · Feb 24, 2020
Single dispatch for democratizing data science tools
0Sign in to vote or save
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Imagine you had to implement some action across classes in 60 packages. You know what result you want, but may need to handle each class in a specific way.
For example,
Jupyter notebooks need to represent python classes as html. The broom package in R uses its tidy() function to summarize different statistical models. In this post I will discuss two approaches you could take to do…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.