Publications by Michel de Araújo
Lista de Exercícios 12 - Visualização de Dados
Lista de Exerícios 12 - R Visualização de Dados # Primeiro carrega-se os pacotes necessários para a manipulaçao dos dados e geração de gráficos library(tidyverse) # Manipulação de dataframes library(plotly) # Gráficos intereativos library(Hmisc) # Criação de intervalos de variáveis quantitativas library(RColorBrewer) # C...
508 sym R (14839 sym/21 pcs) 8 img
R Markdown e Mineração de Texto
# Carregando as bibliotecas necessárias setwd('D:/michel/Universidade/Mestrado/disciplina/repo') rm(list=ls()) library(tm) ## Loading required package: NLP library(wordcloud) ## Loading required package: RColorBrewer library(syuzhet) library(twitteR) library(DT) Lista de exercícios 11 - R Markdown e Mineração de Texto Questao 1 Eu ten...
6232 sym R (18546 sym/25 pcs) 8 img
Estudo do Mercado Imobiliário Brasileiro
Introdução Pacotes necessários Capítulo I: Preparação dos dados Capítulo II: Análise Exploratória de Dados Capítulo III: Análise Geoespacial Capítulo IV: Conclusão Estudo do Mercado Imobiliário Brasileiro Michel de Araújo 06/06/2021 Introdução Durante minha infância, por diversos motivos, minha família sempre precisou se...
34300 sym R (45943 sym/118 pcs) 14 img
2 Avaliação - Computação para Análise de Dados
# Importanto as bibliotecas necessários library(tidyverse) library(RColorBrewer) library(twitteR) library(syuzhet) library(wordcloud) library(tm) library(MASS) Questões VADeaths Vamos carregar os dados nativos do R em uma variável chamada data. data <- VADeaths str(data) ## num [1:5, 1:4] 11.7 18.1 26.9 41 66 8.7 11.7 20.3 30.9 54.3...
3298 sym R (4455 sym/24 pcs) 8 img
Uber Data Visualization
Welcome to the Uber Data Analysis and Visualization with R In this project I will walk through a data visualization using the Uber trips in New York City dataset. The main objective is to create some insightful visualization that provides valuable information about the rides that occurred in NYC. I begin the project by importing the packages that...
397 sym R (738 sym/1 pcs)
Uber Trips Visualization
Welcome to the Uber Data Analysis and Visualization with R In this project I will walk through a data visualization using the Uber trips in New York City dataset. The main objective is to create some insightful visualization that provides valuable information about the rides that occurred in NYC. I begin the project by importing the packages that...
3233 sym R (8037 sym/33 pcs) 9 img
Customer Segmentation
Introduction Hi there! In this Data Science and Machine Learning project we are going to perform a customer segmentation. Customer Segmentation is one of the most common practices when it comes to customer analysis and clustering algorithms. What is customer segmentation? Customer Segmentation is the practice of dividing a company’s customers...
10440 sym R (11788 sym/45 pcs) 25 img