From 51f00c3a17143e4b2dbbcb4b3fe1861969e73f5c Mon Sep 17 00:00:00 2001 From: Sana Shams Date: Thu, 11 Apr 2024 12:16:45 -0700 Subject: [PATCH] Added the Read the Docs link for full documentation. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ce9aed3..3068343 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ```py_predpurchase``` is a package for predicting online shopper purchasing intentions, whether an online shopper will make a purchase from their current browsing session or not. This package contains functions to aid with the data analysis processes including conducting data preprocessing as well as calculating classification metrics, cross validation scores and feature importances. +**Full Documentation hosted on Read the Docs**: https://py-predpurchase.readthedocs.io/en/latest/index.html + ## Installation ```bash