dotnet / dotnet/machinelearning-modelbuilder

CSV Import bug in multiline strings

Open
#2,998 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dockerfile
Stars
285
Forks
66
PR merge metrics
No merged PRs in 30d

Description

**System Information (please complete the following information):**
- Model Builder Version : 17.19.1.2460201
- Visual Studio Version 17.13.0 Preview 4

I try to make a text classification for an email spam filter.
Since the data I try to train is multiline, I have to submit a csv with multiline properties.

This csv can be succesfuly imported

"FileName" "Content" "Score"
aa bb 0
ee "bb
2b" 1

But try removing the first line and it fails. (It also fails if you have more rows)

"FileName" "Content" "Score"
ee "bb
2b" 1

So I have to place a single line dummy row to my csv to get my csv imported.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.