Instructions to use K10S/IPL_Score_Predictor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use K10S/IPL_Score_Predictor with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://K10S/IPL_Score_Predictor") - Notebooks
- Google Colab
- Kaggle
Upload decision_tree_model.pkl with huggingface_hub
Browse files- decision_tree_model.pkl +3 -0
decision_tree_model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d86a0b6b7877699c70ef917c6ccd3a3daa32bf44bdebd9e38e59f7b2b9ed2bd
|
| 3 |
+
size 18037873
|