All Projects → crazzle → Pydata_berlin_2018

crazzle / Pydata_berlin_2018

Slides and code for the PyData Berlin 2018 tutorial

Projects that are alternatives of or similar to Pydata berlin 2018

Sc2ai
Integrated Tensorforce and OpenAI Gym to train SC II game agents.
Stars: ✭ 12 (-7.69%)
Mutual labels:  jupyter-notebook
Notebooks
Stars: ✭ 12 (-7.69%)
Mutual labels:  jupyter-notebook
Ml portofolio
This repo will contain my machine learning projects.
Stars: ✭ 13 (+0%)
Mutual labels:  jupyter-notebook
Coursera Ml Andrewng
use numpy, scipy, and tensorflow to implement these basic ML model and learning algorithm
Stars: ✭ 869 (+6584.62%)
Mutual labels:  jupyter-notebook
Atari
1-step Q Learning from the paper "Asynchronous Methods for Deep Reinforcement Learning"
Stars: ✭ 12 (-7.69%)
Mutual labels:  jupyter-notebook
Nla2015
The main github repository for NLA2015 course
Stars: ✭ 12 (-7.69%)
Mutual labels:  jupyter-notebook
Nltweets
"Our corpus is tweets."
Stars: ✭ 12 (-7.69%)
Mutual labels:  jupyter-notebook
Deepnlp2019
Repository of DeepNLP in 2019
Stars: ✭ 13 (+0%)
Mutual labels:  jupyter-notebook
Traffic Sign Classifier
Udacity Self-Driving Car Engineer Nanodegree. Project: Build a Traffic Sign Recognition Classifier
Stars: ✭ 12 (-7.69%)
Mutual labels:  jupyter-notebook
Disease Detection Using Xray
Stars: ✭ 13 (+0%)
Mutual labels:  jupyter-notebook
Econ 101b
Macroeconomics
Stars: ✭ 12 (-7.69%)
Mutual labels:  jupyter-notebook
Behavioral Cloning Hacktorial
All the files needed for the Terrapin Hackers Hacktorial on Behavioral Cloning for Self Driving Cars.
Stars: ✭ 12 (-7.69%)
Mutual labels:  jupyter-notebook
Ml Sims
Machine Learning applied to Cosmological Simulations
Stars: ✭ 12 (-7.69%)
Mutual labels:  jupyter-notebook
Show Attend And Tell
TensorFlow Implementation of "Show, Attend and Tell"
Stars: ✭ 869 (+6584.62%)
Mutual labels:  jupyter-notebook
Ganocracy
Stars: ✭ 13 (+0%)
Mutual labels:  jupyter-notebook
Cos 2019
Stars: ✭ 12 (-7.69%)
Mutual labels:  jupyter-notebook
Mozfest15 Training
Notebooks for Jupyter training session at Mozfest 2015
Stars: ✭ 12 (-7.69%)
Mutual labels:  jupyter-notebook
Python Code
Stars: ✭ 13 (+0%)
Mutual labels:  jupyter-notebook
Seemps
Self-explaining Matrix Product States library in Python
Stars: ✭ 13 (+0%)
Mutual labels:  jupyter-notebook
Ridge Directed Ring Detector
Robust and highly performant ring detection algorithm for 3d particle tracking using 2d microscope imaging
Stars: ✭ 12 (-7.69%)
Mutual labels:  jupyter-notebook

Production ready Data-Science with Python and Luigi Binder

This repo contains the slides, notebooks and example code for the PyData Berlin 2018 tutorial.

Setup

You should install luigi before running the pipeline.

pip install -r requirements.txt

Code

The example luigi pipeline is under "pipelines". It can be started by running

PYTHONPATH='.' luigi --module 00_training_pipeline Export --dataset-version 1 --model-version 1

The notebooks contain the tasks and a few examples for presentation purposes.

Slides

The slides are accessible via the Jupyter Notebook "Production-Ready-Datascience.ipynb" as well as the PDF "presentation.pdf".

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].