parser.add_argument('folder',type=str,help='Path to the roo folder where the CSVs are located')
parser.add_argument('-dn','--dataName',type=str,default='log.csv',help='The name filter used to select the csv containg the data')# used only for legend
parser.add_argument('-in','--infoName',type=str,default='params.csv',help='The name filter used to select the csv containg the train settings')# used only for legend
parser.add_argument('-f','--filter',type=str,default=None,help='String to use to ignore some paths in the folder')# used only for legend