pgurazada1
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
---
|
6 |
+
|
7 |
+
This model predicts the price of a diamond given its attributes (e.g., cut, clarity). The model is a gradient boosting regressor
|
8 |
+
that was trained on data scraped from the Brilliant Earth website (https://www.openml.org/search?type=data&status=active&id=43355)
|