Types of machine learning algorithm
What is machine learning? Machine Learning refers to the techniques […]
Data analytics and Digital Marketing
What is machine learning? Machine Learning refers to the techniques […]
There are three stages of customers relationship with Banks or […]
install.packages(‘Package name’) install.packages(‘Readxl’) install.packages(‘e1071’) install.packages(‘psych’) install.packages(‘ggplot2’) install.packages(‘caret’) install.packages(‘tidyverse’) install.packages(‘dplyr’) install.packages(‘tidyr’) […]
Basics of statistics for data science: Type of data measurement […]
Z score is a statistic used to measure the number […]
Steps to Read and import different data files in R […]
This case study study is about predicting customer churn in […]
1. Titanic dataset 2. Targeted Marketing Campaign 3. […]
This case study discusses steps to build loan default model […]
Start your Base R on your laptop or computer Basically, […]
# Let us create vectors in R# Vectors are one-dimension […]
Read the earlier article to understand the data by clicking […]
Download the dataset by clicking on the below link Targeted […]
This article aims to discuss various evaluation / performance metrics […]
Train the model using the training sets and check score […]
Decision tree can be used for both classification and regression problems. […]
## Factors in R> > theory <- “R uses factors […]
> ### Dataframes are two dimensional structure with rows and […]
# Setting up working directorysetwd(“”)# Getting working directorygetwd()# Import the […]
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 […]
#creating a fresh copy of the data to work on […]
The following are the dominant content format being used for […]
There are basically 4 types of bid strategy 1. Visibility […]
The objective of the technical SEO is to ensure that […]
This free course on data science for beginners will introduce […]
You are already Subscribed!!!