GithubHelp home page GithubHelp logo

data-backend-challenge's Introduction

Data Backend Challenge

Task Description

The goal is to estimate the combinatorial complexity of the Mercedes EQS, focusing on calculating the number of possible vehicle configurations. This involves analyzing the options provided in the table while considering the constraints outlined in the fine print of the attached PDF.

Getting Started

Installation

python -m pip install -r requirements.txt

Approach

  1. Data Extraction:

    • Extract relevant data from the PDF file, and identify constraints mentioned in the fine print regarding how different equipment codes relate to the described options. Refer to visualization.ipynb for a visualization of the data extraction process. The current implementation only extracts data from Serienausstattungen section (page 7-17).
  2. Combination Calculation:

    • Develop algorithms to calculate the number of possible vehicle configurations, taking into account the identified constraints. Refer to combinations.py for the calculation of the possible combinations.

    • We compute the combinations for each vehicle type ("EQS 350", "EQS 450+", "EQS 580 4MATIC", "Mercedes-AMG EQS 53 4MATIC+"), considering certain configurations may not be feasible for specific vehicle types.

    • In the sections like Serienausstattungen and Einzelausstattungen, the configurations are largely independent, allowing each configuration to be either enabled or disabled. Only combinations with constrained configurations are not allowed. However, for categories like Polster, Lacke, Zierelemente, Innenhimmel, and Räder, buyers are constrained to selecting only one option from each category. In addition, combinations involving Polster and Lacke must align with the valid combinations outlined in the table on page 44.

data-backend-challenge's People

Contributors

chingt 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.