Code Monkey home page Code Monkey logo

splink_demos's Introduction

splink_demos

This repo contains interactive notebooks containing demonstration and tutorial for version 3 of the Splink record linking library, the homepage for which is here.

Running these notebooks interactively

You can run these notebooks in an interactive Jupyter notebook by clicking the button below:

Binder

Running these notebooks locally in VSCode

If you don't already have it, you'll need to install java on your system in order to run pyspark, which splink currently depends on. Download java for your specific OS from here.

You can check the installation went correctly by using:

java -version within a terminal instance. It should return details of your java installation.

If you have multiple java installations, you may need to change the version of java you're currently using.

To download the example notebooks, simply clone this repository:

git clone [email protected]:moj-analytical-services/splink_demos.git

Create a virtual environment using:

python3 -m venv venv
source venv/bin/activate

Install the package list (which includes pyspark) with:

pip3 install -r requirements.txt

and, if you want to use jupyter, add a kernel corresopnding to your venv:

python -m ipykernel install --user --name=splink_demos
jupyter lab

splink_demos's People

Contributors

robinl avatar thomashepworth avatar mamonu avatar adbond avatar samnlindsay avatar marianabazely avatar alicja-januszkiewicz avatar nickcrews 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.