From the course: Automated ML.NET Training, Metrics, and Accuracy

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Using the exercise files

Using the exercise files

- [Instructor] The exercise files for this chapter are neatly organized for you in a folder structure. Each demo is kept separate, simplified, and stands on its own. In some cases, the foundation project was created by ML.NET CLI, and modified to show the concept being demonstrated. In chapter two specifically, ML.NET CLI is used to generate the project. Although you can easily create a new one yourself using the same command spelled out in the video, the resulting project is provided. Reentering the same ML.NET command in the command line will overwrite and recreate the same project repeatedly. All data files you need are kept inside the data folder. Models will be saved in the bin folder of the respective project. When using these exercise files, be sure that target framework matches your current framework. This can be changed in the project file. At the time of this recording, .NET 8.0 was the latest available target framework. In addition, be sure packages are updated accordingly.…

Contents