Giter Site home page Giter Site logo

dsc-1-02-21-section-recap-summary's Introduction

Section Recap

Introduction

This short lesson summarizes the topics we covered in section 02 and why they'll be important to you as a Data Scientist.

Objectives

You will be able to:

  • Understand and explain what was covered in this section
  • Understand and explain why this section will help you become a data scientist

Key Takeaways

In this section, we spent time deepening our Python skills and started to introduce some basic statistics that will be important as we work with various types of data sets later in the course.

  • Functions and Methods - Python has a range of functions and methods (methods are functions associated with an object) that can help us to perform a wide range of useful tasks quickly and efficiently
  • Loops - Loops aren't only for collections. While loops allow us to iterate until a condition is met, and we can use nested loops for more complicated situations (but should be careful about doing so too often)
  • Custom Functions - When you write a piece of code that you might want to use again, it often makes sense to save it in as a function, and you can add arguments to functions to allow them to be more flexibly in the ways they're reused.
  • Measures of Centrality - There are three common ways to measure the "central tendency" of a data set - the mean, the median and the mode. Each can be used to answer different questions and has strengths or weaknesses that depend on how the data is distributed.
  • Measures of Dispersion - THere are multiple measures of dispersion. The absolute deviation, variance, standard deviation and InterQuartile Range can all give us a sense of how closely or widely a data set is distributed from its central value. Again, this is going to be useful later in the course.

dsc-1-02-21-section-recap-summary's People

Contributors

peterbell avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

alexhusted

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.