Coder Social home page Coder Social logo

contextinnovationlab / mercedes-benz-greener-manufacturing Goto Github PK

View Code? Open in Web Editor NEW

This project forked from subhadipml/mercedes-benz-greener-manufacturing

0.0 1.0 0.0 1.13 MB

You are required to reduce the time that cars spend on the test bench. You will work with a dataset representing different permutations of features in a Mercedes-Benz car to predict the time it takes to pass testing. Optimal algorithms will contribute to faster testing, resulting in lower carbon dioxide emissions without reducing Daimler’s standards.

Home Page: https://github.com/Simplilearn-Edu/Machine-Learning--Projects/tree/master/Projects/Projects%20for%20Submission/Project%201%20-%20Mercedes-Benz%20Greener%20Manufacturing

Python 100.00%

mercedes-benz-greener-manufacturing's Introduction

Mercedes-Benz-Greener-Manufacturing

You are required to reduce the time that cars spend on the test bench. You will work with a dataset representing different permutations of features in a Mercedes-Benz car to predict the time it takes to pass testing. Optimal algorithms will contribute to faster testing, resulting in lower carbon dioxide emissions without reducing Daimler’s standards.

Step1: Import the required libraries

Step1.1: linear algebra

Step1.2: data processing

Step1.3: for dimensionality reduction

Step2: Read the data from train.csv

Step2.1: let us understand the data

Step2.2: print few rows and see how the data looks like

Step3: Collect the Y values into an array

Step3.1: seperate the y from the data as we will use this to learn as the prediction output

Step4: Understand the data types we have

Step4.1:iterate through all the columns which has X in the name of the column

Step5: Count the data in each of the columns

Step6: Read the test.csv data

Step6.1: remove columns ID and Y from the data as they are not used for learning

Step7: Check for null and unique values for test and train sets

Step8: If for any column(s), the variance is equal to zero, then you need to remove those variable(s).

Step8.1: Apply label encoder

Step9: Make sure the data is now changed into numericals

Step10: Perform dimensionality reduction

Step10.1: Linear dimensionality reduction using Singular Value Decomposition of the data to project it to a lower dimensional space.

Step11: Training using xgboost

Step12: Predict your test_df values using xgboost

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.