Giter Club home page Giter Club logo

kingjosephm / bmw-tasks Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 381 KB

Coding challenge for a BMW job interview involving: 1) an ensemble of supervised binary classifiers; 2) unsupervised outlier detection of text data, dimensionality reduction, and nearest neighbor search

Jupyter Notebook 100.00%
gradient-boosting-classifier isolation-forest latent-semantic-analysis naive-bayes naive-bayes-classifier nearest-neighbor-search outlier-detection support-vector-machines

bmw-tasks's Introduction

Coding Challenge for a BMW Job Interview

While it might be unorthodox to post code from a job interview coding challenge, I not only found this challenge enjoyable, but also a good opportunity to showcase various modeling techniques.

Project Structure

  • data: this folder contains the CSV files used in the coding challenged. I believe this was a combination of real and synthesized/anonymized data

  • Tasks-BMW.pdf: actual writeup describing each section of the coding challenge. There were four tasks, so I created separate notebooks for tasks 1, 2, and combined 3-4.

  • Task1.ipynb: Ensemble of binary classifiers for a tabular dataset of mixed data types. Classifiers included SVM, naive Bayes, and a gradient boosted classifier. All models were hyperoptimized using sklearn's grid search method. The ensembler was based on hard voting of the predictors.

  • Task2.ipynb: Dimensionality reduction using latent semantic analysis, unsupervised outlier detection using isolation forests, and nearest neighbor search using k-d trees

  • Task3-4.ipynb: Creates some functions to calculate elapsed time between timestamps

bmw-tasks's People

Contributors

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