Fetch Dataset
Markov allows you to fetch registered datasets using the following APIs. Know more about datasets in MarkovML in Datasets & Data Families
If you don't have any dataset registered with markov, follow Register Datasetsto register datasets with MarkovML.
You can use the datasets to do the following:
Get the feature column
Get the target column
Use the dataset segments (train/test/validate) as dataframes
Get the number of columns in the dataset / segment
Get the number of rows in the dataset / segment
Download the dataset as csv
Fetch registered dataset using dataset ID
Fetch registered dataset using dataset name
You can read more about the datasets API in our API reference here
Last updated
Was this helpful?