We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5114b2b commit b108d08Copy full SHA for b108d08
test/Microsoft.ML.Tests/Transformers/TextFeaturizerTests.cs
@@ -275,7 +275,7 @@ void TestNgramCompatColumns()
275
{
276
string dropModelPath = GetDataPath("backcompat/ngram.zip");
277
string sentimentDataPath = GetDataPath("wikipedia-detox-250-line-data.tsv");
278
- var data = TextLoader.CreateReader(ML, ctx => (
+ var data = TextLoaderStatic.CreateReader(ML, ctx => (
279
Sentiment: ctx.LoadBool(0),
280
SentimentText: ctx.LoadText(1)), hasHeader: true)
281
.Read(sentimentDataPath);
0 commit comments