Skip to content

mathias-brandewinder/mldotnet-fsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mldotnet-fsi

F# scripting setup to use ML.NET in VS Code with dotnet core.

Usage

  1. Prerequisites
  • dotnet core 3.1 installed
  • VS Code with the Ionide plugin
  • Ionide settings: FSharp: Use Sdk Scripts (Use 'dotnet fsi' instead of 'fsi.exe'/'fsharpi')
  1. Run the following in the terminal to download the ML.NET packages:
dotnet tool restore
dotnet paket restore
  1. The script script.fsx should be ready to run: select all and run Alt+Enter on Windows to execute.

About

F# scripting setup to use ML.NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages