Review the existing .NET Core samples in the repository (e.g., in the 'samples' directory). Identify which samples can be ported to .NET Framework. Check for any .NET Core specific APIs that are not available in .NET Framework. Create a list of required changes for each sample. If possible, adapt a simple sample first and test it on a .NET Framework project.
Dot Net Framework API example. · dotnet/machinelearning-samples#842 | Good First Issue