Giter Club home page Giter Club logo

superlearner's Introduction

SuperLearner

This is the current version of the SuperLearner R package (version 2.*).

How to install from Github

To install the SuperLearner package on your computer you have two options.

devtools

If you have devtools installed you can install the package using the following script.

require(devtools)
install_github("ecpolley/SuperLearner")

Manual download

These steps assume your system is set up to build and install R packages from source.

  1. Download the entire repository using the Downloads link in the upper right.
  2. Unzip the downloaded file. [Of course, if you have git, you could replace steps 1 and 2 with: git clone git://github.com/ecpolley/SuperLearner.git]
  3. Run R CMD build /path/to/folder
  4. You should now have a file called SuperLearner_2.0-15.tar.gz
  5. Run R CMD INSTALL SuperLearner_2.0-15.tar.gz
  6. Alternative to step 5, in R use the command install.packages('SuperLearner_2.0-15.tar.gz', repos = NULL, type = 'source') assuming you are in the correct directory for the *.tar.gz file (or add full path to the command)

The package should now exist in your R library and can be loaded with the command library(SuperLearner). The SuperLearner package has 2 required packages that need to be installed before SuperLearner. The required packages are nnls and quantreg and they can be installed from CRAN. In R, use the command install.packages(c("nnls", "quantreg")).

superlearner's People

Contributors

lendle avatar cancandan avatar ecpolley avatar jackstat 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.