University of Illinois Urbana-Champaign

IS517: Methods for Data Science Fall 2026

Statistical learning methods for data science — from regression and classification to deep learning and large language models.

Time: Tuesdays, 9:00 AM – 11:50 AM Location: TBD

Course Overview

A dramatic increase in computing power has enabled new areas of data science to develop in statistical modeling and analysis. These areas cover predictive and descriptive learning and bridge between ideas and theory in statistics, computer science, and artificial intelligence. We will cover methods including predictive learning: estimating models from data to predict future outcomes. Regression topics include linear regression with recent advances using large numbers of variables, smoothing techniques, additive models, and local regression. Classification topics include linear regression, regularization, logistics regression, discriminant analysis, splines, support vector machines, generalized additive models, naive Bayes, mixture models and nearest neighbor methods as time permits. We situate the course components in the "data science lifecycle" as part of the larger set of practices in the discovery and communication of scientific findings.

The course moves quickly and includes hands-on computing exercises using Python and other relevant languages.


Regression Classification Regularization SVMs Unsupervised Learning Deep Learning LLMs

Learning Objectives

  • Gain broad exposure to core data science methods through lectures and discussion.
  • Develop working proficiency through hands-on exercises and computational practice.
  • Identify opportunities to apply course concepts in new settings through independent exploration and a course project.

Schedule

Week Topic Readings
1Syllabus + Data Science Intro
2ClassificationISL Ch. 4, PML Ch. 3
3Linear RegressionISL Ch. 3, PML Ch. 10
4ResamplingISL Ch. 5, PML Chs. 4 and 6
5Tree-Based MethodsISL Ch. 8, PML Ch. 3
6Support Vector MachinesISL Ch. 9, PML Ch. 3
7Non-Linear Models for RegressionISL Ch. 7, PML Ch. 10
8Project Proposal + Slides Due / Proposal Presentations
9Unsupervised Learning 1ISL Ch. 10, PML Chs. 4 and 5
10Unsupervised Learning 2ISL Ch. 10, PML Ch. 5
11Deep Learning and LLMsPML Chs. 12 and 13
12Final Presentation Slides Due / Final Project Presentations
13Final Project Presentations
14Final Project Report Due