Skip to content

lastemp/cs50_ai_shopping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

cs50_ai_shopping

This is an AI program that predicts whether online shopping customers will complete a purchase. It forms part of the projects for the course CS50’s Introduction to Artificial Intelligence with Python.

The program has below listed dependency:

  • Scikit-learn Scikit-learn is an open source machine learning library that supports supervised and unsupervised learning.

Usage

All the following commands assume that your current working directory is this directory. I.e.:

$ pwd
.../cs50_ai_shopping
  1. Install the required Python package (Scikit-learn) for the project:

    pip3 install scikit-learn
  2. Run the application:

    py shopping.py shopping.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages