Spaces:
Sleeping
Sleeping
Update README.md
Browse files
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 |
+
|