Giter VIP home page Giter VIP logo

remla's Introduction

This repository contains supplemental material for the guest lecture on data validation at the REMLA course.

Please follow the instructions below to setup your local environment prior to the lecture on 2022-05-16 Mon as it takes considerable amount of time to build the docker image.

I assume basic familiarly with python and the pandas package. If you are not familiar with pandas, please take a look at the documentation. In particular, you can look at the 10 minutes with pandas tutorial to grasp the basics.

We will primarily be working within a computatial notebook enviroment such as the one provided by Jupyter. Once again, if you are not familiar with a notebook style workflow, I would encourage you to checkout the documentation & tutorials.

Installation

Follow the steps below to setup your local environment.

Obtaining the source code

Fork this repository & clone it to your local machine (you should know how to do this already!).

Setup docker

Build the image using the provided Dockerfile, we will call it tfdv for convenience.

# NOTE this step will take some time
docker build -t tfdv .

Start a container from the built image.

docker run -it --rm -v "$(pwd):/app" -p 8888:8888 tfdv

Jupyter notebook

If all went well, then you should see some output (from Jupyter notebooks) in your terminal. Visit the url and make sure that Jupyter is working properly.

Obtaining the data

Download the cancer dataset from Kaggle and save it under the data directory.

remla's People

Contributors

arumoy-shome 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.