Code Monkey home page Code Monkey logo

battery_soh_estimation's Introduction

Battery SoH Prediction

This repository contains the code for my undergraduate thesis titled "Enhancing Battery State of Health Estimation using Machine Learning Techniques".

Project Overview

The project aims to estimate the State of Health of batteries using ensemble models. The project uses two datasets, Nasa and Calce, and four different regressors: Random Forest, XGBoost, LightGBM, and Catboost.

Datasets

The Nasa and Calce folders under Data & Outputs contain the datasets used in this project. Each folder contains processed CSV files and raw data files.

  • Nasa Dataset: Link
  • Calce Dataset: Link

Methodology

The project follows these steps:

  1. Exploratory Data Analysis (EDA): Understanding the data by visualizing it.
  2. Feature Engineering & Prerprocessing: Creating Features and Data preprocessing for later use.
  3. Feature Selection: Selecting the most relevant features for the predictive model.
  4. Modeling: Training predictive models to predict customer churn.
  5. Hyperparameter Tuning: Optimizing the model hyperparameters for better performance.

Project Structure

  • Scripts/: Contains the main codes for the project.
  • Data & Outputs/: Stores both the processed and original datasets, and outputs.

Scripts

The Scripts folder contains Jupyter notebooks for different stages of the project:

  • EDA_FE_Preprocessing.ipynb: Exploratory Data Analysis and Feature Engineering
  • Feature_Selection.ipynb: Feature Selection
  • Hyperparameter_Optimization.ipynb: Hyperparameter Tuning
  • Performance_Evaluation.ipynb: Model Performance Evaluation
  • Plot_Predictions.ipynb: Plotting Predictions

Usage

To run the project, follow these steps:

  1. Clone the repository.
  2. Install the required dependencies.
  3. Run the .ipynb files in the Scripts/ directory in the following order: (i) EDA_FE_Preprocessing.ipynb, (ii) Feature_Selection.ipynb, (iii) Hyperparameter_Optimization.ipynb, (iv) Performance_Evalutaion.ipynb.ipynb, (v) Plot_Predictions.ipynb.

Contact

For any queries, please reach out at [email protected].

battery_soh_estimation's People

Contributors

sadmansakib26 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.