scikit-learn-contrib / skdag

A more flexible alternative to scikit-learn Pipelines
MIT License
30 stars 8 forks source link

Merge DAGBuilder and DAG #26

Open big-o opened 1 year ago

big-o commented 1 year ago

Bring all the functionality of the DAGBuilder class into DAG to avoid the need for instantiating a separate factory class and calling the make_dag() factory method.