LovaszSoftmax
LovaszSoftmax copied to clipboard
train my data
My dataset is a csv file and the tag file is also a csv file, after training and prediction I want to get still a csv file, how can I change it in the program, thanks.
Hi,
you could try by adding and creating an ad hoc .csv
file storing your predictions in a dataframe.
If you want some help, you might share your snippet code related to it, if interested.