errchh commited on
Commit
a9e42c7
·
verified ·
1 Parent(s): e56205f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,11 +13,11 @@ Eric Chan
13
  Jan 2025
14
  ```
15
 
16
- # Lead scoring for e-commerce customer using random forest
17
 
18
- To classify whether a potential customer is a hot lead or a cold lead. Classification with random forest using e-commerce customer browsing behavioural data.
19
 
20
- # dataset source
21
 
22
  https://archive.ics.uci.edu/dataset/468/online+shoppers+purchasing+intention+dataset
23
 
 
13
  Jan 2025
14
  ```
15
 
16
+ # Lead scoring using random forest
17
 
18
+ To identify whether a potential customer was a hot lead. Classification with random forest using e-commerce customer browsing behavioural data.
19
 
20
+ # Dataset source
21
 
22
  https://archive.ics.uci.edu/dataset/468/online+shoppers+purchasing+intention+dataset
23