Added Input Variable Distributions Plotting Script
#6
by
ypreetham
- opened
No description provided.
ypreetham
changed pull request status to
open
Use this script to visualize all the distributions for input variables to a model. Example usage:
python visualize_input_distributions.py --config [filepath to config] --output_dir [filepath to directory where you want to store outputs] --label_names [An optional list of label names for the legends, ordered by label number in ascending order] --output_filename [name of the .png output file, make sure to specify ".png"] --xlim_adjustment
ypreetham
changed pull request status to
merged