Skip to content
  • info@lightgray-cattle-549464.hostingersite.com

Data Science Vidhya

Data analytics and Digital Marketing

  • Home
  • About
  • Blog
  • Contact Us

Category: Data Science

  • Home
  • Blog
  • Data Science
  • Page 4
    • Posted on February 3, 2022
    • Ateeque Shaikh
    • No Comments
    • Data Science

    Data Visualization with R codes: Barplots and Scatter plots

    Read the earlier article to understand the data by clicking […]

    Read More
    • Posted on February 3, 2022
    • Ateeque Shaikh
    • No Comments
    • Data Science

    Data visualization with R: Histogram, Boxplot, Piechart, Mosiacplot, Correlation

    Download the dataset by clicking on the below link Targeted […]

    Read More
    • Posted on February 3, 2022
    • Ateeque Shaikh
    • No Comments
    • Data Science

    Metrics to evaluate classification models with R codes: Confusion Matrix, Sensitivity, Specificity, Cohen’s Kappa Value, Mcnemar’s Test

    This article aims to discuss various evaluation / performance metrics […]

    Read More
    • Posted on February 3, 2022
    • Ateeque Shaikh
    • No Comments
    • Data Science

    Decision trees with R codes

    Decision tree can be used for both classification and regression problems. […]

    Read More
    • Posted on February 3, 2022
    • Ateeque Shaikh
    • No Comments
    • Data Science

    Factors in RStudio: Analysing categorical data

    ## Factors in R> > theory <- “R uses factors […]

    Read More
    • Posted on February 3, 2022
    • Ateeque Shaikh
    • No Comments
    • Data Science

    Create data frame from Vectors in RStudio

    > ### Dataframes are two dimensional structure with rows and […]

    Read More
    • Posted on February 3, 2022
    • Ateeque Shaikh
    • No Comments
    • Data Science

    Predicting Telecom customer Churn: Machine learning in R

    setwd(“”)library(readr)WA_Fn_UseC_Telco_Customer_Churn <- read_csv(“WA_Fn-UseC_-Telco-Customer-Churn.csv”)View(WA_Fn_UseC_Telco_Customer_Churn)dataset <- WA_Fn_UseC_Telco_Customer_Churnstr(dataset)head(dataset)tail(dataset)View(dataset)# Converting to factorsdataset$gender <- as.factor(dataset$gender)dataset$SeniorCitizen […]

    Read More
    • Posted on February 3, 2022
    • Ateeque Shaikh
    • No Comments
    • Data Science

    Unsupervised machine learning Creating Segments using RFM data Kmeans clustering in R

    #creating a fresh copy of the data to work on […]

    Read More
    • Posted on February 3, 2022
    • Ateeque Shaikh
    • No Comments
    • Data Science

    Data Science for beginners: Step by step approach to learn with R programming

    This free course on data science for beginners will introduce […]

    Read More

Posts pagination

1 … 3 4
×

You are already Subscribed!!!

  • About
  • Contact Us
  • Privacy Policy

Subscribe

Developed & Managed by Capaz Infosystems Pvt Ltd

  • About
  • Contact Us
  • Privacy Policy
  • Home
  • About
  • Blog
  • Contact Us