Predicting tourist spend in Tanzania
# Tanzania Tourism Prediction by Pycon Tanzania Community
## Predicting the money spent by tourist visiting Tanzania
This project is a response to Zindi's Tanzania Tourism Prediction by Pycon Tanzania Community Challenge. More information about this challenge can be found here.
## Data source
The data used in this project is from the Zindi Tanzania Tourism Prediction by Pycon Tanzania Community.
## Requirements
1. Pandas - `pip install pandas`
2. Numpy - `pip install numpy`
3. Scikit-learn - `pip install scikit-learn`
## Approach
A lightgbm model was used to predict the amount spent by tourists.
## Execution
Run `train.py` in the `src` directory.