Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

MATERIAL COMPLEMENTAR

Data Science Analytics 20/06/2023

Prof. João Fernando Serrajordia Rocha de Mello

0
SUGESTÃO DE LEITURA:

8-6
• McKeon, J. 2021. Machine Learning Predicts Dialysis, Death in COVID-19

.49
Patients. Link

21
Tutoriais e materiais técnicos:

2.5
a.) Diferentes plotagens do rpart:

44
• Milborrow, S. 2021. Plotting rpart trees with the rpart.plot package. Link

ia
b.) Introdução a particionamento recursivo (rpart):
ar
• Therneau, T.M.; Atkinson, E.J. 2022. An Introduction to Recursive Partitioning
eF
Using the RPART Routines. Link
od

c.) rpart vs tree package:


• Rohitschauhan. Link
íci
atr

d.) Microsoft R open - revolution R:


• Revolutions. 2016. Interactive decision trees with Microsoft R. Link
aP

• Posit Community. Base R vs. Microsoft R Open. Link


nh

Disponível na Biblioteca Pecege (Acessar Tutorial Bibliotecas):


a
Oc

• Peter, B.; Peter, A. 2019. Estatística prática para cientistas de dados: 50


conceitos essenciais.
la
rsi

Livros:
Ta

• James, G.; Witten, D.; Hastie, T.; Tibshirani, R. 2021. An Introduction to


Statistical Learning: With Applications in R. Editora Springer.
MATERIAL COMPLEMENTAR
Data Science Analytics 20/06/2023

# (...) 1984 book by Breiman, Friedman, Olshen and Stone, the same book that Salford
CART is developed on.

0
8-6
# library(regclass)

.49
# vem com a base tips e outras
# https://www.rdocumentation.org/packages/regclass/versions/1.6

21
2.5
# library("datasets")
# https://stat.ethz.ch/R-manual/R-devel/library/datasets/html/00Index.html

44
# Instalar o Keras
ia
ar
# https://stackoverflow.com/questions/44611325/r-keras-package-error-python-
eF

module-tensorflow-contrib-keras-python-keras-was-n
od

Sugestão de Vídeo:
íci
atr

• Vídeo sobre o neurônio biológico. Link


aP
a nh
Oc
la
rsi
Ta

You might also like