我有一个杂货数据集,其中包含超过9000个170多个项目的交易记录。 我需要将它加载到weka。 我尝试使用weka转换工具将其转换为arff,但我收到以下错误:
java.io.IO Exception
Wrong number of values ,Read 32 ,expected 4,
read Token[EOL] line 2 problem encountered in line 2
我发现我需要手动预处理数据才能加载它。
citrus fruit,semi-finished bread,margarine,ready soups
tropical fruit,yogurt,coffee
whole milk
pip fruit,yogurt,cream cheese ,meat spreads
rolls/buns
pot plants
whole milk,cereals
该文件不包含任何标题或主题。如何将其转换为arff格式?