Loading and Understanding the Data

NOTE:- The sample data used in this exercise is the"bank data" available in CSV format.You can find the data from here ⮞ bank-data . The data contained the following fields. In this example,we load the data set into WEKA and perform a series of operations using Weka's preprocessing filters in upcoming blogs. A point to be noted here is that all these operations can be performed from the command line,we use the GUI interface for Weka Explorer. Initially in the preprocessing tab click "open" and search to the directory containing the data file (.csv or .arff). In this case open the above data file. Once the data is loaded,Weka will recognise the attributes and during the scan of data the software will compute some of the basics statistics on each attribute. ...