1
0
Форкнуть 0
INACTIVE - http://mzl.la/ghe-archive - UCOSP winter cohort internship project to perform exploratory data analysis on tracking technologies on the Web.
Перейти к файлу
Dave Zeber 12f0f2696c Cleaned up analysis dir with project folders 2018-06-05 18:39:12 -05:00
analyses Cleaned up analysis dir with project folders 2018-06-05 18:39:12 -05:00
data Update to most recent state of old repo. 2018-03-26 19:42:10 +02:00
data_processing Update to most recent state of old repo. 2018-03-26 19:42:10 +02:00
utils cookie data analysis cleaned up and md added 2018-04-12 11:09:35 -03:00
.gitignore UCOSP project fresh/historyless commit. 2018-03-26 11:15:13 +02:00
LICENSE Initial commit 2018-03-26 11:07:55 +02:00
README.md Update to most recent state of old repo. 2018-03-26 19:42:10 +02:00
dataExplorationScript.ipynb UCOSP project fresh/historyless commit. 2018-03-26 11:15:13 +02:00
dataExplorationScript.md UCOSP project fresh/historyless commit. 2018-03-26 11:15:13 +02:00
environment.yaml Update to most recent state of old repo. 2018-03-26 19:42:10 +02:00
explore-crawl-data.ipynb UCOSP project fresh/historyless commit. 2018-03-26 11:15:13 +02:00
schema.md Update schema.md 2018-05-15 15:12:36 +02:00

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