How to resolve IndexError: index 754 is out of bounds for axis 0 with size 754 on applying TransactionEncoder() on a dataset?

前端 未结 0 1079
情书的邮戳
情书的邮戳 2021-02-20 00:53

I have a dataset of shape 754 rows and 6366 columns. I applied TransactionEncoder() on it, before applyting Apriori algorithm.

My code:

import mlxtend
from         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题