Skip to content
Tag

Everything tagged #statistics

2 articles, newest first.

ResearchOct 05, 2024 · 2 min read

Logistic Regression Explained

Despite the name, it is a classification algorithm. It models the probability of a binary outcome from one or more predictor variables.

002 min read
Logistic Regression Explained
ResearchSep 28, 2024 · 2 min read

Linear Regression Explained

A supervised algorithm that models the relationship between your features and a target, on the assumption that the relationship is a straight line.

002 min read
Linear Regression Explained