Time Series Forecasting
Joblib
Keras
PyTorch
generic
demand-forecasting
supply-chain
gru
lstm
lightgbm
xgboost
random-forest
mixture-of-experts
Instructions to use AbdullahImran/Saudi-Supply-Demand-Models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use AbdullahImran/Saudi-Supply-Demand-Models with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://AbdullahImran/Saudi-Supply-Demand-Models") - Notebooks
- Google Colab
- Kaggle
Add plots
Browse files- .gitattributes +3 -0
- plots/residuals_hist_box.png +0 -0
- plots/time_series_sample_test.png +3 -0
- plots/top20_worst_skus_rmse.png +3 -0
- plots/true_vs_pred_scatter.png +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,6 @@ dl_multi_horizon_out_safe_v2/best_dl_model.keras filter=lfs diff=lfs merge=lfs -
|
|
| 37 |
dl_multi_horizon_out_safe_v2/dl_multi_horizon_model.keras filter=lfs diff=lfs merge=lfs -text
|
| 38 |
models_and_views/keras_multi_task_model.keras filter=lfs diff=lfs merge=lfs -text
|
| 39 |
models_dl/deep_multi_task_model.keras filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
dl_multi_horizon_out_safe_v2/dl_multi_horizon_model.keras filter=lfs diff=lfs merge=lfs -text
|
| 38 |
models_and_views/keras_multi_task_model.keras filter=lfs diff=lfs merge=lfs -text
|
| 39 |
models_dl/deep_multi_task_model.keras filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
plots/time_series_sample_test.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
plots/top20_worst_skus_rmse.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
plots/true_vs_pred_scatter.png filter=lfs diff=lfs merge=lfs -text
|
plots/residuals_hist_box.png
ADDED
|
plots/time_series_sample_test.png
ADDED
|
Git LFS Details
|
plots/top20_worst_skus_rmse.png
ADDED
|
Git LFS Details
|
plots/true_vs_pred_scatter.png
ADDED
|
Git LFS Details
|