Skip to content

izzbizz/ds-lab

Repository files navigation

WiMLDS Berlin Data Science Lab

This repository contains project files for the first cohort of WiMLDS Berlin Data Science Lab.

Setup Workflow

Note: The commands in this README work on Unix Bash command line.

  1. Clone or download this repo

git clone https://github.com/izzbizz/ds-lab.git

  1. Change working directory to root folder of the project

cd ds-lab

  1. Make sure you have Anaconda/conda installed. Verify using the command conda --version.

  2. Create a new virtual environment named dslab

conda create --name dslab python=3.7

  1. Activate virtual environment dslab

conda activate dslab

  1. Install requirements.txt

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published