You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update PeekViewToConsole method to to use Preview() (#251)
* Updated PeekViewToConsole method to display data using Preview()
* Removed TObservation class as specifying this class restricts only the columns in class to be displayed.
* All the samples are working without issue.So removing this commented code.
* Changed the commented line.
Copy file name to clipboardExpand all lines: samples/csharp/end-to-end-apps/MulticlassClassification-GitHubLabeler/GitHubLabeler/GitHubLabelerConsoleApp/Program.cs
.AppendCacheCheckpoint(mlContext);//In this sample, only when using OVA (Not SDCA) the cache improves the training time, since OVA works multiple times/iterations over the same data
66
66
67
67
// (OPTIONAL) Peek data (such as 2 records) in training DataView after applying the ProcessPipeline's transformations into "Features"
Copy file name to clipboardExpand all lines: samples/csharp/getting-started/BinaryClassification_SentimentAnalysis/SentimentAnalysis/SentimentAnalysisConsoleApp/Program.cs
Copy file name to clipboardExpand all lines: samples/csharp/getting-started/Regression_BikeSharingDemand/BikeSharingDemand/BikeSharingDemandConsoleApp/Program.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ static void Main(string[] args)
39
39
.AppendCacheCheckpoint(mlContext);
40
40
41
41
// (Optional) Peek data in training DataView after applying the ProcessPipeline's transformations
Copy file name to clipboardExpand all lines: samples/csharp/getting-started/Regression_TaxiFarePrediction/TaxiFarePrediction/TaxiFarePredictionConsoleApp/Program.cs
0 commit comments