[ENH] detection notebook - move data loading for examples to functions in the datasets
module
#7286
Labels
enhancement
Adding new functionality
good first issue
Good for newcomers
module:datasets&loaders
data sets and data loaders
module:detection
detectors module: outliers, change points, segmentation
In the detection notebook 7 (added in #7284), @Alex-JG3 has used a couple common toy data sets to demonstrate the detectors.
The data is loaded manually, but it would be nice to have a
load_datasetname
function for each, and proper documentation.As a recipe:
load_dataname(param1, param2)
. Possibly with areturn_mtype
argument that allows the user to specify the format, usingconvert
fromdatatypes
, but this is optional.datasets
moduleThe text was updated successfully, but these errors were encountered: