This repository was archived by the owner on Feb 14, 2018. It is now read-only.

Description
Mandating that every block class take a name kwarg is a pain, but assuming the name is the class name could lead to conflicts if a block type is reused (definitely a possibility with e.g. Filter). It only really matters in the context of a pipeline, but mandatory naming when constructing a pipeline is also a bit painful. The scikit-learn solution wouldn't work well because of how pipeline structure is specified in copper.