python3-liac-arff

library for reading and writing ARFF files in Python
  https://github.com/renatopp/liac-arff
  0
  no reviews



The liac-arff module implements functions to read and write ARFF files in Python. It was created in the Connectionist Artificial Intelligence Laboratory (LIAC), which takes place at the Federal University of Rio Grande do Sul (UFRGS), in Brazil.

ARFF (Attribute-Relation File Format) is an file format specially created for describing datasets which are used commonly for machine learning experiments and software. This file format was created to be used in WEKA, the best representative software for machine learning automated experiments.