Skip to content

LimenResearch/topran_stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUUC Stats

Collection of methods and results used in [cite publications when available]

Installation

Clone the repository

git clone https://github.com/BeaverResearch/ruuc_stats.git

Install the repository

cd ruuc_stats
pip install -e ./

Reproducibility

Summary statistics

Run the script ruuc_stats.summary_stats.py, the reports containing all results based on data/data.xlsx. To generate an encompassing visualization of the reports run ruuc_stats.create_aux_files.py.

Visualization

Summary statistics

Start a local server form the main folder, e.g.,

python3 -m http.server

Then browse to localhost:8000 and browse among the available reports.

Tensorboard

To visualize data through Tensorboard, open a terminal and cd into the main repository's folder. Then activate the virutalenv and launch the command

pip install -r requirements.txt

to get some additional libraries.

After the installation launch

tensorboard --logdir ./report/interactive_analyses

Browse to localhost:6006 for the visualization. If the page appears to be empty use the dropdown menu on the top-right and select projector.

Example results:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages