Instructions to use joyjitroy/Bank_Churn_Prediction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use joyjitroy/Bank_Churn_Prediction with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://joyjitroy/Bank_Churn_Prediction") - Notebooks
- Google Colab
- Kaggle
Upload _Bank_Customer_Churn_Prediction_using_Artificial_Neural_Networks.ipynb
Browse files
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
_Bank_Customer_Churn_Prediction_using_Artificial_Neural_Networks.ipynb filter=lfs diff=lfs merge=lfs -text
|
_Bank_Customer_Churn_Prediction_using_Artificial_Neural_Networks.ipynb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09e2c5f6a03a8f09763c1ca75b14e5eb0b9f39d47ff16325bbb6eb97b19887a8
|
| 3 |
+
size 11393285
|