Data Challenge
Using the given dataset of transactions (notas fiscais eletrônicas) from a restaurant: https://github.com/TOTVS/MDMStatic/blob/master/code-challenge/TOTVS%20Labs%20-%20AI%20Challenge%20-%20Dataset.zip?raw=true
- Parse and extract the data.
- Identify a pattern on any set of fields that can help predict how much a customer will spend.
- Calculate a sales forecast for the next week.
We recommend that you spend not more than 5 hours on the challenge.
Evaluation criteria
- Ability to read/parse a dataset from a file.
- Understanding of common business data.
- Basic knowledge of artificial intelligence.
- Ability to build a model to identify correlations and patterns between fields.
- Code design
- Ability to write clear documentation
- BONUS: Ability to build a forecast model.
Submission
- A link to the github repository.
- Briefly explain the models that you used/built
####################################################################################
The jupyter notebook file contain the parsing, analysis and modelling of the problem.
If interested on running the notebook, it was set on python=2.7 anaconda virtual env. The only Library necessary to install is lightgbm