259 Views
Logistic Regression is a Machine Learning algorithm used to automatically classify items in two groups. This post presents an implementation in F#, translated from a Python example.
0 comments
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
Logistic Regression is a Machine Learning algorithm used to automatically classify items in two groups. This post presents an implementation in F#, translated from a Python example.