Giter Club home page Giter Club logo

preparingdataworkshop's Introduction

https://github.com/WinVector/PreparingDataWorkshop

These are instructions how to prepare to work along with the examples from the workshop:

"Preparing Data for Analysis using R: Basic through Advanced Techniques (WORKSHOP)" John Mount & Nina Zumel, Win-Vector, LLC ODSC 2015.

Complete video here

Abstract for "Preparing data for analysis using R: basic through advanced techniques" John Mount / Nina Zumel.

Data quality is the biggest determiner of data science project success or failure. Preparing data for analysis is one of the most important, laborious, and yet neglected aspects of data science. Many of the routine steps can be automated in a principled manner. This workshop will lay out the fundamentals of preparing data and provide interactive demonstrations in the open source R analysis environment. We will cover what commonly goes wrong, and how to detect and fix it. Participants can download materials from https://github.com/WinVector/PreparingDataWorkshop and either follow along during the workshop, or at their leisure. We will work examples using R ( https://cran.r-project.org ), RStudio ( https://www.rstudio.com ), and a few packages (named in README.md on the Github repository). Participants can re-run all the demonstrations whenever they want.

You will want to download all files in this Github repository, and prepare your machine before trying the examples. Please be patient as we are putting these instructions together as we finish and polish our workshop, so there may be some changes prior to the workshop.

To run all of the examples you will need a machine with a current version of R, and RStudio installed.

To install some of the additional packages you will need your system's compiler tools installed (often c,c++, and FORTRAN). How to do this varies by system and is beyond the scope of the workshop.

The additional R packages you want installed are the following:

install.packages(c('caret',
                   'devtools',
                   'e1071',
                   'gbm',
                   'glmnet',
                   'ggplot2',
                   'kernlab',
                   'knitr',
                   'plyr',
                   'pROC',
                   'randomForest',
                   'reshape2',
                   'rpart',
                   'snow',
                   'vtreat'))
devtools::install_github('WinVector/WVPlots')

preparingdataworkshop's People

Contributors

johnmount avatar ninazumel avatar

Watchers

James Cloos avatar  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.