cpv2280 commited on
Commit
7e309b6
Β·
verified Β·
1 Parent(s): 6e33c1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md CHANGED
@@ -15,3 +15,46 @@ short_description: Machine Learning Techniques applied to real datasets
15
 
16
 
17
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
 
17
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
18
+
19
+
20
+ ---
21
+ # 🌟 ML Predictor: Linear, Polynomial & KNN Regression
22
+
23
+ ### πŸ“Œ Overview
24
+ This web app allows users to **make predictions** using different Machine Learning models:
25
+ βœ… **Linear Regression** - Best for simple trends
26
+ βœ… **Polynomial Regression** - Captures non-linear relationships
27
+ βœ… **K-Nearest Neighbors (KNN)** - Uses nearest data points for predictions
28
+
29
+ πŸ’‘ **No installation required!** Simply enter values and get instant results.
30
+
31
+ ---
32
+
33
+ ## πŸš€ **Try it Now**
34
+ πŸ”— **[Launch the ML Predictor](https://charlapv.github.io/ICS5110/)**
35
+
36
+ ---
37
+
38
+ ## πŸ”§ **How to Use**
39
+ 1. **Select a model** (Linear, Polynomial, Random Forests or KNN).
40
+ 2. **Enter feature values** (e.g., Feature 1 = `2015`, Feature 2 = `10.5`).
41
+ 3. **Click Predict** to see the result.
42
+ 4. **View the visualization** of the prediction.
43
+
44
+ ---
45
+
46
+ ## πŸ“œ **About the Models**
47
+ | **Model** | **Best For** | **Description** |
48
+ |-----------|-------------|----------------|
49
+ | Linear Regression | Simple trends | Fits a straight line to the data |
50
+ | Polynomial Regression | Non-linear patterns | Uses higher-degree terms for flexibility |
51
+ | KNN Regression | Pattern-based data | Predicts based on nearest neighbors |
52
+ | Random Forests | Complex non-linear data | Uses multiple decision trees to make predictions |
53
+
54
+ ---
55
+
56
+ ## πŸ“¬ **Need Help?**
57
+ If you have any questions, reach out via the **GitHub Repository**:
58
+
59
+ πŸ”— **GitHub:** [Your GitHub Repo](https://github.com/charlapv/ICS5110)
60
+