All Projects → onlyphantom → Tacticaldataprep

onlyphantom / Tacticaldataprep

Knowledge Review: Tactical Data Preparation (Python and R)

Programming Languages

python
139335 projects - #7 most used programming language
r
7636 projects

Projects that are alternatives of or similar to Tacticaldataprep

Cadl
ARCHIVED: Contains historical course materials/Homework materials for the FREE MOOC course on "Creative Applications of Deep Learning w/ Tensorflow" #CADL
Stars: ✭ 1,478 (+7678.95%)
Mutual labels:  tutorial, workshop
Aws Lambda Workshop
Some incremental examples suitable to host an AWS Lambda Functions workshop
Stars: ✭ 18 (-5.26%)
Mutual labels:  tutorial, workshop
Python Django For Php Nerds
A tutorial for PHP people wanting to learn Python/Django
Stars: ✭ 9 (-52.63%)
Mutual labels:  tutorial, workshop
Learn Generators
JavaScript ES(6|2015) generators workshopper. Learn in practice. 🤘
Stars: ✭ 257 (+1252.63%)
Mutual labels:  tutorial, workshop
Todolist flutter
🎓Flutter TodoList tutorial
Stars: ✭ 225 (+1084.21%)
Mutual labels:  tutorial, workshop
Build Your Own Shell
Guidance for mollusks (WIP)
Stars: ✭ 181 (+852.63%)
Mutual labels:  tutorial, workshop
Advanced R
One day course covering functions, functional programming and tidy evaluation
Stars: ✭ 38 (+100%)
Mutual labels:  tutorial, workshop
React Workshop
The course material for our React Hooks workshop
Stars: ✭ 184 (+868.42%)
Mutual labels:  tutorial, workshop
Kubernetes Java Sample
Kubernetes Hands-on Workshop
Stars: ✭ 254 (+1236.84%)
Mutual labels:  tutorial, workshop
Choo Handbook
🚂✋📖 - Learn the choo framework through a set of exercises
Stars: ✭ 266 (+1300%)
Mutual labels:  tutorial, workshop
Ko.javascript.info
Modern JavaScript Tutorial in Korean (모던 JavaScript 튜토리얼)
Stars: ✭ 822 (+4226.32%)
Mutual labels:  tutorial
Basic reinforcement learning
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
Stars: ✭ 826 (+4247.37%)
Mutual labels:  tutorial
Syscrack
Virtual Online Crime Simulator (VOCS) written in PHP 7.0
Stars: ✭ 17 (-10.53%)
Mutual labels:  tutorial
Gdmultiplayertutorial
Reference/companion material to a written tutorial teaching how to setup multiplayer game in Godot
Stars: ✭ 18 (-5.26%)
Mutual labels:  tutorial
Workshop
Learn Serverless for Kubernetes with OpenFaaS
Stars: ✭ 819 (+4210.53%)
Mutual labels:  workshop
Pacgo
Tutorial do Women Who Go POA
Stars: ✭ 17 (-10.53%)
Mutual labels:  tutorial
Sso
cas单点登录系统,其中包括cas认证服务,配置中心,监控平台,服务管理的高可用项目
Stars: ✭ 797 (+4094.74%)
Mutual labels:  tutorial
Arshooter
A demo Augmented Reality shooter made with ARKit in Swift (iOS 11)
Stars: ✭ 794 (+4078.95%)
Mutual labels:  tutorial
Trip.js
🚀 Trip.js is a plugin that can help you customize a tutorial trip easily with more flexibilities.
Stars: ✭ 789 (+4052.63%)
Mutual labels:  tutorial
Intro Starwars App
Repositório responsável pela artigo escrito no dev.to AQUI em como desenvolver a intro do Star Wars com Node.js & Express.js.
Stars: ✭ 18 (-5.26%)
Mutual labels:  tutorial

Tactical Data Preparation

Executive Summary

Tactical data science zooms in on the mental models behind common data preparation tasks, and aim to equip beginning practitioners with some practical advice on wrangling data in a productive manner. The 6 main takeaways are illustrated in both R and Python code, using a real world dataset.

  1. Favor a problem-solving style that is efficient and yields a short feedback cycle
  2. Isolate contexts by diagnosing your data before exploring it
  3. Diagnostic questions are sanity checks. They asks: "does the state of data conform to my expectations and statistical reality?"
  4. Exploratory questions are concerned with pattern discovery. They asks: "how can the information in the data be applied?"
  5. Incorporate prior knowledge and domain knowledge in your data preparation tasks
  6. Syntactic equivalence != Logical equivalence

All example code are provided in R and Python, but only basic familiarity in both language is assumed.

Workshops

Jakarta

  • Date: 27 November 2019
  • Venue: Gedung Pusat Perfilman Usmar Ismail, Jl. H.R Rasuna Said
  • Delivery: English

Bali

  • Date: 13 December 2019
  • Venue: Kembali Innovation Hub, Kuta
  • Delivery: English

Badge of Completion

To earn a badge of completion, attempt the quizzes on https://corgi.re. Corgi is an aggregation tool for courses on github (hence the name) with a primary focus on data science and computer programming.

Link to earn a badge: Tactical Data Preparation | Corgi

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