├── Data & Outputs ├── Calce │ ├── CAT │ │ ├── CAT_Plot_Hyper.png │ │ ├── CAT_Plot_Regular.png │ │ ├── CAT_best_model.pkl │ │ ├── CAT_results_hyper.csv │ │ ├── CAT_results_hyper.png │ │ ├── CAT_results_regular.csv │ │ └── CAT_results_regular.png │ ├── CS2_35.csv │ ├── CS2_35_pro.csv │ ├── CS2_36.csv │ ├── CS2_36_pro.csv │ ├── CS2_37.csv │ ├── CS2_37_pro.csv │ ├── CS2_38.csv │ ├── CS2_38_pro.csv │ ├── LGBM │ │ ├── LGBM_Plot_Hyper.png │ │ ├── LGBM_Plot_Regular.png │ │ ├── LGBM_best_model.pkl │ │ ├── LGBM_results_hyper.csv │ │ ├── LGBM_results_hyper.png │ │ ├── LGBM_results_regular.csv │ │ └── LGBM_results_regular.png │ ├── RF │ │ ├── RF_Plot_Hyper.png │ │ ├── RF_Plot_Regular.png │ │ ├── RF_best_model.pkl │ │ ├── RF_results_hyper.csv │ │ ├── RF_results_hyper.png │ │ ├── RF_results_regular.csv │ │ └── RF_results_regular.png │ └── XGB │ │ ├── XGB_Plot_Hyper.png │ │ ├── XGB_Plot_Regular.png │ │ ├── XGB_best_model.pkl │ │ ├── XGB_results_hyper.csv │ │ ├── XGB_results_hyper.png │ │ ├── XGB_results_regular.csv │ │ └── XGB_results_regular.png └── Nasa │ ├── B0005.mat │ ├── B0005_pro.csv │ ├── B0006.mat │ ├── B0006_pro.csv │ ├── B0007.mat │ ├── B0007_pro.csv │ ├── B0018.mat │ ├── B0018_pro.csv │ ├── CAT │ ├── CAT_Plot_Hyper.png │ ├── CAT_Plot_Regular.png │ ├── CAT_best_model.pkl │ ├── CAT_results_hyper.csv │ ├── CAT_results_hyper.png │ ├── CAT_results_regular.csv │ ├── CAT_results_regular.png │ └── CAT_selected_features.pkl │ ├── LGBM │ ├── LGBM_Plot_Hyper.png │ ├── LGBM_Plot_Regular.png │ ├── LGBM_best_model.pkl │ ├── LGBM_results_hyper.csv │ ├── LGBM_results_hyper.png │ ├── LGBM_results_regular.csv │ ├── LGBM_results_regular.png │ └── LGBM_selected_features.pkl │ ├── RF │ ├── RF_Plot_Hyper.png │ ├── RF_Plot_Regular.png │ ├── RF_best_model.pkl │ ├── RF_results_hyper.csv │ ├── RF_results_hyper.png │ ├── RF_results_regular.csv │ ├── RF_results_regular.png │ └── RF_selected_features.pkl │ └── XGB │ ├── XGB_Plot_Hyper.png │ ├── XGB_Plot_Regular.png │ ├── XGB_best_model.pkl │ ├── XGB_results_hyper.csv │ ├── XGB_results_hyper.png │ ├── XGB_results_regular.csv │ ├── XGB_results_regular.png │ └── XGB_selected_features.pkl ├── Scrpits ├── EDA_FE_Preprocessing.ipynb ├── Feature_Selection.ipynb ├── Hypeparameter_Optimization.ipynb ├── Performance_Evaluation.ipynb ├── Plot_Predictions.ipynb └── catboost_info │ ├── catboost_training.json │ ├── learn │ └── events.out.tfevents │ ├── learn_error.tsv │ └── time_left.tsv └── readme.md /Data & Outputs/Calce/CAT/CAT_Plot_Hyper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/CAT/CAT_Plot_Hyper.png -------------------------------------------------------------------------------- /Data & Outputs/Calce/CAT/CAT_Plot_Regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/CAT/CAT_Plot_Regular.png -------------------------------------------------------------------------------- /Data & Outputs/Calce/CAT/CAT_best_model.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/CAT/CAT_best_model.pkl -------------------------------------------------------------------------------- /Data & Outputs/Calce/CAT/CAT_results_hyper.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/CAT/CAT_results_hyper.csv -------------------------------------------------------------------------------- /Data & Outputs/Calce/CAT/CAT_results_hyper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/CAT/CAT_results_hyper.png -------------------------------------------------------------------------------- /Data & Outputs/Calce/CAT/CAT_results_regular.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/CAT/CAT_results_regular.csv -------------------------------------------------------------------------------- /Data & Outputs/Calce/CAT/CAT_results_regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/CAT/CAT_results_regular.png -------------------------------------------------------------------------------- /Data & Outputs/Calce/CS2_35.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/CS2_35.csv -------------------------------------------------------------------------------- /Data & Outputs/Calce/CS2_35_pro.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/CS2_35_pro.csv -------------------------------------------------------------------------------- /Data & Outputs/Calce/CS2_36.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/CS2_36.csv -------------------------------------------------------------------------------- /Data & Outputs/Calce/CS2_36_pro.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/CS2_36_pro.csv -------------------------------------------------------------------------------- /Data & Outputs/Calce/CS2_37.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/CS2_37.csv -------------------------------------------------------------------------------- /Data & Outputs/Calce/CS2_37_pro.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/CS2_37_pro.csv -------------------------------------------------------------------------------- /Data & Outputs/Calce/CS2_38.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/CS2_38.csv -------------------------------------------------------------------------------- /Data & Outputs/Calce/CS2_38_pro.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/CS2_38_pro.csv -------------------------------------------------------------------------------- /Data & Outputs/Calce/LGBM/LGBM_Plot_Hyper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/LGBM/LGBM_Plot_Hyper.png -------------------------------------------------------------------------------- /Data & Outputs/Calce/LGBM/LGBM_Plot_Regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/LGBM/LGBM_Plot_Regular.png -------------------------------------------------------------------------------- /Data & Outputs/Calce/LGBM/LGBM_best_model.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/LGBM/LGBM_best_model.pkl -------------------------------------------------------------------------------- /Data & Outputs/Calce/LGBM/LGBM_results_hyper.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/LGBM/LGBM_results_hyper.csv -------------------------------------------------------------------------------- /Data & Outputs/Calce/LGBM/LGBM_results_hyper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/LGBM/LGBM_results_hyper.png -------------------------------------------------------------------------------- /Data & Outputs/Calce/LGBM/LGBM_results_regular.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/LGBM/LGBM_results_regular.csv -------------------------------------------------------------------------------- /Data & Outputs/Calce/LGBM/LGBM_results_regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/LGBM/LGBM_results_regular.png -------------------------------------------------------------------------------- /Data & Outputs/Calce/RF/RF_Plot_Hyper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/RF/RF_Plot_Hyper.png -------------------------------------------------------------------------------- /Data & Outputs/Calce/RF/RF_Plot_Regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/RF/RF_Plot_Regular.png -------------------------------------------------------------------------------- /Data & Outputs/Calce/RF/RF_best_model.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/RF/RF_best_model.pkl -------------------------------------------------------------------------------- /Data & Outputs/Calce/RF/RF_results_hyper.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/RF/RF_results_hyper.csv -------------------------------------------------------------------------------- /Data & Outputs/Calce/RF/RF_results_hyper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/RF/RF_results_hyper.png -------------------------------------------------------------------------------- /Data & Outputs/Calce/RF/RF_results_regular.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/RF/RF_results_regular.csv -------------------------------------------------------------------------------- /Data & Outputs/Calce/RF/RF_results_regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/RF/RF_results_regular.png -------------------------------------------------------------------------------- /Data & Outputs/Calce/XGB/XGB_Plot_Hyper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/XGB/XGB_Plot_Hyper.png -------------------------------------------------------------------------------- /Data & Outputs/Calce/XGB/XGB_Plot_Regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/XGB/XGB_Plot_Regular.png -------------------------------------------------------------------------------- /Data & Outputs/Calce/XGB/XGB_best_model.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/XGB/XGB_best_model.pkl -------------------------------------------------------------------------------- /Data & Outputs/Calce/XGB/XGB_results_hyper.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/XGB/XGB_results_hyper.csv -------------------------------------------------------------------------------- /Data & Outputs/Calce/XGB/XGB_results_hyper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/XGB/XGB_results_hyper.png -------------------------------------------------------------------------------- /Data & Outputs/Calce/XGB/XGB_results_regular.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/XGB/XGB_results_regular.csv -------------------------------------------------------------------------------- /Data & Outputs/Calce/XGB/XGB_results_regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Calce/XGB/XGB_results_regular.png -------------------------------------------------------------------------------- /Data & Outputs/Nasa/B0005.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/B0005.mat -------------------------------------------------------------------------------- /Data & Outputs/Nasa/B0005_pro.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/B0005_pro.csv -------------------------------------------------------------------------------- /Data & Outputs/Nasa/B0006.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/B0006.mat -------------------------------------------------------------------------------- /Data & Outputs/Nasa/B0006_pro.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/B0006_pro.csv -------------------------------------------------------------------------------- /Data & Outputs/Nasa/B0007.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/B0007.mat -------------------------------------------------------------------------------- /Data & Outputs/Nasa/B0007_pro.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/B0007_pro.csv -------------------------------------------------------------------------------- /Data & Outputs/Nasa/B0018.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/B0018.mat -------------------------------------------------------------------------------- /Data & Outputs/Nasa/B0018_pro.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/B0018_pro.csv -------------------------------------------------------------------------------- /Data & Outputs/Nasa/CAT/CAT_Plot_Hyper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/CAT/CAT_Plot_Hyper.png -------------------------------------------------------------------------------- /Data & Outputs/Nasa/CAT/CAT_Plot_Regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/CAT/CAT_Plot_Regular.png -------------------------------------------------------------------------------- /Data & Outputs/Nasa/CAT/CAT_best_model.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/CAT/CAT_best_model.pkl -------------------------------------------------------------------------------- /Data & Outputs/Nasa/CAT/CAT_results_hyper.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/CAT/CAT_results_hyper.csv -------------------------------------------------------------------------------- /Data & Outputs/Nasa/CAT/CAT_results_hyper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/CAT/CAT_results_hyper.png -------------------------------------------------------------------------------- /Data & Outputs/Nasa/CAT/CAT_results_regular.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/CAT/CAT_results_regular.csv -------------------------------------------------------------------------------- /Data & Outputs/Nasa/CAT/CAT_results_regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/CAT/CAT_results_regular.png -------------------------------------------------------------------------------- /Data & Outputs/Nasa/CAT/CAT_selected_features.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/CAT/CAT_selected_features.pkl -------------------------------------------------------------------------------- /Data & Outputs/Nasa/LGBM/LGBM_Plot_Hyper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/LGBM/LGBM_Plot_Hyper.png -------------------------------------------------------------------------------- /Data & Outputs/Nasa/LGBM/LGBM_Plot_Regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/LGBM/LGBM_Plot_Regular.png -------------------------------------------------------------------------------- /Data & Outputs/Nasa/LGBM/LGBM_best_model.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/LGBM/LGBM_best_model.pkl -------------------------------------------------------------------------------- /Data & Outputs/Nasa/LGBM/LGBM_results_hyper.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/LGBM/LGBM_results_hyper.csv -------------------------------------------------------------------------------- /Data & Outputs/Nasa/LGBM/LGBM_results_hyper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/LGBM/LGBM_results_hyper.png -------------------------------------------------------------------------------- /Data & Outputs/Nasa/LGBM/LGBM_results_regular.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/LGBM/LGBM_results_regular.csv -------------------------------------------------------------------------------- /Data & Outputs/Nasa/LGBM/LGBM_results_regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/LGBM/LGBM_results_regular.png -------------------------------------------------------------------------------- /Data & Outputs/Nasa/LGBM/LGBM_selected_features.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/LGBM/LGBM_selected_features.pkl -------------------------------------------------------------------------------- /Data & Outputs/Nasa/RF/RF_Plot_Hyper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/RF/RF_Plot_Hyper.png -------------------------------------------------------------------------------- /Data & Outputs/Nasa/RF/RF_Plot_Regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/RF/RF_Plot_Regular.png -------------------------------------------------------------------------------- /Data & Outputs/Nasa/RF/RF_best_model.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/RF/RF_best_model.pkl -------------------------------------------------------------------------------- /Data & Outputs/Nasa/RF/RF_results_hyper.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/RF/RF_results_hyper.csv -------------------------------------------------------------------------------- /Data & Outputs/Nasa/RF/RF_results_hyper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/RF/RF_results_hyper.png -------------------------------------------------------------------------------- /Data & Outputs/Nasa/RF/RF_results_regular.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/RF/RF_results_regular.csv -------------------------------------------------------------------------------- /Data & Outputs/Nasa/RF/RF_results_regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/RF/RF_results_regular.png -------------------------------------------------------------------------------- /Data & Outputs/Nasa/RF/RF_selected_features.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/RF/RF_selected_features.pkl -------------------------------------------------------------------------------- /Data & Outputs/Nasa/XGB/XGB_Plot_Hyper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/XGB/XGB_Plot_Hyper.png -------------------------------------------------------------------------------- /Data & Outputs/Nasa/XGB/XGB_Plot_Regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/XGB/XGB_Plot_Regular.png -------------------------------------------------------------------------------- /Data & Outputs/Nasa/XGB/XGB_best_model.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/XGB/XGB_best_model.pkl -------------------------------------------------------------------------------- /Data & Outputs/Nasa/XGB/XGB_results_hyper.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/XGB/XGB_results_hyper.csv -------------------------------------------------------------------------------- /Data & Outputs/Nasa/XGB/XGB_results_hyper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/XGB/XGB_results_hyper.png -------------------------------------------------------------------------------- /Data & Outputs/Nasa/XGB/XGB_results_regular.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/XGB/XGB_results_regular.csv -------------------------------------------------------------------------------- /Data & Outputs/Nasa/XGB/XGB_results_regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/XGB/XGB_results_regular.png -------------------------------------------------------------------------------- /Data & Outputs/Nasa/XGB/XGB_selected_features.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Data & Outputs/Nasa/XGB/XGB_selected_features.pkl -------------------------------------------------------------------------------- /Scrpits/EDA_FE_Preprocessing.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Scrpits/EDA_FE_Preprocessing.ipynb -------------------------------------------------------------------------------- /Scrpits/Feature_Selection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Scrpits/Feature_Selection.ipynb -------------------------------------------------------------------------------- /Scrpits/Hypeparameter_Optimization.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Scrpits/Hypeparameter_Optimization.ipynb -------------------------------------------------------------------------------- /Scrpits/Performance_Evaluation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Scrpits/Performance_Evaluation.ipynb -------------------------------------------------------------------------------- /Scrpits/Plot_Predictions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Scrpits/Plot_Predictions.ipynb -------------------------------------------------------------------------------- /Scrpits/catboost_info/catboost_training.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Scrpits/catboost_info/catboost_training.json -------------------------------------------------------------------------------- /Scrpits/catboost_info/learn/events.out.tfevents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Scrpits/catboost_info/learn/events.out.tfevents -------------------------------------------------------------------------------- /Scrpits/catboost_info/learn_error.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Scrpits/catboost_info/learn_error.tsv -------------------------------------------------------------------------------- /Scrpits/catboost_info/time_left.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/Scrpits/catboost_info/time_left.tsv -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sadmansakib26/Battery_SoH_Estimation/HEAD/readme.md --------------------------------------------------------------------------------