scikit-learn

2020

[scikit-learn] 4. logistic regression

Demonstrates how to perform logistic regression with scikit-learn, covering the logit and logistic (sigmoid) functions and fitting a simple one-dimensional example.

[scikit-learn] 3. linear regression

Shows how to perform multiple linear regression with two explanatory variables using scikit-learn, including data generation, model fitting, and MSE evaluation.