Authors

PCA analysis - pretest data Latest

16.09.2024

Pretest PCA PCA Indecisive.Decisive Weak.Strong Uninspiring.Inspiring Dishonest.Honest [1,] 1.0385484 0.6000738 0.3349686 0.9702373 [2,] -0.6589557 -0.8926097 -0.5251443 -1.3012595...

121 sym 2 img

Document Latest

10.09.2023

airquality hw load in the library library(tidyverse) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ✔ dplyr 1.1.2 ✔ readr 2.1.4 ✔ forcats...

2153 sym Python (3762 sym/25 pcs) 5 img

Ganesh Kumar 20

Week_2 Latest

11.09.2023

Problem 1.9 Fisher’s irises Part 1 How many cases were included in the data? iris ## Sepal.Length Sepal.Width Petal.Length Petal.Width Species ## 1 5.1 3.5 1.4 0.2 setosa ## 2 4.9...

887 sym 5 img

Take_Home_Exam_2023 Latest

24.09.2023

TASK 1 Matej Suhalj library(carData) mydata1 <- SLID head(mydata1) ## wages education age sex language ## 1 10.56 15.0 40 Male English ## 2 11.00 13.2 19 Male English ## 3 NA 16.0 49 Male Other ## 4 17.76...

9060 sym R (11621 sym/60 pcs) 6 img

hw_test_20230926 Latest

25.09.2023

library(tidyverse) library(tidyquant) library(readxl) library(writexl) bikes <- read_excel(“bikes.xlsx”) bikes_sorted <- bikes %>% select(model, price) %>% arrange(desc(price)) print(bikes_sorted) mean_price <- mean(bikes$price) bikes_filtered...

334 sym

Air Quality Tutorial and HW - DATA 110 Latest

05.02.2024

Air Quality Tutorial and Homework Author Annet Isa (partly) library(tidyverse) Contents: Part 1 - Copies of four plots from the Airquality Tutorial for DATA 110 Part 2 - A fifth plot of my design Part 3 - Write-up PART 1: First Four Plots...

1237 sym Python (2646 sym/9 pcs) 5 img

Sebastian Mindiola Garizado 20

Prubea Latest

17.04.2024

Análisis de Datos En este análisis, exploraremos un conjunto de datos sobre especies en Nueva Delhi. #Importaciones Se importa las librerias y se lee el dataset import pandas as pd import seaborn as sns import matplotlib.pyplot as plt import numpy...

367 sym Python (5090 sym/13 pcs) 1 img

太郎丸 博 20

Descriptive Statistics of Discrete and Continuous Variables Latest

30.04.2024

記述統計 太郎丸 博 2024-04-30 代表値と散らばりの尺度...

1563 sym 1 tbl

Author: Juan G. Saurith M. 20

all_data_alvaro_value_creation Latest

05.05.2024

Creating the environment library(conflicted) library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr...

9652 sym R (30435 sym/42 pcs)

Andrea Rekasi 20

UnSupervised Learning, Clustering and K-Means Latest

20.08.2024

1. Introduction 2. Problem 3. Scenario 4. Notations Used and Coding Guidelines 4.1. Notations Used 4.2. Coding Guidelines 5. Solutions 5.1 Design 5.1.1 Algorithms Steps 5.1.2 Algorithms Steps Visuals 5.1.3 Algorithms Flow Chart 5.1.4...

22451 sym Python (60087 sym/31 pcs) 40 img