hello guys
Sustainable Development Goals (SDGs): Text Classification Challenge
am having issues with generating the submission file using Python, for me instead of generating an array of 0 and 1s am getting something not likable some thing like a dictionary.and when i try to tabulate the result into a dataframe things just fill as it was from the dictionary. something like a column heading 3.b.1 than gets same data through the whole column down.
Any hit about it.
Hi star_MUK,
I was able to get the right kind of format, by using the column names from the submission fourm, then creating a new data frame from my predition output numpy array. So you can have some code like:
I hope that helps