Instructions to use bin778/SportsCarModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use bin778/SportsCarModel with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://bin778/SportsCarModel") - Notebooks
- Google Colab
- Kaggle
docs: modify README.md
Browse files
README.md
CHANGED
|
@@ -58,7 +58,7 @@ loaded_model = sio.load("xgboost-model.skops")
|
|
| 58 |
|
| 59 |
## ์ต์ข
์ฑ๋ฅ
|
| 60 |
|
| 61 |
-
ํ์ดํผํ๋ผ๋ฏธํฐ ํ๋ ํ, ๋ ๋ชจ๋ธ์ ํ
์คํธ ๋ฐ์ดํฐ์
์ ๋ํ
|
| 62 |
|
| 63 |
- **(ํ๋) ๋ฅ๋ฌ๋ ๋ชจ๋ธ MSE**: `0.010617`
|
| 64 |
- **(ํ๋) XGBoost ๋ชจ๋ธ MSE**: `0.010617`
|
|
|
|
| 58 |
|
| 59 |
## ์ต์ข
์ฑ๋ฅ
|
| 60 |
|
| 61 |
+
ํ์ดํผํ๋ผ๋ฏธํฐ ํ๋ ํ, ๋ ๋ชจ๋ธ์ ํ
์คํธ ๋ฐ์ดํฐ์
์ ๋ํ ํ๊ท ์ ๊ณฑ ์ค์ฐจ(MSE)๋ ๋ค์๊ณผ ๊ฐ๋ค.
|
| 62 |
|
| 63 |
- **(ํ๋) ๋ฅ๋ฌ๋ ๋ชจ๋ธ MSE**: `0.010617`
|
| 64 |
- **(ํ๋) XGBoost ๋ชจ๋ธ MSE**: `0.010617`
|