echoflow.demo package

echoflow.demo.load_dataset(name='spiral') → pandas.core.frame.DataFrame[source]

Load the dataset as a dataframe.

Parameters

name (str) – The name of the dataset to load.

echoflow.demo.load_high_low() → pandas.core.frame.DataFrame[source]

Two-dimensional, categorical + continuous.

The categorical column specifies whether the value is high or low; the continuous column contains a high or low value.

echoflow.demo.load_spiral() → pandas.core.frame.DataFrame[source]

Two-dimensional, continuous.