Coder Social home page Coder Social logo

predictive_maintenance's Introduction

Predictive Maintenance (Binary and Multiclass Classification)

Brief Description

This dataset reflects real predictive maintenance encountered in the industry with measurements from real equipment. The features description is taken directly from the dataset source.

Objectives:

  1. Finding insights by doing an Explanatory Data Analysis (EDA).
  2. Developing two ML models.
    • One for binary classification to predict Failure or No Failure.
    • One for multiclass classification to predict Type of Failure.
  3. Exploring some insights from the results of the models.

Challenges:

  • Dealing with highly imbalanced data.

The six features are:

  • Type: the quality of the product, consisting of a letter L, M, or H. Meaning low, medium, and high, respectively.
  • Air temperature [K]: generated using a random walk process later normalized to a standard deviation of 2 K around 300 K.
  • Process temperature [K]: generated using a random walk process normalized to a standard deviation of 1 K, added to the air temperature
    plus 10 K.
  • Rotational speed [rpm]: calculated from power of 2860 W, overlaid with a normally distributed noise.
  • Torque [Nm]: torque values are normally distributed around 40 Nm with an σ = 10 Nm and no negative values.
  • Tool wear [min]: The quality variants H/M/L add 5/3/2 minutes of tool wear to the used tool in the process.

The targets are:

  • Target: failure or no failure (to perform binary classification).
  • Failure Type: type of failure (to perform multiclass classification).

It also includes the following information, which is not useful for building the models:

  • UID: unique identifier ranging from 1 to 10000.
  • ProductID: the id of the product.

Dataset source: https://www.kaggle.com/datasets/shivamb/machine-predictive-maintenance-classification

Confusion Matrices

predictive_maintenance's People

Contributors

ignavinuales avatar

Stargazers

João Assaoka avatar

Watchers

 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.