Authors

Eduardo Ramirez" 7

Assignment2 DataMining Latest

19.02.2020

Problem 2 Carefully explain the differences between the KNN classifier and KNN regression methods KNN regression predicts the quatntitave value for f(X) while KNN classifier is the classification output for y. Problem 9 This question involves the...

5035 sym R (13139 sym/40 pcs) 3 img

Hidayatul Laili 7

Data Diabetes Latest

08.02.2021

Ufil <-"Assalamualaikum, apa kabar seluruh teman - teman seperjuangan di UIN Malang" visualisasi data jadi disini saya akan membuat perbandingan pada penyakit Diabetes, untuk yang pertama kita melihat plot/grafik mengenai tekanan darah dan kadar...

1500 sym R (1779 sym/14 pcs) 11 img

Loading Packages Latest

18.01.2023

Load Packages Assignment Load Packages tidyverse The tidyverse allows us to easily tidy, clean, manipulate, and mutate our data https://www.tidyverse.org/ if (!require(tidyverse)){ install.packages("tidyverse", dependencies = TRUE)...

1113 sym Python (2223 sym/25 pcs)

Unsa Jamil 7

Customer Segmentation Latest

06.03.2020

Customer Segmentation Project In R Customer Segmentation is one the most important applications of unsupervised learning. Using clustering techniques, companies can identify the several segments of customers allowing them to target the potential...

5020 sym R (8579 sym/52 pcs) 23 img

Document Latest

24.09.2022

library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble...

15 sym R (2918 sym/9 pcs) 3 img

Analysis of weather data Latest

25.06.2020

Peer Graded Assessment project 2 Title: Analysis of weather data Storms and other severe weather events can cause both public health and economic problems for communities and municipalities. Many severe events can result in fatalities, injuries,...

1326 sym R (15047 sym/26 pcs)

Vaibhav Parik 7

Chief Minister Data Analysis Latest

21.07.2021

Data Cleaning Observations The dataset contains information pertaining Chief Ministers from 20 states of India, upto 30th June, 2021. The total number of observations are 498, and there are 23 variables. However, there are a few caveats to mention...

2705 sym R (899 sym/9 pcs) 2 img

Valentina Díaz Hernández 7

Examen Práctico Latest

01.09.2020

#Introducción: El siguiente trabajo tiene como principal objetivo analizar el censo realizado en Estados Unidos para el año 2010, esto con el fin de conocer la situación de los hogares en este país durante este año, tomando en cuenta las...

11173 sym R (4357 sym/52 pcs) 3 img

ANSWER KEY 7

HW1 - Data Screening Latest

03.08.2020

Directions The purpose of this assignment is to refresh your data screening skills. (Hint: take a look at your ANLY 500 notes) Please load in the airquality.csv dataset. You will conduct data screening tasks on this dataset. library(readr)...

844 sym R (16016 sym/68 pcs) 3 img

Vance Bach 7

Assignment 2 Latest

23.06.2021

library(MASS) library(ISLR) Question 2 KNN Regression is a prediction task (predicting a continuous outcome)in which the target variable is numeric, and it tries to predict the value of the output variable by using a local average. KNN...

2207 sym R (7010 sym/32 pcs) 5 img