Time Series Forecasting
Keras
English
tensorflow
time-series
menstrual-cycle-prediction
healthcare
Eval Results (legacy)
Instructions to use VishSinh/cycle-sync with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use VishSinh/cycle-sync with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://VishSinh/cycle-sync") - Notebooks
- Google Colab
- Kaggle
Upload 3 files
Browse files- feature_scaler.pkl +3 -0
- label_scaler.pkl +3 -0
- lstm_combined_model.keras +0 -0
feature_scaler.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f96dd207f7cc89b57e8b6519d2e89817774d494cac8cc4f8befb8f57ac53d2b
|
| 3 |
+
size 562
|
label_scaler.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3c63baf1da4616fad5b4f4f96c04753a36881c168d4cc01556fd66d2cd6d41a
|
| 3 |
+
size 561
|
lstm_combined_model.keras
ADDED
|
Binary file (45.4 kB). View file
|
|
|