Skip to content

TextLoader code line giving me exception #5502

@Sumeetgaara

Description

@Sumeetgaara

I followed this tutorial(Tutorial: Use ML.NET to Predict New York Taxi Fares (Regression)).I changed data from dataset,changed classes and their fields according to data and kept the same format(.csv).But when my code goes to Textloader code line from tutorial , it breaks with an exception.

Code line:
pipeline.Add(new TextLoader<myclassname>(DataPath, useHeader: true, separator: ","));
Exception message:
Type not implemented or supported.

I checked prerequisites and all are properly configured on my system.Anything else I need to check or am I missing something?any info on this would be great help.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions