Skip to content

Files

Latest commit

08c00ea · Sep 25, 2018

History

History

java-jsi-clus-fr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 24, 2018
Mar 8, 2018
Sep 25, 2018
Mar 8, 2018
Feb 28, 2018
Feb 28, 2018
Jun 6, 2018
Apr 26, 2018
May 2, 2018
Feb 28, 2018
Mar 16, 2018
May 2, 2018
Feb 28, 2018

JSI DockerHub ImageVersion ImageLayers

hbpmip/java-jsi-clus-fr: Feature ranking for structured outputs

Implementation of the feature ranking from CLUS software. http://kt.ijs.si

Usage

docker run --rm --env [list of environment variables] hbpmip/java-jsi-clus-fr compute

where the environment variables are:

  • NODE: name of the node (machine) used for execution
  • JOB_ID: ID of the job.
  • IN_JDBC_DRIVER: org.postgresql.Driver
  • IN_JDBC_URL: URL to the input database, e.g. jdbc:postgresql://db:5432/features
  • IN_JDBC_USER: User for the input database
  • IN_JDBC_PASSWORD: Password for the input database
  • OUT_JDBC_DRIVER: org.postgresql.Driver
  • OUT_JDBC_URL: URL to the output database, jdbc:postgresql://db:5432/woken
  • OUT_JDBC_USER: User for the output database
  • OUT_JDBC_PASSWORD: Password for the output database
  • PARAM_variables: List of target variables
  • PARAM_covariables: List of input variables
  • PARAM_query: Query selecting the data to feed into the algorithm for training
  • MODEL_PARAM_size: How many models should the ensemble contain. (default is MODEL_PARAM_size=10)