├── .gitignore ├── LICENSE ├── README.md ├── Tutorial.ipynb └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alteryx/predict-household-poverty/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alteryx/predict-household-poverty/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alteryx/predict-household-poverty/HEAD/README.md -------------------------------------------------------------------------------- /Tutorial.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alteryx/predict-household-poverty/HEAD/Tutorial.ipynb -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alteryx/predict-household-poverty/HEAD/requirements.txt --------------------------------------------------------------------------------