Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 📊 Active Users Prediction Model (Simple Regression)
|
| 2 |
|
| 3 |
## 🧠 Overview
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language: en
|
| 4 |
+
pipeline_tag: tabular-regression
|
| 5 |
+
tags:
|
| 6 |
+
- regression
|
| 7 |
+
- sklearn
|
| 8 |
+
- demo
|
| 9 |
+
- active-users
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# 📊 Active Users Prediction Model (Simple Regression)
|
| 13 |
|
| 14 |
## 🧠 Overview
|