Code Monkey home page Code Monkey logo

data-science-book's Introduction

Becoming a Spatial Data Scientist Materials

Example notebooks to accompany Becoming a Spatial Data Scientist.

Installation requirements

The notebooks in this repository use a ready-to-run Docker image containing Jupyter applications and interactive computing tools. To run the notebooks, please follow the instructions below.

  1. Clone this repository
$ git clone [email protected]:CartoDB/data-science-book.git
$ cd data-science-book
  1. Download and install docker. Follow instructions here: https://docs.docker.com/install/

  2. Run the image. Open your terminal and run

$ docker run --user root -p 8888:8888 -e JUPYTER_ENABLE_LAB=yes -e GRANT_SUDO=yes -v "$PWD":/home/jovyan/workspace cartodb/data-science-book

A local address will be created. Copy and paste the address in your browser, this will launch Jupyter Lab. Note: If you have another Jupyter server running, make sure it's on a different port than 8888. Otherwise change the port number above or close down the other notebook server.

  1. Start experimenting with the code in each of the Chapter directories

Table of Contents

Chapter 1 - 2

  • Visualizing spatial data with CARTOframes (static preview) - a notebook for easily visualizing your data on a map using CARTOframes.

  • Computing measures of spatial dependence (static preview) - a notebook for exploring spatial dependence in your data and visualize the results using CARTOframes.

  • Discrete spatial models (static preview) - a notebook with examples of spatial models for discrete processes and visualize the results using CARTOframes.

  • Continous spatial models (static preview) - a notebook with examples of spatial models for continuous processes and visualize the results using CARTOframes.

Chapter 3

  • Agglomerative Clustering (static preview) - a notebook demonstrating how to create spatially constrained clusters using agglomerative clustering
  • DBSCAN (static preview) - a notebook demonstrating how to create clusters of points in geographic coordinates
  • SKATER (static preview) - a notebook demonstrating how to create spatially constrained clusters that are homogeneous

Chapter 4

  • Travelling Salesman Problem (static preview) - a notebook demonstrating how to solve travelling salesman problem.

data-science-book's People

Contributors

giuliacarella avatar djfan avatar andy-esch avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.