Instructions to use MasumBhuiyan/linear-regression with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use MasumBhuiyan/linear-regression with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://MasumBhuiyan/linear-regression") - Notebooks
- Google Colab
- Kaggle
Set `library_name` to `tf-keras`.
#1
by Wauplin HF Staff - opened
README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
datasets:
|
| 4 |
- scikit-learn/auto-mpg
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
|
|
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
-
library_name: keras
|
| 10 |
pipeline_tag: tabular-regression
|
| 11 |
---
|
| 12 |
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
datasets:
|
| 3 |
- scikit-learn/auto-mpg
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
library_name: tf-keras
|
| 7 |
+
license: mit
|
| 8 |
metrics:
|
| 9 |
- accuracy
|
|
|
|
| 10 |
pipeline_tag: tabular-regression
|
| 11 |
---
|
| 12 |
|