{ "cells": [ { "cell_type": "markdown", "id": "c9eac7d0-4f4c-49e7-a335-b8ca8de34f20", "metadata": {}, "source": [ "# Assignment 2:\n", "In this assignment, you are given a dataset about bodyfat measure collected from a clinic. As a nutritionist, you want to use regression model to check whether your patients are in danger of high bodyfat.\n", "The data contains physical measurements of patients:\n", "- explantory variables: Age (in year), Weight (in pounds), Height (in inches), and BMI (Body Mass Index).\n", "- response variable: bodyfat (in %)\n", "\n", "Complete the given tasks below. (Notice each of the missing code to be filled is a single line command, more than one command line will be downgraded)" ] }, { "cell_type": "markdown", "id": "0f79e7b9-1fff-4bef-9fe8-8e3eb54c68cb", "metadata": { "tags": [] }, "source": [ "