Giter Site home page Giter Site logo

r-book's Introduction

Classifier Development in R

This book is intended to serve as an introduction to production-level classifier development in the R programming language. The sections denoted by * are optional.

  1. Introduction
  • Setting up your development environment
  • A review of R
  • Troubleshooting
  • Exercises
  1. Data Preparation
  • Some manual exercises
    • Filtering out values
  • Transformations
    • Column transformations
    • Row transformations
    • Multi-column transformations
    • Dataframe transformations
    • Exercises
  • Mungebits
    • A simple filter
    • A simple imputer
    • The mungebit data structure
    • The imputer mungebit
    • More advanced mungebits
    • Passing state between training and prediction
    • Exercises
    • *Writing our own mungebit
    • *Testing mungebits
  • Mungepieces
    • An imputer with memory
    • Differences between training and prediction
    • Using the parse_mungepiece function to make mungepieces
    • Exercises
  • Munging
    • Putting it all together with munge
    • Re-munging against a data.frame
    • *Inspecting stored mungepieces
    • *Debugging the data preparation process
  1. Modeling
  • Some manual exercises
    • A linear regression
    • A GBM model
  • Tundra (turning models into R objects)
    • A linear regression tundra model
    • A GBM tundra model
    • Understanding training parameters
    • Using prediction parameters
    • The philosophy of tundra
    • * Writing our own GLM tundra container
  • Stagerunner
    • An example of the full modeling process
    • Introducing stagerunner: parametrizing our modeling process
    • Quick detour: other use cases for stagerunner
    • * Advanced features of stagerunner objects
    • * Debugging stagerunner objects
    • Interactive stagerunners and caching
    • An ensemble of stagerunners
  • Syberia
    • Introduction
    • The import stage
    • The data stage
    • The model stage
    • The export stage
    • * The evaluation stage
    • Testing your syberia models
    • Re-factoring complicated models with Ramd
  1. Deployment
  • Microserver
    • Launching a microserver on EC2
    • Deploying your syberia model to S3
  • Validation
    • The philosophy of validation
    • Testing alpha versus beta operations
  • Scaling with nginx

r-book's People

Contributors

robertzk avatar

Watchers

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