berangerthomas commited on
Commit
23c69ec
·
1 Parent(s): 41cacc0

Docs: Add live demo links to README

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -6,6 +6,11 @@ Welcome to the Interactive Classification Dashboards project! This repository co
6
 
7
  ## 🚀 About This Project
8
 
 
 
 
 
 
9
  This project provides two distinct interactive dashboards:
10
 
11
  1. **Direct Classification Dashboard (`direct_classifier.html`)**: This tool allows you to generate a synthetic 2D dataset for two classes. You can adjust the **class separation** and **data spread (standard deviation)** to see how these parameters affect the performance of a Gaussian Naive Bayes classifier. The dashboard visualizes:
 
6
 
7
  ## 🚀 About This Project
8
 
9
+ ### 🌐 Live Demos
10
+
11
+ * **[Direct Classification Dashboard](https://berangerthomas.github.io/SchoolOfStatistics/direct_classifier.html)**
12
+ * **[Inverse Classification Dashboard](https://berangerthomas.github.io/SchoolOfStatistics/inverse_classifier.html)**
13
+
14
  This project provides two distinct interactive dashboards:
15
 
16
  1. **Direct Classification Dashboard (`direct_classifier.html`)**: This tool allows you to generate a synthetic 2D dataset for two classes. You can adjust the **class separation** and **data spread (standard deviation)** to see how these parameters affect the performance of a Gaussian Naive Bayes classifier. The dashboard visualizes: