Update README.md
Browse files
README.md
CHANGED
|
@@ -1,18 +1,14 @@
|
|
| 1 |
-
|
| 2 |
-
# Personal Expense Categorizer
|
| 3 |
-
|
| 4 |
-
> *Trined a Text classification (Food, Travel, Bills, etc.) model using transaction descriptions*
|
| 5 |
-
|
| 6 |
---
|
| 7 |
license: apache-2.0
|
| 8 |
language:
|
| 9 |
- en
|
|
|
|
|
|
|
| 10 |
pipeline_tag: text-classification
|
| 11 |
tags:
|
| 12 |
-
-
|
| 13 |
-
- text-classification
|
| 14 |
-
- category
|
| 15 |
- transaction
|
| 16 |
-
|
| 17 |
-
-
|
|
|
|
| 18 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
pipeline_tag: text-classification
|
| 8 |
tags:
|
| 9 |
+
- expence
|
|
|
|
|
|
|
| 10 |
- transaction
|
| 11 |
+
- model
|
| 12 |
+
- category
|
| 13 |
+
- classification
|
| 14 |
---
|