Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.38 KB

Readme.md

File metadata and controls

46 lines (33 loc) · 1.38 KB

Build Status Coverage Status

This repository is still under development. If you like you can follow the process.

Installation

Developer version:

devtools::install_github("schalkdaniel/compboost")

Road Map

  • Technical Stuff:

    • Deal with destructors and remove data cleanly
    • Fix compboost that it doesn't crash R after some time
  • Baselearner:

    • Implement spline baselearner
  • Logger:

    • Implement OOB Logger
  • General Implementation:

    • Implement parameter getter
      • Getter for final parameter
      • Getter for parameter of iteration k < iter.max
      • Getter for parameter matrix for all iterations
    • Prediction:
      • General predict function on trian data
      • Predict function for iteration k < iter.max
      • Prediction on newdata
      • Prediction on newdata for iteration k < iter.max
  • Tests:

    • Iterate over tests (they are notd coded very well)
    • Test for BaselearnerCpp see #86

Idea

Usage

Implementation

References