Giter Site home page Giter Site logo

online_random_forest's Introduction

online_random_forest

Machine learning models for incremental learning random forest models. Implemented as an R package using Rcpp and C++. Includes versions of an causal random forest that learns incrementally.

This project utilizes incremental machine learning techniques (i.e., online or out-of-core algorithms) to partially fit models given one datapoint at a time. The project leverages code from Amir Saffiri (https://github.com/amirsaffari/online-multiclass-lpboost). This project extends the algorithms by making them available in R via the Rcpp and RcppEigen packages and adds causal versions of the algorithms (see Wager and Athey 2018). This implemntation allows for the models to learn one data point at a time and save the models as lists of parameters for persistence to future sessions in R.

References: Athey, Susan, and Guido W. Imbens. "Identification and inference in nonlinear difference‐in‐differences models." Econometrica 74.2 (2006): 431-497.

Athey, Susan, and Guido Imbens. "Recursive partitioning for heterogeneous causal effects." Proceedings of the National Academy of Sciences 113.27 (2016): 7353-7360.

Saffari, Amir, et al. "On-line random forests." 2009 ieee 12th international conference on computer vision workshops, iccv workshops. IEEE, 2009.

Wager, Stefan, and Susan Athey. "Estimation and inference of heterogeneous treatment effects using random forests." Journal of the American Statistical Association 113.523 (2018): 1228-1242.

online_random_forest's People

Contributors

mfgreene79 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.