skdag API

See below for detailed descriptions of the skdag interface.

Estimator

DAG(graph, *[, memory, n_jobs, verbose])

A Directed Acyclic Graph (DAG) of estimators, that itself implements the estimator interface.

Exceptions

exceptions.DAGError

An exception indicating an error in constructing the requested DAG.

Utilities

DAGBuilder([infer_dataframe])

Helper utility for creating a skdag.DAG.