{ "cells": [ { "cell_type": "markdown", "metadata": { "id": "wa1XEEuWsrHE" }, "source": [ "# Tutorial 2: Random Forest Regression\n", "\n", "In this tutorial you will learn how to read and explore census data from the [IPUMS USA](https://usa.ipums.org/usa/) database. IPUMS USA collects, preserves and harmonizes U.S. census microdata and provides easy access to this data with enhanced documentation. Data includes decennial censuses from 1790 to 2010 and American Community Surveys (ACS) from 2000 to the present. In this tutorial, you will learn how to set up a [Random Forest model](https://elcok.github.io/BigData_AED/week2/lecture.html) using real-world data.\n", "\n", "### Important before we start\n", "---\n", "Make sure that you save this file before you continue, else you will lose everything. To do so, go to **Bestand/File** and click on **Een kopie opslaan in Drive/Save a Copy on Drive**!\n", "\n", "Now, rename the file into Week2_Tutorial2.ipynb. You can do so by clicking on the name in the top of this screen." ] }, { "cell_type": "markdown", "metadata": { "id": "vu0iEQ6nsrHL" }, "source": [ "