Skip to content

hanfuzhao/aipi510-fall25

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AIPI 510: Data Sourcing & Analytics (Fall 2025)

This is the accompanying GitHub to the Fall 2025 section of AIPI 510, taught by Dr. Brinnae Bent.

Course Description

Course introduces students to the technical and non-technical aspects of collecting, cleaning and preparing data for use in machine learning applications. Technical aspects covered will include the types of data, methods of sourcing data via the web, APIs and from domain-specific sensors and hardware, an increasingly common source of analytics data in technical industries. The course also introduces methods and tools for evaluating the quality of data, performing basic exploratory data analysis, and pre-processing data for use in analytics. Non-technical aspects covered include an introduction to data privacy, GDPR, regulatory issues, bias and industry-specific concerns regarding data usage.

Installation

  1. Clone the repository:

    git clone https://github.com/AIPI510/aipi510-fall25.git
    cd aipi510-fall25
    
  2. Recommended: Use a virtual environment, using venv or conda.

  3. Install the required dependencies:

    pip install -r requirements.txt
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.7%
  • Other 0.3%