Giter Club home page Giter Club logo

Laurae2 R-package

The sequel to Laurae R-package.

Each function has at least one corresponding vignette to look up for an example using help_me("my_function_name").

Installation

It can be computationally expensive to build vignettes. Build without vignettes using the following:

devtools::install_github("Laurae2/Laurae2")

If you want to build vignettes to get a significantly better help:

devtools::install_github("Laurae2/Laurae2", build_vignettes = TRUE)

Pre-requirement installation:

install.packages("devtools")
install.packages(c("knitr", "rmarkdown", "mlrMBO", "lhs", "smoof", "ParamHelpers", "animation"))

xgboost installation, commit dmlc/xgboost@017acf5 seems best currently as it has gblinear improvements. Make sure to use the right compiler below:

devtools::install_github("Laurae2/xgbdl")

# gcc
xgbdl::xgb.dl(compiler = "gcc", commit = "017acf5", use_avx = FALSE, use_gpu = FALSE)

# Visual Studio 2015, use AVX if you wish to
xgbdl::xgb.dl(compiler = "Visual Studio 14 2015 Win64", commit = "017acf5", use_avx = FALSE, use_gpu = FALSE)

# Visual Studio 2017, use AVX if you wish to
xgbdl::xgb.dl(compiler = "Visual Studio 15 2017 Win64", commit = "017acf5", use_avx = FALSE, use_gpu = FALSE)

What can it do?

What can it do:

  • Bayesian Optimization (time-limited, iteration-limited, initialization-limited)
  • Create data.frame from [R,C] matrix-like format
  • Create data.table from [R,C] matrix-like format

Package requirements:

  • knitr
  • rmarkdown
  • mlrMBO
  • lhs
  • smoof
  • ParamHelpers
  • animation
  • xgboost

Laurae's Projects

amd-ds icon amd-ds

Data Science: AMD/OpenCL GPU Deep Learning: Setup Python + Caffe/XGBoost + 1.7x RAM

cbc.jl icon cbc.jl

Interface to the Coin-OR Cbc solver for mixed-integer programming

compute icon compute

A C++ GPU Computing Library for OpenCL

cubist icon cubist

An R package for fitting Quinlan's Cubist regression model

ez_xgb icon ez_xgb

Easy xgboost installation for R users (no recursive)

fromscratch icon fromscratch

A collection of notebooks and code where I discuss the theory then implement data science algorithms. from scratch.

hyperopt icon hyperopt

Distributed Asynchronous Hyperparameter Optimization in Python

jekyll-now icon jekyll-now

Build a Jekyll blog in minutes, without touching the command line.

largevis icon largevis

An implementation of the largeVis algorithm for visualizing large, high-dimensional datasets, for R

laurae icon laurae

Advanced High Performance Data Science Toolbox for R by Laurae

laurae2 icon laurae2

Laurae's Simplified R - The sequel of Laurae Package

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.