Attribute-Relation File Format
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) (→References) |
||
Line 10: | Line 10: | ||
* Main documentation at the University of Waikato [http://weka.wikispaces.com/ARFF ARFF] | * Main documentation at the University of Waikato [http://weka.wikispaces.com/ARFF ARFF] | ||
* Superseded documentation from 2008 [http://www.cs.waikato.ac.nz/ml/weka/arff.html Attribute-Relation File Format (ARFF)] | * Superseded documentation from 2008 [http://www.cs.waikato.ac.nz/ml/weka/arff.html Attribute-Relation File Format (ARFF)] | ||
+ | * [http://code.activestate.com/recipes/440533/ ARFF to SQL Python recipe] |
Revision as of 00:18, 19 October 2013
Attribute-Relation File Format is an ASCII text file that describes a list of instances sharing a set of attributes. ARFF files were developed by the Machine Learning Project at the Department of Computer Science of The University of Waikato, New Zealand, for use with the Weka machine learning software.
References
- Main documentation at the University of Waikato ARFF
- Superseded documentation from 2008 Attribute-Relation File Format (ARFF)
- ARFF to SQL Python recipe