Please enable JavaScript to use CodeHS

Introduction to Artificial Intelligence (2021)

Lesson 4.8 Creating Your Own Predictive Model

Description

Throughout this module, students learned how to program both supervised and unsupervised learning models. In this final project, students choose from a provided list of datasets and develop a chosen machine learning model. At the end of the project, students present their findings and assess the accuracy of their model.


Objective

Students will be able to:

  • Choose a dataset for their project
  • Determine which machine learning model is best to use on their dataset
  • Implement their chosen machine learning model and fit it to their dataset
  • Analyze and present the results their model produces
  • Assess the accuracy of a machine learning model