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

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