uj-student / it08x97-recommendation-system

Restaurant recommendation system using content-based methods
0 stars 0 forks source link

Function to select columns or variables to use in model #4

Closed uj-student closed 5 years ago

uj-student commented 5 years ago

Add method that preps training set using to use specific columns as opposed to enter data set. New set (training model) will also be written to its own file.

Also to note that column pay_meal_out will need to be converted to ZAR as amounts are in dollars.

Finally a bit of style formatting to conform to PEP: 8 style guide in PyCharm IDE.