AtomAnu / COMP0036_EPL_Prediction

0 stars 0 forks source link

Add a script to extract data from the training data file #1

Closed AtomAnu closed 4 years ago

AtomAnu commented 4 years ago

Description of Work: A script extract_data.py to extract data from the training file epl-training.csv has been added. Apart from extracting the data, it should locate any categorical features (columns) and compute all the possibles values that each feature could take.

Fixes: #2

Testing Instructions:

  1. Clone the branch add_extract_data_script and run extract_data.py. Verify the results.
AtomAnu commented 4 years ago

@gbifvyihk @sherrydodo

I changed this file according to the link mentioned in issue #2. Can you guys check this file and approve if it's correct?