feat: upload v1 model artifacts (incl. figures & reports)
Browse files- .gitattributes +19 -0
- artifacts/v1/figures/best_ensemble_prediction.png +0 -0
- artifacts/v1/figures/capacity_and_rul.png +3 -0
- artifacts/v1/figures/capacity_distribution_by_temp.png +0 -0
- artifacts/v1/figures/capacity_fade_all_batteries.png +3 -0
- artifacts/v1/figures/capacity_fade_by_temperature.png +3 -0
- artifacts/v1/figures/capacity_fade_interactive.html +0 -0
- artifacts/v1/figures/ced_curves.png +3 -0
- artifacts/v1/figures/classical_best_actual_vs_pred.png +0 -0
- artifacts/v1/figures/classical_best_residuals.png +0 -0
- artifacts/v1/figures/classical_soh_comparison.png +0 -0
- artifacts/v1/figures/classification_confusion_matrices.png +0 -0
- artifacts/v1/figures/degradation_state_distribution.png +0 -0
- artifacts/v1/figures/dg_itransformer_predictions.png +3 -0
- artifacts/v1/figures/dg_itransformer_training.png +0 -0
- artifacts/v1/figures/ensemble_comparison.png +0 -0
- artifacts/v1/figures/ensemble_weights.png +0 -0
- artifacts/v1/figures/feature_correlation_heatmap.png +3 -0
- artifacts/v1/figures/impedance_evolution.png +3 -0
- artifacts/v1/figures/lstm_actual_vs_predicted.png +3 -0
- artifacts/v1/figures/lstm_training_curves.png +3 -0
- artifacts/v1/figures/mc_dropout_uncertainty_lstm.png +3 -0
- artifacts/v1/figures/radar_top6.png +3 -0
- artifacts/v1/figures/re_vs_rct_scatter.png +3 -0
- artifacts/v1/figures/shap_xgboost_soh.png +0 -0
- artifacts/v1/figures/soc_coulomb_counting_demo.png +0 -0
- artifacts/v1/figures/soh_degradation_trends.png +3 -0
- artifacts/v1/figures/soh_distribution.png +3 -0
- artifacts/v1/figures/transformer_pt_training_curves.png +0 -0
- artifacts/v1/figures/transformer_tf_training_curves.png +0 -0
- artifacts/v1/figures/unified_model_comparison.png +3 -0
- artifacts/v1/figures/vae_anomaly_detection.png +3 -0
- artifacts/v1/figures/vae_latent_umap.png +3 -0
- artifacts/v1/figures/vae_lstm_prediction.png +3 -0
- artifacts/v1/figures/voltage_surface_3d.png +3 -0
- artifacts/v1/figures/voltage_surface_3d_interactive.html +0 -0
.gitattributes
CHANGED
|
@@ -39,3 +39,22 @@ artifacts/v1/models/deep/physics_itransformer.keras filter=lfs diff=lfs merge=lf
|
|
| 39 |
artifacts/v2/models/deep/dynamic_graph_itransformer.keras filter=lfs diff=lfs merge=lfs -text
|
| 40 |
artifacts/v2/models/deep/itransformer.keras filter=lfs diff=lfs merge=lfs -text
|
| 41 |
artifacts/v2/models/deep/physics_itransformer.keras filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
artifacts/v2/models/deep/dynamic_graph_itransformer.keras filter=lfs diff=lfs merge=lfs -text
|
| 40 |
artifacts/v2/models/deep/itransformer.keras filter=lfs diff=lfs merge=lfs -text
|
| 41 |
artifacts/v2/models/deep/physics_itransformer.keras filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
artifacts/v1/figures/capacity_and_rul.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
artifacts/v1/figures/capacity_fade_all_batteries.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
artifacts/v1/figures/capacity_fade_by_temperature.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
artifacts/v1/figures/ced_curves.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
artifacts/v1/figures/dg_itransformer_predictions.png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
artifacts/v1/figures/feature_correlation_heatmap.png filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
artifacts/v1/figures/impedance_evolution.png filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
artifacts/v1/figures/lstm_actual_vs_predicted.png filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
artifacts/v1/figures/lstm_training_curves.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
artifacts/v1/figures/mc_dropout_uncertainty_lstm.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
artifacts/v1/figures/radar_top6.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
artifacts/v1/figures/re_vs_rct_scatter.png filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
artifacts/v1/figures/soh_degradation_trends.png filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
artifacts/v1/figures/soh_distribution.png filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
artifacts/v1/figures/unified_model_comparison.png filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
artifacts/v1/figures/vae_anomaly_detection.png filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
artifacts/v1/figures/vae_latent_umap.png filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
artifacts/v1/figures/vae_lstm_prediction.png filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
artifacts/v1/figures/voltage_surface_3d.png filter=lfs diff=lfs merge=lfs -text
|
artifacts/v1/figures/best_ensemble_prediction.png
ADDED
|
artifacts/v1/figures/capacity_and_rul.png
ADDED
|
Git LFS Details
|
artifacts/v1/figures/capacity_distribution_by_temp.png
ADDED
|
artifacts/v1/figures/capacity_fade_all_batteries.png
ADDED
|
Git LFS Details
|
artifacts/v1/figures/capacity_fade_by_temperature.png
ADDED
|
Git LFS Details
|
artifacts/v1/figures/capacity_fade_interactive.html
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
artifacts/v1/figures/ced_curves.png
ADDED
|
Git LFS Details
|
artifacts/v1/figures/classical_best_actual_vs_pred.png
ADDED
|
artifacts/v1/figures/classical_best_residuals.png
ADDED
|
artifacts/v1/figures/classical_soh_comparison.png
ADDED
|
artifacts/v1/figures/classification_confusion_matrices.png
ADDED
|
artifacts/v1/figures/degradation_state_distribution.png
ADDED
|
artifacts/v1/figures/dg_itransformer_predictions.png
ADDED
|
Git LFS Details
|
artifacts/v1/figures/dg_itransformer_training.png
ADDED
|
artifacts/v1/figures/ensemble_comparison.png
ADDED
|
artifacts/v1/figures/ensemble_weights.png
ADDED
|
artifacts/v1/figures/feature_correlation_heatmap.png
ADDED
|
Git LFS Details
|
artifacts/v1/figures/impedance_evolution.png
ADDED
|
Git LFS Details
|
artifacts/v1/figures/lstm_actual_vs_predicted.png
ADDED
|
Git LFS Details
|
artifacts/v1/figures/lstm_training_curves.png
ADDED
|
Git LFS Details
|
artifacts/v1/figures/mc_dropout_uncertainty_lstm.png
ADDED
|
Git LFS Details
|
artifacts/v1/figures/radar_top6.png
ADDED
|
Git LFS Details
|
artifacts/v1/figures/re_vs_rct_scatter.png
ADDED
|
Git LFS Details
|
artifacts/v1/figures/shap_xgboost_soh.png
ADDED
|
artifacts/v1/figures/soc_coulomb_counting_demo.png
ADDED
|
artifacts/v1/figures/soh_degradation_trends.png
ADDED
|
Git LFS Details
|
artifacts/v1/figures/soh_distribution.png
ADDED
|
Git LFS Details
|
artifacts/v1/figures/transformer_pt_training_curves.png
ADDED
|
artifacts/v1/figures/transformer_tf_training_curves.png
ADDED
|
artifacts/v1/figures/unified_model_comparison.png
ADDED
|
Git LFS Details
|
artifacts/v1/figures/vae_anomaly_detection.png
ADDED
|
Git LFS Details
|
artifacts/v1/figures/vae_latent_umap.png
ADDED
|
Git LFS Details
|
artifacts/v1/figures/vae_lstm_prediction.png
ADDED
|
Git LFS Details
|
artifacts/v1/figures/voltage_surface_3d.png
ADDED
|
Git LFS Details
|
artifacts/v1/figures/voltage_surface_3d_interactive.html
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|