georgian-io/Multimodal-Toolkit

got some bug

Closed this issue · 5 comments

i cant load my dataset and i cant fixed it :((
Screenshot 2024-04-27 190836
Screenshot 2024-04-27 190855
Screenshot 2024-04-27 190903

It is throwing a "KeyError". Could you double check the column names provided for text_cols, numerical _cols and categorical _cols exactly matches with your column names in your dataset?

here is my columns name
Screenshot 2024-04-27 213710
Screenshot 2024-04-27 213734

@anirbandey303 as you can see my columns match with the code so i dont know where the bug is and how to fix it

Hi @NBTailee, thanks for raising the issue. Let's see if we can figure out what the issue is and how to fix it! I can put in a fix to the library after that.

It looks like the error is arising from the model attempting to use categorical features but you aren't using categorical features. Can you add the following parameter to your load_data_from_folder() call? categorical_encode_type=None

@akashsaravanan-georgian thanks for ur help