Tabular Regression
Keras
Joblib
English
battery
state-of-health
remaining-useful-life
time-series
regression
lstm
transformer
xgboost
lightgbm
random-forest
ensemble
Instructions to use NeerajCodz/aiBatteryLifeCycle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use NeerajCodz/aiBatteryLifeCycle with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://NeerajCodz/aiBatteryLifeCycle") - Notebooks
- Google Colab
- Kaggle