Skip to content

gavinkhung/logistic-regression

Repository files navigation

Logistic Regression

Logistic Regression implementation

Usage

Running the program

jupyter notebook

Running via Docker

Build the JupyterLab Docker image and start it

docker build -t logistic-regression .
docker run --rm -p 8888:8888 -v "$(pwd)":/home/jovyan/work logistic-regression

Open JupyterLab at the following URL: http://127.0.0.1:8888/lab

Running via Docker Compose

Start the Docker image

docker compose up --build -d

Open JupyterLab at the following URL: http://127.0.0.1:8888/lab

Clean up the Docker container

docker compose down --volumes --rmi local

Program Output

Logistic Regression

About

Logistic Regression implementation with Numpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages