Authors
K Nearest Neighbors Classifier in R: Predicting Employee Performance Latest
13.11.2022
Predicting Employee Performance with KNN Algo People Analytics Applications in R K-Nearest Neighbors Classifier This tutorial will illustrate how to use the K-Nearest Neighbors Classifier in R using the caret package (Kuhn, 2021). In this...
6836 sym Python (8216 sym/29 pcs) 7 img 1 tbl
EDA of activity dataset in R Latest
18.08.2020
library(data.table) library(tidyr) library(ggplot2) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:data.table': ## ## between, first, last ## The following objects are masked from...
1164 sym R (12841 sym/33 pcs) 4 img
Gia Gerzeny 7
Module 5 Latest
22.09.2022
knitr::opts_chunk$set(echo = TRUE) R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you...
603 sym 3 img
Funzione di Plot Latest
20.02.2023
Grafico 3d della funzione tramite il pacchetto Plotly Importo funzione birra e librerie grafiche source("birra.R") library(ggplot2,warn.conflicts = FALSE) library(plotly,warn.conflicts = FALSE) Metodologia Definisco due sequenze numeriche, x1 e x2,...
1124 sym R (527 sym/4 pcs) 1 img
Gianni 7
Nooa events analysis Latest
21.03.2023
NOAA ANALYSIS We want to address the question about what are the most dangerous events in the USA according to the NOAA database that record all these phenomena from 1950 to 2011 storm_df <- read.csv("repdata_data_StormData.csv") let’s analyse the...
3975 sym R (6089 sym/34 pcs) 4 img
Teste Latest
18.08.2021
Plain text End a line with two spaces to start a new paragraph. italics and italics bold and bold superscript2 strikethrough link Header 1 Header 2 Header 3 Header 4 Header 5 Header 6 endash: – emdash: — ellipsis: … inline equation:...
420 sym 1 img 1 tbl
Dashboard Workers Latest
16.12.2020
Team Algoritma Jobs Gender Dashboard Row Plot Ranking Dataset Year Occupation Major Category Minor Category Total Workers Workers Male Workers Female Percent Female Total Earnings Total Earnings Male Total Earnings Female 2013 Chief...
309133 sym
me 7
Coursera Reproducible Research, Week 4, Project 2 Latest
16.05.2021
Synopsis Severe weather events like storms have a significant impact on population and economy. With this analysis, I investigate two types of harmful impacts, (1) injuries and fatalities and (2) economic consequences based on property damage and...
2266 sym R (5942 sym/44 pcs) 2 img
Gavin Block 7
Quiz 2 Latest
06.03.2021
In this exercise you will follow through our textbook, History of Teacup Giraffes, Module: Introduction to the Normal Distribution. Make sure to read the module before you do this exercise. The code chunk below creates the teacup giraffes dataset...
1365 sym R (715 sym/10 pcs) 1 img
spacy_regression Latest
25.02.2021
Load saved CHILDES .csv corpus for a language (here French and Italian). Rbind different corpora. library(tidyverse) library(lme4) library(ggeffects) library(wordbankr) library(psych) library(reshape2) library(ggpubr) library(rstatix)...
2333 sym R (41474 sym/61 pcs) 13 img