---title: "posit conf 2024"author: "Tony Duan"date: "2024-09-18"categories: [talk]execute: warning: false error: falseformat: html: toc: true code-fold: show code-tools: true number-sections: true code-block-bg: true code-block-border-left: "#31BAE9"image: "images/posit-conf-logo.svg"---Posit conf 2024 Link:https://reg.conf.posit.co/flow/posit/positconf24/publiccatalog/page/publiccatalog?tab.day=20240813# Datapages for interactive data sharing using Quarto - posit conf 2024https://www.youtube.com/watch?v=1gUl-vWqScc## download data from redivis```{r}#| eval: false# https://github.com/redivis/redivis-r#install.packages("devtools")#install.packages('sf')#install.packages('arrow')#devtools::install_github("redivis/redivis-r", ref="main")library(redivis)user <- redivis::user("datapages")dataset <- user$dataset("palmerpenguins:9g3v:v1_0")table <- dataset$table("penguins:79km")# Load table as tidyverse tibbledata <- table$to_tibble(max_results=100)head(data)```## create datapagefirst remove renv in the project renv::deactivate()page:https://tonyfly3000.github.io/datapage_example/code:https://github.com/TonyFly3000/datapage_example## change data location in quarto doc `data.qmd````{bash}#| eval: false#| {{< redivis-table >}}<!-- {{< redivis-table verykoala.penguinsdata.penguins>}} -->```## change data location in `_quarto.yml````{bash}#| eval: falseproject:title:"Penguins datapage example"type: datapageoutput-dir: docsredivis:user: verykoaladataset: penguinsdatatable: penguins```## add redivis api in `.Renviron`REDIVIS_API_TOKEN=xxxxxxx## Reference:- video :https://www.youtube.com/watch?v=1gUl-vWqScc- datapage github page: https://github.com/datapages/datapage- data page excample :https://datapages.github.io/datapage/# Shiny x AI - posit conf 2024## Reference:video:https://www.youtube.com/watch?v=AP8BWGhCRZc# Keynote Session: Updates from Positlink:https://reg.conf.posit.co/flow/posit/positconf24/publiccatalog/page/publiccatalog/session/1712004520449001rbm2- Posit’s mission and products by Hadley Wickham- Databricks and Snowflake by James Blair- Quarto by Charlotte Wickham- webR by George Stagg# Introducing Positron, a new data science IDElink:https://reg.conf.posit.co/flow/posit/positconf24/publiccatalog/page/publiccatalog/session/1712707493462001KPj8## Introducing Positron - Julia Silge## Exploratory Data Analysis with Python in Positron - Isabel Zimmerman## Debugging Data with the Positron Data Explorer - Tom Mock## Architecture and Design of Positron - Jonathan McPherson## Introducing Ark, Modern Tooling for R - Lionel Henry and Davis Vaughan## Positron for R and RStudio users - Jenny Bryanhttps://reg.conf.posit.co/flow/posit/positconf24/publiccatalog/page/publiccatalog/session/1712707493462001KPj8https://github.com/posit-dev/positron# Machine Learning And Statistical ModelingLink:https://reg.conf.posit.co/flow/posit/positconf24/publiccatalog/page/publiccatalog/session/1712003957019001aS0p## Making sense of marginal effects - Demetri Pananos## Understanding, Generating, and Evaluating Prediction Intervals - Bryan Shalloway## Keras 3: Deep Learning made easy - Tomasz Kalinowski## Quality Control to avoid GIGO in Deep Learning Models - Vasant Marur# Navigating A Career In Data ScienceLink:https://reg.conf.posit.co/flow/posit/positconf24/publiccatalog/page/publiccatalog/session/1711986791933001rL5i## Beyond the Classroom: Unspoken Realities of a Data Science Career - Brandon Sucher## GitHub: How To Tell Your Professional Story - Abigail Haddad## Getting Data Done with a Pragmatic Data Team - Alan Schussman## Oops I'm A Manager - Finding your Minimal Viable Process - Andrew Holz# Referencehttps://reg.conf.posit.co/flow/posit/positconf24/publiccatalog/page/publiccatalog?search=&tab.day=20240813