UBC-MDS / online-shoppers-purchasing-intention

This repository contains our work for our project that is focused on applying machine learning classification models to e-commerce data. Specifically, we built a classification model with the intention to determine if a website visitor will complete a purchase or not.
MIT License
1 stars 7 forks source link

Tests for model functions, update env file #33

Closed nicovandenhooff closed 2 years ago

nicovandenhooff commented 2 years ago

Matplotlib added to env file (needed for confusion matrices). Simple tests added to model functions.