Sources with the BigML Dashboard
3.2 ARFF
BigML also accepts ARFF (Attribute-Relation File Format) files. This type of file was first introduced by WEKA. ARFF files basically come with a richer version of the header than a CSV file does which can define extra information about the type of the fields. An ARFF file separates its content into two sections: Header and Data. The header is used to define the name of the relation being modeled, the name of attributes, and their types. The data section contains the actual data using comma-separated values. (See Figure 3.1 .)