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
Copy file name to clipboardExpand all lines: docs/machine-learning/how-to-guides/load-data-from-mult-column-csv-ml-net.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Load data with many columns from a CSV file for machine learning processing - ML.NET
3
3
description: Learn how to load data data with many columns from a CSV file for use in machine learning model building, training, and scoring with ML.NET
4
-
ms.date: 01/28/2019
4
+
ms.date: 01/29/2019
5
5
ms.custom: mvc,how-to
6
6
#Customer intent: As a developer, I want to load data with large numbers of columns from a CSV file so that I can use it in machine learning model building, training, and scoring with ML.NET.
7
7
---
@@ -14,10 +14,10 @@ When the input file contains many columns of the same type and always used toget
title: Load data from multiple files for machine learning processing - ML.NET
3
3
description: Learn how to Load data from multiple files for use in machine learning model building, training, and scoring with ML.NET
4
-
ms.date: 11/07/2018
4
+
ms.date: 01/29/2019
5
5
ms.custom: mvc,how-to
6
6
#Customer intent: As a developer, I want to load data from multiple files so that I can use it in machine learning model building, training, and scoring with ML.NET.
7
7
---
@@ -18,19 +18,19 @@ Use the `TextLoader`, and specify an array of files to the `Read` method. The fi
18
18
varmlContext=newMLContext();
19
19
20
20
// Create the reader: define the data columns and where to find them in the text file.
title: Load data from a text file for machine learning processing - ML.NET
3
3
description: Discover how to load data from a text file for use in machine learning model building, training, and scoring with ML.NET
4
-
ms.date: 11/07/2018
4
+
ms.date: 01/29/2019
5
5
ms.custom: mvc,how-to
6
6
#Customer intent: As a developer, I want to load data from a text file so that I can use it in machine learning model building, training, and scoring with ML.NET.
7
7
---
@@ -13,7 +13,8 @@ ms.custom: mvc,how-to
13
13
Note that it's perfectly acceptable to read some columns of a file, or read the same column multiple times.
0 commit comments