Operator nominal to numerical error
Find more posts tagged with
Sort by:
1 - 4 of
41

Hi,
how many different classes are in your column? If you have a 700.000 different values in one column, than this operator simply creates 700.000 new columns. This means you roughly increase your data set by the factor 700.000.
Best,
Martin
Hi @Bifruan,
no it does come from your edu license.You increased your data set size from
700.000x8 = 5.6 Million data entries
to
700.000x5000 = 3.5 Billion data entries.
Thats just killing your laptop. I would either choose something like target encoding or try to reduce the number of different classes i.e. with Replace Rare Values or manual mapping
Best,
Martin
@Bifruan hi what type of model are you trying to build, from the picture you uploaded i see that you are taking a basket ID in the operator. I'm guessing you are using some kind of transactions dataset, may basket analysis, why do you need to convert your ID to individual columns?