Authors

Virginia Recagno 7

TP6_Machine Learning_BDIT_Flacso Latest

05.02.2024

Machine learning con aplicaciones espaciales Trabajo final Big Data e Inteligencia Territorial - FLACSO Parte 1 Analice un paper científico-académico de ML. El paper elegido es “Identifying urban, transportation, and socioeconomic...

11405 sym R (17335 sym/41 pcs) 8 img 2 tbl

PREDICTING NATURAL ARTHROPOD DENSITY THROUGH GENERALIST HERBIVORE ASSAYS Latest

06.02.2024

Logtotal_avgspodmass **Characteristic** **Beta** **95% CI** **p-value** Avg_spod_mass_g -25 -43, -6.1 0.009 Species NA NA NA Acmispon_glaber NA NA NA Artemisia_californica -2.0 -3.3, -0.67 0.003...

1 sym 1 tbl

Deliverable Data Visualization Latest

07.02.2024

Deliverable Author Yuhao Shen Homework 1: equisse for ggplot2 ##Importing required libraries and packages library(tidyverse) ── Attaching core tidyverse packages ────────────────────────...

163 sym Python (5022 sym/15 pcs) 2 img

Maciej Kuchciak 7

Overview of available packages for clustering methods – classes, results, switching possibilities Latest

09.02.2024

Introduction Clustering, a fundamental technique in data analysis and machine learning, groups similar objects based on their characteristics. This paper aims to provide overview of different clustering methods available in R, focusing on their...

3153 sym

Pokemon Assignment Latest

10.02.2024

Pokémon Question 1 What are the first 10 rows of the dataset? What are the last 7 rows? Answer: The first 10 rows: id, set, series, publisher, generation, release_date, artist, name, set_num, types The last 7 rows: flavorText,...

1981 sym 2 img

Reproducible Research - Course Project 2 Latest

10.02.2024

Setting Global Options ## Warning: package 'knitr' was built under R version 4.2.3 Analysis on which events are the most harmful to population health and which events have the greatest economic consequences Introduction Storms and other severe...

2826 sym R (4907 sym/19 pcs) 3 img 7 tbl

STAT646 Latest

10.02.2024

K-Means Clustering In this exercise we use K-Means clustering on randomly generated data using the kmeans() function. set.seed(2) x <- matrix(rnorm(50 * 2), ncol = 2) x[1:25, 1] <- x[1:25, 1] + 3 x[1:25, 2] <- x[1:25, 2] - 4 Let’s start by...

1906 sym 11 img

Jonathan Martez 7

FUNCIONES ÚTILES PARA EL ANÁLISIS DE DATOS Latest

14.02.2024

En el siguiente artículo desarrollaré lo aprendido en el día 2 de Introducción al lenguaje y entorno R para el análisis de datos. Base de datos de peces Carga de datos Primero crearemos un data frame que contenga los datos de peces...

1738 sym R (4130 sym/54 pcs) 11 img

María Victoria Escobar Martínez 7

Análisis multivariado: Evaluación de la oferta inmobiliaria urbana Latest

14.02.2024

knitr::opts_chunk$set(echo = TRUE) #instalar paquetes y cargar librerias sin que aparezcan en el informe library(conflicted) conflict_prefer("filter", "dplyr") ## [conflicted] Will prefer dplyr::filter over any other package....

9491 sym Python (14758 sym/71 pcs) 9 img

Shen Lab Meeting 2/14/24 Latest

14.02.2024

Predicting Vaccine-elicited Immune Responses Using Pre-vaccination Data Author Yuchen Published February 14, 2024 Outline Introduction Section 1 Preliminary Results Section 2 Methods & Results from a Related Paper Section 3 Framework...

15216 sym 12 img