Defining a TextLoader with hasHeader=true
and no data sample results in no slot names
#3053
Labels
documentation
Related to documentation of ML.NET
P2
Priority of the issue for triage purpose: Needs to be fixed at some point.
Related to issue #2663. We need to document the fact that if we create a
TextLoader
specifyinghasHeader=true
but without a data sample, then we are actually just letting the loader know that it needs to skip the first line when it eventually loads from a text file. The output schema of thatTextLoader
will not contain slot names, since the schema is created when the loader is created, and not whenLoad
is called.The text was updated successfully, but these errors were encountered: