Authors

Edwyn Turner Verdugo 6

Control 1 Latest

05.04.2021

Pregunta 1 Limpie el environment para comenzar a trabajar. rm(list = ls()) Enviroment Limpio Pregunta 2 Cargue los paquetes necesarios para trabajar con DT. library(data.table) Cargamos data.table Pregunta 3 Abra las bases de datos egresos y...

2557 sym R (751 sym/11 pcs)

Edzer Pebesma 6

Plotting and subsetting stars objects Latest

21.03.2018

Summary Plots of raster data Subsetting Conversions: raster, spacetime Easier set-up Earlier stars blogs [view raw Rmd] Summary This is the second blog on the stars project, an R-Consortium funded project for spatiotemporal tidy arrays with R. It...

4227 sym R (3970 sym/9 pcs) 14 img

Eric Erkela 6

Survey of Most Harmful Weather Events (Reproducible Research Project 2) Latest

03.11.2020

Synopsis Every year, extreme weather claims hundreds of lives and causes billions of dollars in damage. Using comprehensive data from the National Oceanic and Atmospheric Administration, we can identify which types of atmospheric events have the...

9686 sym R (15731 sym/33 pcs) 3 img

E. Falcon 6

HW 2 Latest

19.02.2020

Problem 2 Carefully explain the differences between the KNN classifier and KNN regression methods. “KNN classifier first identifies the neighbors K points in the training data that are closest to \(x_{0}\), represented by N. It then estimates...

6292 sym R (11373 sym/39 pcs) 3 img

Enrique Figueroa 6

Top ten natural events in USA Latest

24.02.2021

Synopsis We carry out an statistical analysis of natural disasters collected in “repdata_data_StormData.csv”, a dataset of events that occurred in USA since 1950 till now. Our main purpose is to identify the worst events not only on human...

1500 sym R (5494 sym/12 pcs) 2 img

Eduardo Keller 6

Aula 1 Latest

07.12.2020

Base Base 1 Base 2 A concepção de um projeto arquitetônico normalmente é baseada na função que exercerá ao beneficiário, não falamos aqui da função estética, e sim sobre uma função social de uma edificação de uso comum, como por...

656 sym 3 img

Hurto de bicicletas Latest

11.08.2021

...

6 sym

Avalon 6

Publish Document Latest

27.02.2021

pdf('HW2.pdf') ##HW2 (CH3:2,9,10,12) ##Q2. #The KNN classifier is typically used to solve classification problems (those with a qualitative response) by identifying the neighborhood of x0 and then estimating the conditional probability...

38 sym R (9550 sym/32 pcs)

Esteban Lastra 6

Tarea 3 Latest

26.04.2021

Pregunta 1 Limpie el environment y cargue los paquetes necesarios para trabajar. rm(list=ls()) library(data.table) library(ggplot2) library(tidyverse) library(janitor) library(plotly) library(RColorBrewer) Pregunta 2 Cargue la base de datos...

2745 sym R (1638 sym/13 pcs) 6 img

Elbrus Gasimov 6

Breast Cancer prediction using PCA + LDA in R Latest

06.02.2021

Breast Cancer detection Introduction Features are computed from a digitized image of a fine needle aspirate (FNA) of a breast mass. They describe characteristics of the cell nuclei present in the image. Importing and Cleaning the data Before...

9045 sym R (28631 sym/92 pcs) 12 img