Giter VIP home page Giter VIP logo

finding-problems-with-the-conversion-rate-dataset's Introduction

Finding problems with the Conversion Rate dataset

The Setting

The conversion rate dataset, to be found at "./data/conversion_data.csv" contains the following columns:

  • country : user country based on the IP address
  • age : user age. Self-reported at sign-in step
  • new_user : whether the user created the account during this session or had already an account and simply came back to the site
  • source : marketing channel source
    • Ads: came to the site by clicking on an advertisement
    • Seo: came to the site by clicking on search results
    • Direct: came to the site by directly typing the URL on the browser
  • total_pages_visited: number of total pages visited during the session.
    • This is a proxy for time spent on site and engagement during the session.
  • converted: this is our label. 1 means they converted within the session, 0 means they left without buying anything.

The eventual task for this dataset is to predict the converted column. But right now we'll focus on a few preparatory tasks.

The Task

Your task is to write a function called detect_outliers() that specializes detecting outliers in age variables!

  1. Accepts the following parameters:
    • data: A dataframe (in this case, the conversion rate dataframe read from the csv file)
      • the dataframe should have a column called age
  2. It should return
    • A list of values for the age column/variable which are deemed outliers
  3. The function should raise an error if there is no column with the name age

finding-problems-with-the-conversion-rate-dataset's People

Contributors

sangamangreg avatar shwedosh avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

nixen420

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.