Code Monkey home page Code Monkey logo

medical-dask-workshop's Introduction

Medical.ml Dask & Pandas Workshops

Wroclaw University of Science and Technology Faculty of Computer Science and Management

medical.ml Students Research Group

Getting started - what is it about?

Medical.โ€‹ml workshops on data processing tools:

  • pandas - processing tabular data
  • dask - parallel and cluster-distributed processing

Prerequisites & Installation

Docker

At some point in the future...

Local Environment

You can set up all requirements in your own environment without building Docker images. You'll need:

  1. Conda or another python distribution with packages:
    • pandas 0.20.0+
    • numpy 1.13.0+
    • dask 0.16.0+ (preinstalled with conda, make sure you have the latest version)
    • bokeh 0.12.10+ (preinstalled with conda, make sure you have the latest version)
    • scikit-learn
  2. (Optional) Graphviz:
    • Download from https://www.graphviz.org/download/ (or apt-get install graphviz on Linux)
    • Install python package graphviz.

      Note 1: install with pip install graphviz rather than with conda install. Conda sometimes messes this up. Note 2: On Windows you may need to manually set up your environment path, or do so right in your code with:

       import os
       os.environ["PATH"] += os.pathsep + 'disk/install/path/Graphviz2.38/bin/' 

      Note 3: The Graphviz provides a handy functionality to the Dask library but is not at all required for it to run properly, so it's up to you to decide whether to install it or not.

Workshop notebooks

Workshop content is located in the ./notebooks/ directory in a form of Jupyter Notebook files. Their content may differ in the future, so be sure to pull the latest version :)

But why all this?

> Ugly Data > Pandas, Numpy, Dask, ... > Beautiful Data > Machine Learning > ??? > ??? > ??? > Profit

medical-dask-workshop's People

Contributors

eemkos avatar mkosturek avatar

Stargazers

Kernelko avatar

Watchers

Kernelko 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.