Machine Learning Project applying Machine Learning to predict Financial Inclusion in Africa
# Template Repo for ML Project
This template repo will give you a good starting point for your second project. Besides the files used for creating a virtual environment, you will find a simple example of how to build a simple model in a python script. This is maybe the simplest way to do it. We train a simple model in the jupyter notebook, where we select only some features and do minimal cleaning. The output is then stored in simple python scripts.
The data used for this is: coffee quality dataset.
---
## Set up a Kanban board on github
Go to ML-Project Template.
1. Click on "Use this Template" (Blue button)
2. Create new repository with relevant name, the owner should be your own account and **not** Spiced.
3. In your newly create repo, navigate to "Projects", and then click on "Link a project" (blue button). Normally you don't have created a project yet, so you can click the arrow navigation to create project on your profile. This project can be added at the end to your repository.
4. You will be guided to your profiles projects and it will be shown a create project window. Choose "board" view and **not** "table" view.
5. Now change the name of your board, to match that of your chosen ML project. Then click "Create project" blue button. Great you create Kanban Board
6. Next, assign rights to all your team members by clicking on the 3 dots on the top right of the board, and then go to "Settings".
7. Next, click on "Manage Access". Add your team mates by Searching for their github handle in the search window.Change their Role from ‘Write’ to ‘Admin’. Click on the blue button “Invite” to add them. Repeat for all team members.
8. Next,go back to the kanban board and at the bottom add action items with the relevant name e.g. “load data”, "get statistics", etc.
9. Convert added item to issue by clicking on the 3 dots on the particular added item.
10. Then select the repo you created for the issue to be added. (Select the project repo exampl …