# LogisticRegression **Repository Path**: xiao_bai97/LogisticRegression ## Basic Information - **Project Name**: LogisticRegression - **Description**: Logistic regression from scratch in Python - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2020-02-28 - **Last Updated**: 2020-12-19 ## 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.