Skip to content

Commit d65705f

Browse files
authored
Merge pull request #19 from big-o/develop
Minor docs tidy
2 parents 5d392e0 + 2d3509a commit d65705f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ including complex pre-processing, model stacking and benchmarking.
3131
from skdag import DAGBuilder
3232
3333
dag = (
34-
DAGBuilder()
34+
DAGBuilder(infer_dataframe=True)
3535
.add_step("impute", SimpleImputer())
3636
.add_step("vitals", "passthrough", deps={"impute": ["age", "sex", "bmi", "bp"]})
3737
.add_step(

skdag/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.3"
1+
__version__ = "0.0.4"

0 commit comments

Comments
 (0)