Git Product home page Git Product logo

eda-car-dataset's Introduction

EDA Car Dataset

In this analysis, I will demonstrate how to explore the cars dataset using Python. I will first load the dataset and then process the data. I will also visualize the dataset and then finally apply ttest to explore the relationship between variables. When the final dataset is prepared, the same dataset can be used to develop various models.

Briefly:

  1. I converted some variables from chr format into numbers. To do so, I first removed dollar and punction from the data and then changed the data type.
  2. I replaced missing variable with the set median.
  3. I identified outliers and then remove some of them. I also prepared some codes for data normalization procedure.
  4. I created three graphs about the dataset.
  5. I created three hypothesis testing models and used ttest to compare groups' means.
  6. I also created boxplots to show the ttest results in context.

To see the file, please click this link.

eda-car-dataset's People

Contributors

ali-unlu 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.