PrivateLR: Differentially Private Regularized Logistic Regression

Implements two differentially private algorithms for estimating L2-regularized logistic regression coefficients. A randomized algorithm F is epsilon-differentially private (C. Dwork, Differential Privacy, ICALP 2006 <DOI:10.1007/11681878_14>), if |log(P(F(D) in S)) - log(P(F(D') in S))| <= epsilon for any pair D, D' of datasets that differ in exactly one record, any measurable set S, and the randomness is taken over the choices F makes.

Getting started

Package details

AuthorStaal A. Vinterbo <Staal.Vinterbo@ntnu.no>
MaintainerStaal A. Vinterbo <Staal.Vinterbo@ntnu.no>
LicenseGPL (>= 2)
Version1.2-22
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("PrivateLR")

Try the PrivateLR package in your browser

Any scripts or data that you put into this service are public.

PrivateLR documentation built on May 2, 2019, 2:10 p.m.