Data science packages

Use these packages to fuel your data science journey in F# and .NET! 🚀

Want to add a package to the curated list? File a PR

statistical testing, linear algebra, machine learning, fitting and signal processing in F#.

#r "nuget: FSharp.Stats"
statistics linear algebra machine learning fitting signal processing
Read More

.NET interface for Cytoscape.js written in F# for graph visualization.

#r "nuget: Cyjs.NET"
cytoscape graph visualization
Read More

Fsharp LInear Programming System.

#r "nuget: flips"
optimization linear programming
Read More

Plotly.NET provides functions for generating and rendering plotly.js charts in .NET programming languages 📈🚀.

#r "nuget: Plotly.NET"
visualization data exploration charting
Read More

Deedle is an easy to use library for data and time series manipulation and for scientific programming.

#r "nuget: Deedle"
dataframe data exploration data access
Read More

An F# Type Provider providing strongly typed access to the R statistical language. The type provider automatically discovers available R packages and makes them easily accessible from F#, so you can easily call powerful packages and visualization libraries from code running on the .NET platform.

#r "nuget: RProvider"
R interop type provider visualisation statistics
Read More

An F# Type Provider providing strongly typed access to an SQL database. The type provider automatically discovers available database schema, tables, columns, rows and makes returning data easily accessible from F#.

#r "nuget: SQLProvider"
sql database type provider
Read More

The FSharp.Data package contains type providers and utilities to access common data formats (CSV, HTML, JSON and XML in your F# applications and scripts. It also contains helpers for parsing CSV, HTML and JSON files and for sending HTTP requests.

#r "nuget: FSharp.Data"
data access type providers http
Read More