examples

command
v0.0.0-...-0b094f6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

README

Running main.go

Download data

$ # Download darpa dataset in MIDAS format
$ curl -O https://www.comp.nus.edu.sg/~sbhatia/assets/datasets/darpa_midas.csv
$ # Download original darpa dataset
$ curl -O https://www.comp.nus.edu.sg/~sbhatia/assets/datasets/darpa_original.csv
$ go run main.go > scores.txt
$ python auc.py # checking the AUC
AUC:  0.9171735033552131

$ go run main.go --norelations > scores.txt # use midas instead of midasR
$ python auc.py # checking the AUC
AUC:  0.9467124341220924

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL