package omlr

  1. Overview
  2. Docs
Multiple Linear Regression model

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.2.tar.gz
md5=4b637863b4bc4ed2e27de45cf0872736

Description

Train a MLR model using R.

usage: ./mlr_model [-i <input.csv>]: input CSV file [--NxCV ]: number of folds of cross validation [-s|--save ]: save model to file [-l|--load ]: restore model from file [-o ]: predictions output file [--no-shuffle]: do not randomize input lines [--no-header]: CSV file has no header [--no-plot]: don't call gnuplot [-d ]: field delimited in CSV file (default=',') [-v]: verbose/debug mode [-h|--help]: show this message

Published: 04 Sep 2020

README

omlr

Multiple Linear Regression in OCaml using owl

Dependencies (8)

  1. ocaml
  2. minicli >= "5.0.0"
  3. dune >= "1.11" & < "3.0"
  4. dolog >= "4.0.0" & < "5.0.0"
  5. cpm
  6. conf-r
  7. conf-gnuplot
  8. batteries

Dev Dependencies

None

Used by

None

Conflicts

None