Use F# and ML.NET to predict New York taxi fares

Mark Farragher
7 min readJul 21, 2020

Building machine learning apps has never been easier!

Because we have ML.NET, Microsoft’s new machine learning library. It can run linear regression, logistic classification, clustering, deep learning, and many other machine learning algorithms.

But did you know that the F# language is the perfect choice for developing machine learning applications with ML.NET?

The F# language is just perfect for machine learning. It’s a 100% pure functional programming language based on OCaml and inspired by…

--

--