Giter VIP home page Giter VIP logo

aml-london-2019's Introduction

aml-london-2019

Course materials for Applied Machine Learning course in 2019 in London

  • November 18, 2019—November 19, 2019 9:00 AM-5:00 PM

  • Hilton London Paddington (146 Praed Street, London, LND W2 1EE, map)

Materials

These will be posted a day before the workshop. The slides are in HTML, so browser that uses javascript is required.

Software

We will have RStudio server pro instances will all of the packages installed as well as the above GitHub repository available.

If you would like to run R locally, the installation instructions are:

install.packages(
  c(
    'AmesHousing',
    'C50',
    'devtools',
    'discrim',
    'earth',
    'ggthemes',
    'glmnet',   # See important note below
    'klaR',
    'lubridate',
    'party',
    'pROC',
    'rpart',
    'stringr',
    'textfeatures',
    'tidymodels'
  ),
  repos = "http://cran.rstudio.com"
)
devtools::install_github("tidymodels/recipes")
devtools::install_github("tidymodels/dials")
devtools::install_github("tidymodels/textrecipes")
devtools::install_github("r-lib/cli")
devtools::install_github("koalaverse/vip")
devtools::install_github("tidymodels/tune")

** Important note! ** A new version of glmnet was released on 2019-11-09. Although it states that it depends on R (≥ 3.5.0), it may not install on R versions < 3.6.0.

We will be on-site at least 30min before the workshop commences in case you need any help getting packages installed. Prior to this, you can email [email protected] with questions.

If you want to read up a bit about predictive modeling before the workshop, check out chapter 1 and chapter 3 of Feature Engineering and Selection.

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.