Skip to content

Student Facing Repository which hosts materials for the Spring 2024 Semester of Data 8 at UC Berkeley

License

Notifications You must be signed in to change notification settings

cj8086/materials-sp24

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data 8 Public Materials for Spring 2024

Environment Setup

Prerequisites

Ensure you have Anaconda or Miniconda installed on your system.

Installing Requirements

conda create --name <venv-name> 
conda activate <venv-name>
pip install -r requirements.txt # Install the dependencies
jupyter lab # Recommended way of coding

Removing the Environments

conda deactivate <venv-name> # If the env is activated
conda env remove --name <venv-name>

Other

You could modify the requirements.txt to install different versions of the packages.

Course Information

This repository contains the publicly available materials used in the Data 8 Foundations of Data Science course during the Spring 2024 semester at UC Berkeley.

This includes:

  • homeworks
  • labs
  • projects
  • lectures

The contents of this repository are licensed for reuse under Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)

Binder

Lab Links:

Homework Links:

Project Links:

Lecture Links:

About

Student Facing Repository which hosts materials for the Spring 2024 Semester of Data 8 at UC Berkeley

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%