DatasetUtils.LoadFeaturizedAdultDataset(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 LoadFeaturizedAdultDataset (Microsoft.ML.MLContext mlContext);
static member LoadFeaturizedAdultDataset : Microsoft.ML.MLContext -> Microsoft.ML.IDataView
Public Shared Function LoadFeaturizedAdultDataset (mlContext As MLContext) As IDataView
Parameters
Returns
Featurized 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