DatasetUtils.LoadRawAdultDataset(MLContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the path to the Adult UCI dataset and featurizes it to be suitable for classification tasks.
public static Microsoft.ML.IDataView LoadRawAdultDataset (Microsoft.ML.MLContext mlContext);
static member LoadRawAdultDataset : Microsoft.ML.MLContext -> Microsoft.ML.IDataView
Public Shared Function LoadRawAdultDataset (mlContext As MLContext) As IDataView
Parameters
Returns
Raw dataset.
Remarks
For more details about this dataset, please see https://archive.ics.uci.edu/ml/datasets/adult.
Applies to
Feedback
Submit and view feedback for