Closed where-is-paul closed 4 years ago
scripts/synth-data.ipynb
scripts/plot.ipynb
cargo run --release --bin report 2>&1 | tee log.txt
./ranking
compute_ratings
RatingSystem::compute_metrics
PerformanceReport
predict_performance
ranking/src/bin/report.rs
Outline
scripts/synth-data.ipynb
contains the data generator for the synthetic datascripts/plot.ipynb
analyzes log file for the datacargo run --release --bin report 2>&1 | tee log.txt
run this from./ranking
to produce a log filecompute_ratings
has new functions & objectsRatingSystem::compute_metrics
,PerformanceReport
,predict_performance
ranking/src/bin/report.rs
has the code for generating performance reports. Grid search used for hyper-parameter optimization