{ "cells": [ { "cell_type": "markdown", "metadata": { "collapsed": false }, "source": [ "## Math 157: Intro to Mathematical Software\n", "## UC San Diego, winter 2018\n", "\n", "## February 28, 2018: More on machine learning" ] }, { "cell_type": "markdown", "metadata": { "collapsed": false }, "source": [ "Administrivia (to be updated):\n", "\n", "- CAPE evaluations are available! They close Monday, March 19 at 8am. Since this course is highly experimental, your feedback will be very helpful for shaping future offerings.\n", "- Attendance scores through Wednesday, February 21 are now posted on TritonEd. Contact Peter with any issues.\n", "- My office hours this week will be held Thursday, 3:30-4:30 (rather than 4-5).\n", "- Grades for HW5 will be available shortly.\n", "- The HW6 solution set is available.\n", "- HW 7 is now available. Some early comments:\n", " - Problem 1: The \"Orange\" dataset is not available via statsmodels. However, you can access it directly from R using the `rpy2` module. Also, some students have had issues with the \"FacetGrid\" command crashing their kernel; if this occurs, simply state that and skip this part of the problem. (Added in class: try restarting your project before giving up.)\n", " - Problem 3a: The mpg dataset is in ggplot, not statsmodels: `from ggplot import mpg`\n", "\n", "Added in class:\n", "- If you are unable to be on campus during week 10, please contact me immediately to set up a workaround for the final project.\n", "- It looks everyone can have their first choice for the final project. However, please fill out the Google Form (see Monday's lecture or Part 2 of the final project for the link) by Friday.\n", "\n", "Advance notice for week 9:\n", "- No sections on Tuesday, March 6. However, during this time, you are welcome to use APM 6402 as a study room; we will also try to monitor the chat room.\n", "- Thomas's office hours (usually Tuesday 11am-12pm) are moved to Friday 11:30am-12:50pm.\n", "- Peter's office hours (usually Wednesday 3-5pm) are moved to Wednesday 5-7pm. \n", "- There will be an extra virtual office hour Thursday 6-7pm.\n", "\n", "Advance notice for week 10:\n", "- No lectures on Monday, March 12 or Wednesday, March 14. You may wish to use this time to meet your assigned group for Part 2 of the final project.\n", "- There will be a lecture on Friday, March 16, on the topic of \"Where to go from here?\" This lecture will not be counted for course attendance; that is, the last lecture for which attendance counts is Friday, March 9.\n", "- My office hours on Thursday, March 15 are cancelled. All other sections and office hours meet as scheduled." ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": false }, "outputs": [ { "data": { "text/html": [ "