Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 496 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 496 Bytes

ofmlr

R package for fitting online mixtures of logistic regression models.

To get things rolling in [R] use the following code:

library(devtools)	
install_github(“MKaptein/ofmlr”)
library(ofmlr)
?ofmlr

and you should be ready to go. If the first line fails you will obviously have to install the devtools package first.

Let me know if there is anything unclear or not working!

A description of the package and its functionality can be found at: [https://arxiv.org/abs/1802.10529]