INACTIVE - http://mzl.la/ghe-archive - UCOSP winter cohort internship project to perform exploratory data analysis on tracking technologies on the Web.
12f0f2696c | ||
---|---|---|
analyses | ||
data | ||
data_processing | ||
utils | ||
.gitignore | ||
LICENSE | ||
README.md | ||
dataExplorationScript.ipynb | ||
dataExplorationScript.md | ||
environment.yaml | ||
explore-crawl-data.ipynb | ||
schema.md |
README.md
sb2018
Safe Browsing Project - Contributions from the UCOSP 2018 winter semester cohort
To use conda environment
This is optional, but is useful for maintaining a sandbox for working with scientific python libraries.
- Download Anaconda or Miniconda (https://conda.io/miniconda.html)
- Check it's working by running
conda --version
from the command line - Build an environment from the environment.yaml
conda env create -f environment.yaml