Skip to content

Releases: scikit-learn-contrib/skdag

v0.0.6

09 Sep 21:35
Compare
Choose a tag to compare

Bug fix: nodes with passthrough dependencies were assuming the passthroughs were inserting prefixes to dataframe column names. This has been fixed to remove the assumption for passthroughs only.

v0.0.5

13 Aug 23:08
7191a7d
Compare
Choose a tag to compare
  • Edge annotations on diagrams

v0.0.3

13 Aug 17:44
6b84937
Compare
Choose a tag to compare
  • Improved Pandas support. Dataframe information can now be preserved or inferred between DAG steps with the infer_dataframe option in DAGBuilder. Dataframe behaviour can also be customised in more detail for each step using the dataframe_columns option in DAGBuilder.add_step().
  • DAG.make_pipeline is now deprecated by DAGBuilder.make_pipeline.

v0.0.2

07 Aug 20:09
Compare
Choose a tag to compare
  • DAG class now passes estimator_checks
  • graphviz no longer a dependency - but it must still be installed separately for DAG visualisation support.

v0.0.1

31 Jul 15:31
Compare
Choose a tag to compare

First initial release.

  • Basic DAG construction
  • Basic DAG visualisation
  • Model stacking
  • CI