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.
All the following commands assume that your current working directory is this directory. I.e.:
$ pwd
.../cs50_ai_shopping
-
Install the required Python package (Scikit-learn) for the project:
pip3 install scikit-learn
-
Run the application:
py shopping.py shopping.csv