You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: