So this tutorial is supposed to teach me how to use the Binary Classification Algorithm to learn a data set and apply it to a test set. The C# 7.1 inferred tuple were a mind blower and so was the single line using statements with lambda’s.
I was unable to get it to compile due to this error
Program.cs(29,40): error CS0426: The type name ‘TrainTestData’ does not exist in the type ‘TrainCatalogBase’ [/home/jeremiah/SentimentAnalysis/SentimentAnalysis.csproj]
TrainTestData does not seem to be a method of TrainCatalogBase anymore.
I bug reported it, we will have to come back later to finish it.