opam-version: "2.0" authors: "Francois Berenger" maintainer: "unixjunkie@sdf.org" homepage: "https://github.com/UnixJunkie/omlr" bug-reports: "https://github.com/UnixJunkie/omlr/issues" dev-repo: "git+https://github.com/UnixJunkie/omlr.git" license: "BSD-3-Clause" build: ["dune" "build" "-p" name "-j" jobs] depends: [ "batteries" {>= "3.0.0"} "conf-gnuplot" "conf-r" "cpm" {>= "10.2.1"} "dolog" {>= "4.0.0"} "dune" {>= "1.11"} "minicli" {>= "5.0.0"} "ocaml" ] synopsis: "Multiple Linear Regression model" description: """ Train a MLR model using R. usage: ./mlr_model [-i ]: 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 """ url { src: "https://github.com/UnixJunkie/omlr/archive/v1.0.3.tar.gz" checksum: [ "sha256=1c23080f187d965980a680be10c706719241e420d7db638b983df0585ea09532" "md5=8e1fd6610b09e1bf733718287b04e1ed" ] }