Git Product home page Git Product logo

as24-assignment's Introduction

AS24 Assignment

Assignment Snippets:

Attached to this email you'll find two CSV files. One with data on AS24 listings and another one describing the columns. For the case study we want you to explore the data and investigate two questions: 1. Is it possible to predict the product tier from the information given in the other columns? 2. Is it possible to predict detail views from the information given in the other columns?

Please prepare a Jupyter Notebook to share your results and thoughts with us. We're not just looking at how well you can model the data but are also interested in your general approach and thoughts on the data and potential algorithms. So please document your code and communicate your results using markdown cells.

Libraries Used

The given notebook uses the below libraries in Python:

  • Tensorflow - For Neural Network modelling
  • Scikit-Learn - For all our ML needs
  • Pandas - To load, analyse and explore the data as dataframe
  • Matplotlib & Seaborn - To visualize the data using bar plots, desnsity plots and more

Installation

This notebook requires Python 3.7+ to run.

Create a virtual environment, install the dependencies and start the Jupyter Server.

$ cd AS24
$ pip install virtualenv
$ virtualenv venv
$ venv\Scripts\activate
$ pip install -r requirements.txt
$ python -m ipykernel install --user --name venv --display-name venv
$ jupyter notebook

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.