Skip to content

jindrichmynarz/matchmaker-rescal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matchmaker-rescal

Evaluation runner for the RESCAL-based matchmakers.

Installation

pip install .
pip install -r requirements.txt

Usage

Observe the command-line parameters:

python matchmaker_rescal/cli.py -h

There are the following parameters:

  • -g/--ground-truth (required): Path to MatrixMarket file with the matrix that contains the ground truth about relations between contracts and their awarded bidders.
  • -s/--slices (optional): Paths to MatrixMarket files with matrices that represent slices of a tensor factorized by RESCAL. You can provide an arbitrary number of slices.
  • -c/--config (optional): Path to a configuration file in EDN. You can see default configuration here.

The input matrices for the ground truth and the slices can be produced by sparql-to-tensor.

About

Evaluation runner for RESCAL-based matchmaking

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages