Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 214 Bytes

DEVELOPING.md

File metadata and controls

6 lines (4 loc) · 214 Bytes

Developing in DoDiscover

Writing your own learner. You simply write a class that implements the `learn_graph(data, **extra_params)`` function, which will take in a dataframe and return a graph.

More details TBD