-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latex code generation for sampled hyperparameters of diva fbopt #753
Comments
in fbopt branch,
or snakemake will first sample the hyperparameters, before other jobs being runed, so hyperparameters.csv will be generated, we need a way to put that into latex. |
code
result with the csv above:
|
If we run any benchmark configuration file, we get a hyperparameters.csv file where each line represent a hyperparameter configuration for a particular algorithm, now we want to show that in a paper, which we need to format into latex. We need a script to transform the csv file into latex for display in a paper.
Below is an example of the benchmark folder where one could find hyperparameters.csv
├── commit.txt
├── config.txt
├── graphics
│ ├── diva_fbopt_full
│ ├── radar_dist.png
│ ├── radar.png
│ ├── scatterpl
│ ├── sp_matrix_dist.png
│ ├── sp_matrix_dist_reg.png
│ ├── sp_matrix.png
│ ├── sp_matrix_reg.png
│ └── variational_plots
├── hyperparameters.csv
├── results.csv
└── rule_results
├── 0.csv
├── 1.csv
├── 2.csv
├── 3.csv
├── 4.csv
├── 5.csv
├── 6.csv
└── 7.csv
In the results plot, we have

We need to let the reader know what each index correspond to which hyperparameter using the hyperparameter.csv:
The text was updated successfully, but these errors were encountered: