Coder Social home page Coder Social logo

via_assignment's Introduction

README

This package contains the AI software developer assignment.

content:

  • environment.yml defines the conda environment
  • data/data.csv contains randomly generated data about the heights and ages of individuals.
  • src/main.py contains code that reads the data and generates simple histogram plots
  • src/utils.py contains a function called in src/main.py.

The quality of the code is purposefully very poor.

Your task is to refactor the code to improve its overall quality and to write unit tests using the pytest framework.

To do so:

  • use whatever python module you choose
  • feel free to use a linter / pep8
  • create whatever file/function/folder/class you see fit
  • improve the quality of the plots in which ever way you see fit, while keeping the original intent of the plots
  • commit your work regularly in git with meaningful commit messages.

Spend no more than 2 hours on this assignment. To keep the scope small, here is what we do not expect:

  • do not create new analyses, extra plots or a machine learning model: the data is random and trivial
  • do not create a browser app or html report or anything like that
  • do not put the data in a database, do continuous integration or do anything on the cloud

The goal of this assignment is to show how you think about code. Please submit your work as a tar ball of your updated git repo along with a brief document describing your thoughts on what was wrong with the initial code, what you did to make it better, etc.

via_assignment's People

Contributors

adozois avatar

Watchers

James Cloos avatar  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.