parser.add_argument('--plot_weight_density',action='store_true',default=DEFAULT_PLOT_WEIGHT_DENSITY,help='Plot the weight density. Only working for regressor models for now.')
parser.add_argument('--plot_weight_density',action='store_true',default=DEFAULT_PLOT_WEIGHT_DENSITY,help='Plot the weight density. Only working for regressor models for now.')
parser.add_argument('--wo_loss_plots',action='store_true',default=DEFAULT_WO_LOSS_PLOTS,help='Do not compute the loss plots.')
parser.add_argument('--wo_loss_plots',action='store_true',default=DEFAULT_WO_LOSS_PLOTS,help='Do not compute the loss plots.')
parser.add_argument('--plot_preds_coherence',action='store_true',default=DEFAULT_PLOT_PREDS_COHERENCE,help='Plot the coherence of the prediction trees.')
parser.add_argument('--plot_preds_coherence',action='store_true',default=DEFAULT_PLOT_PREDS_COHERENCE,help='Plot the coherence of the prediction trees.')
parser.add_argument('--plot_preds_correlation',action='store_true',default=DEFAULT_PLOT_PREDS_COHERENCE,help='Plot the correlation of the prediction trees.')