knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

choosy

The ideal of this package is to get some practice with optimization algorithms to fit multinomial logistic regression models.

To Do / Roadmap

  1. (Backtracking?) Line search for gradient descent / selection of optimization method
  2. BFGS / L-BFGS
  3. Newton's method
  4. ADMM
  5. Cpp once xtensor-r is easy

Eventually we may want the following methods:

Installation

Once we get underway, you'll be able to install this package with:

# install.packages('devtools')
# devtools::install_github('alexpghayes/choosy')

Motivation

...

Assumptions

Example Usage

...



alexpghayes/choosy documentation built on May 23, 2019, 11:35 p.m.