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: README.md
+20-27Lines changed: 20 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,7 @@ Welcome to the home of .NET interactive notebooks for C#!
6
6
7
7
### VS Code
8
8
1. Download the .NET Coding Pack for VS Code for [Windows](https://aka.ms/dotnet-coding-pack-win) or [macOS](https://aka.ms/dotnet-coding-pack-mac).
9
-
2. Install the [.NET Interactive Notebooks](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode) extension.
10
-
11
-
### Visual Studio
12
-
1. Download and install [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/)
13
-
2. Download and install [Notebook Editor Extension](https://marketplace.visualstudio.com/items?itemName=MLNET.notebook)
14
-
15
-
For more information and resources, visit [Learn to code C#](https://dotnet.microsoft.com/learntocode).
9
+
2. Install the [Polyglot Notebooks](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode) extension.
16
10
17
11
## C# 101
18
12
@@ -38,35 +32,34 @@ Download or clone this repo and open the `csharp-101` folder in VS Code to get s
38
32
39
33
## Machine Learning
40
34
41
-
Download or clone this repo and open the `machine-learning` folder in Visual Studio 2022 to get started with the machine-learning notebooks. Or, if you want just tap on one of the Notebook links below and automatically have it open in Visual Studio!
35
+
Download or clone this repo and open the `machine-learning` folder to get started with the machine-learning notebooks.
42
36
43
-
**Links below require [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) and [Notebook Editor Extension](https://marketplace.visualstudio.com/items?itemName=MLNET.notebook) 0.3.4 or greater**
2 | Data Prep and Feature Engineering | [02 Notebook](https://ntbk.io/ml-02-data) |[02 Notebook](https://github.com/dotnet/csharp-notebooks/blob/main/machine-learning/02-Data%20Preparation%20and%20Feature%20Engineering.ipynb)
51
-
3 | Training and AutoML | [03 Notebook](https://ntbk.io/ml-03-training) |[03 Notebook](https://github.com/dotnet/csharp-notebooks/blob/main/machine-learning/03-Training%20and%20AutoML.ipynb)
52
-
4 | Model Evaluation | [04 Notebook](https://ntbk.io/ml-04-evaluation)|[04 Notebook](https://github.com/dotnet/csharp-notebooks/blob/main/machine-learning/04-Model%20Evaluation.ipynb)
REF | Data Processing with DataFrame |[Data Frame](https://github.com/dotnet/csharp-notebooks/blob/main/machine-learning/REF-Data%20Processing%20with%20DataFrame.ipynb)
61
+
REF | Graphs and Visualizations | [Visualizations](https://github.com/dotnet/csharp-notebooks/blob/main/machine-learning/REF-Graphs%20and%20Visualizations.ipynb)
0 commit comments