Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mxsaad/csc4850-project

Classification and missing value estimation.
https://github.com/mxsaad/csc4850-project

classification docker jupyter knn python svm

Last synced: 15 days ago
JSON representation

Classification and missing value estimation.

Awesome Lists containing this project

README

        

# CSC4850 Machine Learning Project

This repository contains a machine learning project set up with Docker and Jupyter Notebook.

## Setup Instructions

1. Clone the repository.
2. Run `docker-compose up` to start the Jupyter Notebook in Docker.
3. Access Jupyter Notebook at `http://localhost:8888`.

## Persistent Storage

The `notebooks` directory is mounted as a volume, so any notebooks created are saved persistently.