# LogisticRegression **Repository Path**: arlionn/LogisticRegression ## Basic Information - **Project Name**: LogisticRegression - **Description**: Logistic regression from scratch in Python - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 7 - **Created**: 2019-12-13 - **Last Updated**: 2023-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LogisticRegression Logistic regression from scratch in Python This example uses gradient descent to fit the model. It also contains a Scikit Learn's way of doing logistic regression, so we can compare the two implementations.