Easy Data Science
Home
Author
🌐
English हिन्दी বাংলা
  • Introduction to classification

    2021-07-26 · 1 min read · Classification logistic regression Linear discriminant analysis  ·
    Share on:
    Image not found

    Web path: https://eds.ninja/images/path/thumbnail.png

    Disk path: /static//images/path/thumbnail.png

    Using Page Bundles: false

    Not all response variables are quantitative. Predicting qualitative variables is called classification. This article will walk you through the introductory concepts of classification.

    Read More
  • Step by step linear regression example

    2021-07-25 · 6 min read · Linear Regression  ·
    Share on:
    Step by step linear regression example

    In this article we will try out linear regression on Boston data set. As we go forward in the course, we shall include more complexities. As a first step, let us check for outliers and high leverage points. dt %>% pivot_longer(cols = c(1:14)) %>% ggplot(aes(x=value))+ geom_boxplot()+ facet_wrap(~name) It looks …

    Read More
  • Linear Regression

    2021-07-23 · 17 min read · Linear Regression  ·
    Share on:
    Linear Regression

    Linear regression is a very simple method of supervised learning. despite widespread use of advanced models it remains one of the most widely used method. In fact many advanced methods are extensions of linear methods. It is extremely important that a data scientist understands linear regression in all aspects. Linear …

    Read More
  • Introduction to Predictions

    2021-07-22 · 7 min read · Prediction Inference Parametric Models Non-Parametric Models  ·
    Share on:
    Introduction to Predictions

    This article creates a stepping stone for deeper understanding of elements of data science. Supervised and unsupervised learning, measuring accuracy of models and bias variance trade off are discussed briefly in this article. Introduction Suppose you are a sales manager in a company and you want to increase your sales. …

    Read More
  • Confidence Interval and Hypothesis Testing

    2021-07-01 · 13 min read · Data Science Confidence Interval Hypothesis Testing  ·
    Share on:
    Confidence Interval and Hypothesis Testing

    Confidence Interval In a way the idea of inferential statistics (and machine learning) revolve around estimation of population characteristics from sample. Often the estimation is incorrectly calculated as a single point. For example, one may take a random sample of customers in a shop and calculate the average amount …

    Read More
  • Sampling and Sampling Distribution

    2021-06-26 · 4 min read · Data Science Sampling Sampling Distribution  ·
    Share on:
    Sampling and Sampling Distribution

    Sample A sample is a subset of a population. Most of the time it is too expensive or impossible to collect population data. The whole idea of inferential statistics (which later evolved to machine learning and AI) revolves around estimation of population parameters by studying parameters of samples. Samples and sample …

    Read More
  • Probability Distributions

    2021-06-19 · 5 min read · Probability Distributions Data Science  ·
    Share on:
    Probability Distributions

    Probability distribution In our last article we focused on basics of probability and discussed how it is calculated empirically. In this article we will try to understand how probabilities can be calculated from mathematical functions. There are certain functions for which probabilities can be calculated using formulas …

    Read More
  • Basics of Probability

    2021-06-14 · 7 min read · Data Science Probability  ·
    Share on:
    Basics of Probability

    Probability Probability is the chance of something happening. For example chances of winning a lottery. Or chances of India winning a particular cricket match. Or chances of a salesperson making a sales etc. In other words, probability quantifies uncertainty. Mathematically, it is defined by ratio of number of outcomes …

    Read More
  • More ways to summarize data

    2021-06-08 · 8 min read · Data Science  ·
    Share on:
    More ways to summarize data

    Locations Often, it is not possible or nor feasible to display plots to express features of data. In such cases we need some other ways to summarize. If you recall from our last article, histograms are mostly to understand How many in which, min, max, most occuring or How many less than or more than in data. For e.g. …

    Read More
  • Introduction to Data and Data Science

    2021-06-04 · 4 min read · Data Science  ·
    Share on:
    Introduction to Data and Data Science

    Introduction Data Science is a field of study and practice that aims to extract knowledge and information from data. Scientific methods, processes, statistics, mathematics and domain knowledge is used to do so, of course using computational power. Although the term was coined and gained popularity in recent years, one …

    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Asitav Sen

Learn data science, the easy way; from a practitioner.
Read More

Featured Posts

  • Introduction to classification
  • Step by step linear regression example
  • Linear Regression
  • Introduction to Predictions
  • Confidence Interval and Hypothesis Testing
  • Probability Distributions
  • Basics of Probability
  • More ways to summarize data

Recent Posts

  • Introduction to classification
  • Step by step linear regression example
  • Linear Regression
  • Introduction to Predictions
  • Confidence Interval and Hypothesis Testing
  • Sampling and Sampling Distribution
  • Probability Distributions
  • Basics of Probability

Categories

DATA-SCIENCE 11 BASIC 7 ADVANCED 4

Tags

DATA-SCIENCE 7 LINEAR-REGRESSION 2 CLASSIFICATION 1 CONFIDENCE-INTERVAL 1 HYPOTHESIS-TESTING 1 INDEX 1 INFERENCE 1 LINEAR-DISCRIMINANT-ANALYSIS 1 LOGISTIC-REGRESSION 1 NON-PARAMETRIC-MODELS 1 PARAMETRIC-MODELS 1 PREDICTION 1 PROBABILITY 1 PROBABILITY-DISTRIBUTIONS 1
All Tags
CLASSIFICATION1 CONFIDENCE-INTERVAL1 DATA-SCIENCE7 HYPOTHESIS-TESTING1 INDEX1 INFERENCE1 LINEAR-DISCRIMINANT-ANALYSIS1 LINEAR-REGRESSION2 LOGISTIC-REGRESSION1 NON-PARAMETRIC-MODELS1 PARAMETRIC-MODELS1 PREDICTION1 PROBABILITY1 PROBABILITY-DISTRIBUTIONS1 SAMPLING1 SAMPLING-DISTRIBUTION1
[A~Z][0~9]
Easy Data Science

Copyright 2025 EASY DATA SCIENCE. All Rights Reserved