Giter Club home page Giter Club logo

ukgovdatascience.govuk-taxonomy-ml-image's Introduction

GOV.UK Taxonomy machine learning image

Contents

This repo contains the following:

  • Source code for running automated machine learning using the python TPOT framework.
  • A Dockerfile for building a Docker container to run a python3.4.6 environment.

Instructions

Getting started

Once volume mounts have been properly configured, it should be possible to launch the container and TPOT process simply by executing the run.sh script.

Building the Docker container

This github repository has been linked to a docker hub repository allowing the container to be automatically built following each push on master to github. The latest container will be pulled automatically from docker hub when the run.sh script is run. More specifically when a docker run or docker pull command is issued.

During experimentation, you may also want to build the container locally (or remotely), this can be done with:

# Where <tag> is the version number or nominally 'latest'

docker build -t ukgovdatascience/govuk-taxonomy-ml-image:<tag> .

Environment variables and docker mounts

No data are stored in the docker image itself, so these must be made available to the container by mounting a volume. This is done automatically in the run.sh, which connects the $DATADIR location with an internal mount point on the docker container (/mnt/data). $DATADIR should thus point at the location on the local machine where the data are stored.

ukgovdatascience.govuk-taxonomy-ml-image's People

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.