- 000
I tried running the "machine-learning/E2E-Classification with Iris Dataset.ipynb" file, and received the following error:
The type or namespace name 'NotebookMonitor' could not be found (are you missing a using directive or an assembly reference?)
Versions of things:
.NET 7 SDK: 7.0.401
.NET Versio...
- 000
Hi All,
this notebook from this link - https://ntbk.io/csharp101-notebook01 , has a mispelling in the description of the For-Each Loops,
Can't the book on the repo so cant fix it myself,
Thanks
- 000
Did you remove The Notebook extension for Visual Studio 2022 from the Marketplace? Where to get the latest version of the C# Notebook Extension for Visual Studio 2022?
- 000
Add reference documentation links to classes like transforms and trainers. (i.e. LightGBM)
Include parameter names in method calls. (i.e. mlContext.Data.TrainTestSplit(data,testFraction: 0.2))
Use real data for examples. It makes it easier to understand the problem that's being solved opposed to ra...
- 000
The last code block of the Alien translator notebook lacks clarity.
Since you use the same collection variable before and after the foreach loop, it seems like you want the "student" to modify the collection in-place, which is not possible using a foreach loop.
Since the notebook is aimed at new C#...
- 000
The machine learning notebooks reference Microsoft.ML version 2.0.0-preview.22356.1 from a private Azure DevOps server. This preview version of the Microsoft.ML package is not available from nuget.org making it hard to run the notebooks.
PackageManagement Error 3217 Invalid URI: The format of the U...
- 000
Have VS2022 installed, installed the Notebook editor extension and just opened the getting started folder and getting the following
I was able to build C# Projects with my VS2022 and also C# Interactive windows work in VS2022
Kernel Failed To Start.
Cannot find a tool in the manifest file that has...
- 000
Are the ML.NET notebooks using non-public preview nugets?
I tried to run the first ML.NET notebook 01- Intro to ... I get the following error:
#r "nuget: Microsoft.ML, 2.0.0-preview.22356.1"
C:\Users\nicho\AppData\Local\Temp\nuget\20332--ab38aca3-7c58-4abd-98f6-0079cd1c2c87\Project.fsproj : error NU...