Liac-arff是巴西Rio Grande do Sul联邦大学的Connectionist Artificial Intelligence实验室开发的。项目地址。在Github上,该项目的星星多达14个(囧)。看来,用Python处理arff文件的人蛮少的。不管人多还是人少,自己的项目有需求,还是学习下这个工具。 使用liac-arff, 我们可以用如下代码读入arff文件。 >>> import arff ...
$ pip install liac-arff Via conda: $ conda install -c conda-forge liac-arff Manually: $ pip install . Documentation For a complete description of the module, consult the official documentation athttp://packages.python.org/liac-arff/with mirror inhttp://inf.ufrgs.br/~rppereira/docs/liac-ar...