Frank Hull 🍥 Profile Banner
Frank Hull 🍥 Profile
Frank Hull 🍥

@frankiethull

519
Followers
63
Following
87
Media
309
Statuses

datanaut 🧑🏻‍🚀 here for R, Python, Julia, & Quarto 🚀

Colorado, USA
Joined August 2022
Don't wanna be here? Send us removal request.
@frankiethull
Frank Hull 🍥
6 months
Practical Guide to Applied Conformal Prediction in R P̶y̶t̶h̶o̶n̶ 😏 Spent some time replicating Chapter 7 in R instead of Python today. Using {tidymodels} & {ggplot2}, all in a handy dandy Quarto. #rstats
9
46
302
@frankiethull
Frank Hull 🍥
5 months
Here's another Julia + R tech stack. Oceananigans.jl fluid dynamics displayed with {rayshader} in R, wave shading? 🌊 All on a single quarto doc 🚀 #TidyTuesday #BYOD
5
28
267
@frankiethull
Frank Hull 🍥
4 months
All my Python friends never stop by my house ...
Tweet media one
3
33
244
@frankiethull
Frank Hull 🍥
6 months
As someone who studied physics, ex-quant, now leading a DS&A team; I randomly learned about conformal prediction intervals for the first time this year. Applied it & felt like a ML wizard. So excited to dive into this book and deeper into conformal prediction!
Tweet media one
3
19
182
@frankiethull
Frank Hull 🍥
5 months
RStudio IDE is the best Python IDE
11
18
153
@frankiethull
Frank Hull 🍥
5 months
Me when I was coding this
Tweet media one
@frankiethull
Frank Hull 🍥
5 months
Here's another Julia + R tech stack. Oceananigans.jl fluid dynamics displayed with {rayshader} in R, wave shading? 🌊 All on a single quarto doc 🚀 #TidyTuesday #BYOD
5
28
267
2
20
115
@frankiethull
Frank Hull 🍥
3 months
Yes
Tweet media one
2
11
116
@frankiethull
Frank Hull 🍥
6 months
Given all the requests over the last few days, dropped this repo last night 🎅🏻 Repo includes R code complimenting both Chapters 7 & 8 from Practical Guide to Applied Conformal Prediction ⭐ Topics are Regression, Time Series, & Forecasting 🎄 Enjoy! ☃️
Tweet media one
3
18
118
@frankiethull
Frank Hull 🍥
4 months
I could talk about RStudio IDE, Quarto, Shiny, Python, & R all day long. . But . . .. Have I told you about our new R Shiny app built on a Quarto doc that has a backend using {reticulate} which runs R & Python code dynamically together? 🐍🚀📃🥳
3
10
101
@frankiethull
Frank Hull 🍥
7 months
And a "few" lines might be an overstatement. In R, using the {probably} library, calibrate your model with ONE line of code. 🔥🤯 probably::int_conformal_quantile(object, train_data, cal_data, level = 0.95, ...)
@predict_addict
Valeriy M., PhD, MBA, CQF
7 months
Yes XGBoost is miscalibrated, but in 2023 anyone can calibrate it with a few lines of code using conformal prediction. #calibration
Tweet media one
4
10
116
4
6
75
@frankiethull
Frank Hull 🍥
6 months
REPO UPDATE 🎉 Check out the new section in Practical Guide to Applied Conformal Prediction in R. This covers importing @nixtlainc 's {statsforecast} python library in R for conformal prediction 🚀 Yes, you can use Python libraries in R, thanks to {reticulate} 🐍
Tweet media one
Tweet media two
2
17
62
@frankiethull
Frank Hull 🍥
3 months
All my favorite tools are agnostic or have bindings. I love the fact I can pick up Quarto 📃, Arrow 🏹, Polars 🐻‍❄️ & switch between R, Python, & Julia with no issues. Chaining open source libraries has never been easier.
1
2
50
@frankiethull
Frank Hull 🍥
10 months
Ok... How does {tidymodels} low-key drop conformal prediction intervals in the {probably} extension? It's literally exactly what I need to add bounds on a xgboost point forecaster. Check out probably::int_conformal_quantile, you'll probably like it #rstats #pydata #posit
Tweet media one
2
6
42
@frankiethull
Frank Hull 🍥
10 months
SO CLEAN 🧽 TidierOrg is truly bringing {tidyverse} to Julia. This week, I tested out Julia on the popular #tidytuesday R repo. The fact is, every R programmer just became a Julia programmer. Unlocking a whole new set of packages for R users. #julialang #rstats #tidierjl
Tweet media one
0
9
43
@frankiethull
Frank Hull 🍥
8 months
Python in Excel is so yesterday R in Google Sheets is so tomorrow
4
6
32
@frankiethull
Frank Hull 🍥
5 months
The new dashboard tool on @grid_status is so dope! I'm screwing around with a +/- 7 day hourly trend tracker & embedded an AI assistant 🤯, yeah web widgets are supported, even got R working 😂🤫
Tweet media one
0
6
27
@frankiethull
Frank Hull 🍥
1 year
GREAT SAND DUNES NATIONAL PARK 🏜️🏔️ Really impressed with #rayvista this extension package makes #rayshader so easy to use, anyone can make a map. #rstats Created this yesterday in a few minutes using one function. The great sand dunes are an amazing place 🤗 #colorado
Tweet media one
Tweet media two
1
3
23
@frankiethull
Frank Hull 🍥
4 months
Waiting for {catboost} to hit CRAN be like:
Tweet media one
1
1
16
@frankiethull
Frank Hull 🍥
3 months
What's this FP vs OOP languages? R vs Python? Both are just API tools for C & Rust
2
1
17
@frankiethull
Frank Hull 🍥
5 months
R haters are mad they can't do this: ```{r} and = 10 this <- and -> that ```
@inerati
liz
8 months
R is such a good programming language. All of its haters just don’t understand its deep and mysterious power.
32
29
334
1
3
16
@frankiethull
Frank Hull 🍥
3 months
Devin, create a new OS written in R
4
1
15
@frankiethull
Frank Hull 🍥
1 year
How to use NHITS, NBEATS, & NBEATSx in R 🎉🎉 If you are interested in Deep Learning in R, check out this implementation. The backend is @nixtlainc 's neuralforecast. Yes, this is Python and R, the love story. #rstats #python #MachineLearning
0
4
14
@frankiethull
Frank Hull 🍥
3 months
{treesnip} is a non-CRAN pkg but jives with the rest of the tidymodels ecosystem. Although not on CRAN, {catboost} is supported in treesnip! Making it easy to split, resample, cv, and add conformal predictions with {probably}
@frankiethull
Frank Hull 🍥
4 months
Waiting for {catboost} to hit CRAN be like:
Tweet media one
1
1
16
1
4
14
@frankiethull
Frank Hull 🍥
1 year
BOB ROSS COLORS 🎨 I created an algo to scrape blended colors from all 403 Bob Ross painting episodes. Data vizzers can finally feel like painters. 📈🖌️ Comes with two scale functions for ggplot2! #rstats #tidytuesday #ggplot2 #dataviz
Tweet media one
1
9
18
@frankiethull
Frank Hull 🍥
6 months
Here's my Julia solution for Day One of #AdventOfCode Using {TidierData} 🧽 which looks and feels like {dplyr}🔧, making my initial statements, "I refuse to use R for AOC", carry little weight. 😅 Will try a language/syntax I'm less familiar with for the next challenge.
Tweet media one
0
3
14
@frankiethull
Frank Hull 🍥
1 year
What is your preferred date format? Below, I'll explain why Excel's date format (wtf) should be international standard 👇🏻 🧵 1/44999 #rstats #pydata #excel
Tweet media one
0
3
9
@frankiethull
Frank Hull 🍥
3 months
🙌🏻 Initial testing showed a 4x speed improvement with a simple engine swap
Tweet media one
@predict_addict
Valeriy M., PhD, MBA, CQF
3 months
@frankiethull The best combo of all times = CatBoost + CP!
1
0
5
0
1
8
@frankiethull
Frank Hull 🍥
6 months
It's time for your 2024 New Year's Resolutions 🫠
Tweet media one
0
1
7
@frankiethull
Frank Hull 🍥
8 months
I've read tons of Wind Power Forecasting whitepapers, benchmarking novelty neural net solutions with shotty results in production. Within a few minutes one can train a constrained xgboost with conformal calibration and get better results. ... Spooky!
Tweet media one
1
4
7
@frankiethull
Frank Hull 🍥
8 months
❗New Package Alert❗ {alertr} is a R package that has a single function called alert‼️ This is an audio alert which plays the infamous Metal Gear Solid 'alert' noise‼️ Add it to a for loop, if-statement, ML tuning, or whatever! devtools::install_github("frankiethull/alertr")
Tweet media one
0
1
6
@frankiethull
Frank Hull 🍥
2 years
#TidyTuesday #rstats #dataviz #ggplot2 Had fun putting together my first TidyTuesday. Thank you @Emil_Hvitfeldt for the dataset! Leveraged ggthemes, ggdark, & wesanderson to come up with a fresh new look. A "FiveThirtyEight & DARJEELING LIMITED met in the dark", theme.
Tweet media one
2
5
6
@frankiethull
Frank Hull 🍥
5 months
If only I had a pair of khakis everytime I've been offered a $20k raise to work in a beige ass place just to spend the $20k at BetterHelp
Tweet media one
1
2
5
@frankiethull
Frank Hull 🍥
10 months
Tweet media one
0
1
6
@frankiethull
Frank Hull 🍥
5 months
@vanessainstem Could've wrote this simpler: import farm farm.plant_attention_seeds() farm.fertilize_with_controversy() farm.harvest_likes_and_comments() print(farm.engagement_level()) # Output: >>> "Thriving!"
1
0
6
@frankiethull
Frank Hull 🍥
9 months
It's always fun bridging open source libraries 🌉 This one involves simulating fluid dynamics in Julia and visualizing the results in R. Waterlily.jl + rayshader, a perfect combo for unlimited #dataviz fun? I think so.. 🌊☀️
1
0
5
@frankiethull
Frank Hull 🍥
3 months
All packages were installed with no issues
@jrosell
Jordi Rosell ([email protected])
3 months
Show me you are an R developer without showing me any R code.
Tweet media one
9
7
99
1
0
5
@frankiethull
Frank Hull 🍥
6 months
2023 was full of suspense, LLM races, new TV series, OpenAI drama. But tbh my most watched topic of the year was lightGBM, XGBoost, and CatBoost struggling to pass CRAN checks. #rstats #multithreading #trees
2
0
5
@frankiethull
Frank Hull 🍥
5 months
@kennedymwavu
Mwavu
5 months
@jrosell @rajabedu but have you built multipage apps using {ambiorix}, Jordi?
Tweet media one
2
1
9
1
0
5
@frankiethull
Frank Hull 🍥
3 months
@nixtlainc always doing solid work 😤 Didn't realize nixtlaverse accepts polars data frames 🤯
Tweet media one
2
1
5
@frankiethull
Frank Hull 🍥
2 years
Catching up on #TidyTuesday 's! Went a different route on {babynames} via @hadleywickham . Ever wonder why 'Jessica' is more likely friends with 'Sarah'? Why is mom hanging out with 'Donna' all the time? They may follow similar popularity windows 🤫😉 #rstats #dataviz #ggplot2
Tweet media one
0
3
5
@frankiethull
Frank Hull 🍥
5 months
Always felt {dplyr} only supports Australian & American English. Finally! A British English version called {dnippers} 🍮🍮🍮
Tweet media one
1
1
5
@frankiethull
Frank Hull 🍥
5 months
Python coders be like:
Tweet media one
0
1
5
@frankiethull
Frank Hull 🍥
2 years
Had wayyy too much fun this morning with: 1) movie scripts, 2) sentiment, & 3) stream plots. Here, I explored the word-emotion streams of A NEW HOPE then labeled a few 'anomaly scenes'. Those scenes also stood out to me as a kid! #dataviz #rstats #StarWars #ggplot2 #tidyverse
Tweet media one
0
1
3
@frankiethull
Frank Hull 🍥
2 years
#tidytuesday #rstats #ggplot2 #PrettyCols Explored the Bigfoot spottings today. Obviously pop culture plays a role. But I have a suspicion about geospatial applications and the disappearance of Big Foot.
Tweet media one
1
3
4
@frankiethull
Frank Hull 🍥
3 months
What is confusing about pipes in R?
@__mharrison__
Matt Harrison
2 years
What is confusing about lambdas in Python?
67
33
350
2
0
6
@frankiethull
Frank Hull 🍥
1 year
#TidyTuesday #byod #rstats Exploring the CONSOLE MOUNTAINS! Toying with sales data, visualized as terrain. #ggplot2 #playstation
Tweet media one
0
1
4
@frankiethull
Frank Hull 🍥
4 months
Tweet media one
0
0
4
@frankiethull
Frank Hull 🍥
2 years
#TidyTuesday #rstats #ggplot2 So many characters & traits this week! A few filter layers on notable characters & trait counts; removing highly correlated traits; w/ a finale of parsing down to what I'd call 'heroes' and 'prevalent' traits via PCA; Here's a guide to heroism:
Tweet media one
0
3
4
@frankiethull
Frank Hull 🍥
1 year
Check out this week's R for Data Science, it's a happy little dataset 🎨🧑🏻‍🎨 #rstats #TidyTuesday #dataviz
@Prancke
Martijn van Bloois
1 year
This week we look at paintings by Bob Ross!! #TidyTuesday No mistakes, only happy accidents. Special thanks to @jdwlbr for the data Special thanks to @frankiethull for {BobRossColors} Code: #R4DS #RStats #DataViz #DataVisualization
Tweet media one
0
1
12
0
4
4
@frankiethull
Frank Hull 🍥
5 months
Hold it together, Texas. I want my job to be easy next week. 🤞🏻 Would also be interesting to see N1 contingencies, i.e. a DA committed CC trips offline in RT, where does the reserve margin go to and will that trigger an ORDC event.
@grid_status
Grid Status
5 months
With cold hazards approaching next week, we built a dashboard to track the forecasted impact on load & renewable generation in ERCOT With 80 GW+ forecasted loads, a record winter demand could be on the way Follow the live updating current forecast here:
Tweet media one
5
23
79
1
1
4
@frankiethull
Frank Hull 🍥
6 months
original post:
@frankiethull
Frank Hull 🍥
6 months
Practical Guide to Applied Conformal Prediction in R P̶y̶t̶h̶o̶n̶ 😏 Spent some time replicating Chapter 7 in R instead of Python today. Using {tidymodels} & {ggplot2}, all in a handy dandy Quarto. #rstats
9
46
302
0
1
4
@frankiethull
Frank Hull 🍥
6 months
@predict_addict @mdancho84 @topepos @VincentAB Hopefully useful to compare to the ipynb! I highlight {tidymodels} and {probably} for Chapter 7. For Chapter 8, provide a quick ts solution in {fable} (shout-out to @robjhyndman ) then switch over to {modeltime} workflow. I need to look into {marginaleffects} a bit more!
1
0
3
@frankiethull
Frank Hull 🍥
6 months
@JosiahParry Tidier.jl makes the switch pretty easy too 🙌🏻
0
0
4
@frankiethull
Frank Hull 🍥
2 years
Hope I make it to 40,000 ft! FB's Prophet would say it is likely 🤓🤞
Tweet media one
2
1
3
@frankiethull
Frank Hull 🍥
6 months
Julia put me in an awkward situation
Tweet media one
1
0
3
@frankiethull
Frank Hull 🍥
6 months
Sierra Blanca Massif in CO 🏔️ Created in R using {rayshader} Absolutely love these mountains 🖤 Just south of the Great Sand Dunes, Blanca Peak watches over the San Luis Valley with it's massif friends
Tweet media one
Tweet media two
Tweet media three
0
0
3
@frankiethull
Frank Hull 🍥
5 months
Anytime @predict_addict hears the word "Bayesian" 😂
@predict_addict
Valeriy M., PhD, MBA, CQF
5 months
Facebook prophet tries to do forecasting. #timeseries #forecasting
0
1
9
0
0
3
@frankiethull
Frank Hull 🍥
2 years
@WeAreRLadies @c895radio Very cool idea! I see my hometown @917WEEM , this dataset just went full circle 🙂
0
0
3
@frankiethull
Frank Hull 🍥
1 year
I've been using @maxk 's @grid_status for a minute. The open source GitHub project, the website, and API. Whether it be monitoring or forecasting. MISO is trending toward their monthly peak today. Yet what sticks out is bad meter data. This is just the surface of ISO data issues
Tweet media one
1
0
3
@frankiethull
Frank Hull 🍥
5 months
@futurecarcass They are popular in coastal cities
Tweet media one
0
0
2
@frankiethull
Frank Hull 🍥
1 year
GLORIOUS! Combining movie poster and screenplay information for a full-on Glorious data visualization. #rstats #movieposter #ggplot2 #imgpalr #ggimage #ggglorious
Tweet media one
0
2
2
@frankiethull
Frank Hull 🍥
6 months
@WallSt_SunTzu I'm already running tidymodels workflows in production. If someone is already doing tidy modeling in R & wants conformal prediction intervals on their points preds, it's just one extra line of code. Tidymodels is a prerequisite for these. Info here:
0
0
3
@frankiethull
Frank Hull 🍥
6 months
@RandVegan |> plus JetBrains Mono font is 🔥
1
0
3
@frankiethull
Frank Hull 🍥
4 months
Sometimes presentation slides just lack something special. Then this week I switched from PowerPoint to Revealjs --holy sh💩t --, like you can just put an interactive plotly object in a slide deck. 🤯🥳 All on a single Quarto doc! 📃🚀
0
0
3
@frankiethull
Frank Hull 🍥
5 months
Will also be interested to see the resulting NG prices, if pipelines bottleneck @maxk
0
0
2
@frankiethull
Frank Hull 🍥
9 months
@0xgaut @tylermorganwall - author of {rayshader} spatial library in R. The images shown look to be from @researchremora & the website tagged looks like work of @MrPecners
1
0
3
@frankiethull
Frank Hull 🍥
5 months
👀 & file extension for #mojolang is literally a 🔥 emoji People aren't ready to code `endswith('.🔥')` !
@kdpsinghlab
Karandeep Singh
5 months
👀 Based on the cadence of Mojo releases and the lack of a new version this past week, I’m predicting the next version of #MojoLang will be open-sourced, hopefully on an MIT License.
3
1
18
2
0
3
@frankiethull
Frank Hull 🍥
4 months
Listen... I was just trying to bring balance 😅🤣
Tweet media one
@frankiethull
Frank Hull 🍥
5 months
Me when I was coding this
Tweet media one
2
20
115
0
0
3
@frankiethull
Frank Hull 🍥
2 years
Would like to announce the release of an experimental pkg! This pkg has one goal. Web scrape daily gas pricing PNGs & convert the image pixels into tabular time series data. #rstats #datascience @aachmano
0
2
2
@frankiethull
Frank Hull 🍥
1 year
Hey @mdancho84 - Any plans to integrate {nixtla} with {modeltime}? Specifically N-BEATS & N-HiTS. I can be a tester 🤗😁
@nixtlainc
nixtla
1 year
🎉 We are thrilled to announce the release of the latest version of mlforecast a #Python library for Scalable #machinelearning 🤖 for #timeseries #forecasting 🚀 This version comes with exciting new features that are sure to make forecasting even more efficient and accurate 🧵
Tweet media one
4
72
298
1
0
3
@frankiethull
Frank Hull 🍥
6 months
Just a reminder to new followers, I created a pkg that plays the MGS infamous `alert!` sound. Three ways to use: 1) add it to a model tuning routine 2) modify your RING motion sensor sound 3) place on your coworkers' task scheduler when they step away
0
0
3
@frankiethull
Frank Hull 🍥
10 months
@suchenzang Ohhhh, API stands for 'A' 'P'ortal to the 'I'nternet
0
0
3
@frankiethull
Frank Hull 🍥
10 months
@DeepaliKank Check out case_match 🙌🏻 I haven't used it yet but someone mentioned a few weeks ago & thought I'd share.
1
0
1
@frankiethull
Frank Hull 🍥
10 months
Motivation:
@predict_addict
Valeriy M., PhD, MBA, CQF
10 months
You would not use spoon 🥄 as a fork 🍴 or a knife. Why would data scientists try to use forecasting to solve anomaly detection problems. This is so wrong. Anomaly detection is an own domain that has its own methods. One of the pitfalls of #datascientists is trying to treat
Tweet media one
4
24
118
0
0
2
@frankiethull
Frank Hull 🍥
10 months
@maxk Excel & Energy are stuck in a symbiotic relationship
0
0
2
@frankiethull
Frank Hull 🍥
6 months
Thought it was a joke but Taylor Swift does hold pens weird
Tweet media one
0
1
2
@frankiethull
Frank Hull 🍥
5 months
@MatejKorvin That post is old news (2021). They finally became reputable in the Python world with the name rebrand. Jokes aside, I'm all for it
2
0
2
@frankiethull
Frank Hull 🍥
10 months
Let me know when and where 🚀 I came across STUMPY last week thanks to @predict_addict . Was just about to {reticulate} it for testing in R. Was checking if someone already had but found zilch.
@seanmylaw
Sean Law 🇨🇦
4 years
@Rami_Krispin When can we work together on a tutorial to wrap STUMPY with Reticulate?! 😋
1
0
0
0
0
2
@frankiethull
Frank Hull 🍥
5 months
@merm_bot For those that don't know what $ are, dude just won 8 vanilla lattes
1
0
2
@frankiethull
Frank Hull 🍥
9 months
Born too late to explore earth, born too early to explore the galaxy. But just in time to maintain Excel spreadsheets @msexcel
1
1
2
@frankiethull
Frank Hull 🍥
5 months
@cameron_pfiffer The fact your toes are in the photo makes me hope @MatthewBJane beats the bayes out of you
1
1
2
@frankiethull
Frank Hull 🍥
6 months
@MatejKorvin @nixtlainc Never. Us language flirtationists can't "just use python"
0
0
2
@frankiethull
Frank Hull 🍥
1 year
@mdancho84 @Victor_Rente7 import streamlit as shiny 😎
1
0
2
@frankiethull
Frank Hull 🍥
1 year
@Elmedicobrujo Looks like a framable art piece in itself 👌🏻
1
0
2
@frankiethull
Frank Hull 🍥
5 months
@predict_addict Using the bragged tree model I see
0
0
1
@frankiethull
Frank Hull 🍥
3 months
Get rid of DST & Leap Years! Every New Years just adjust the clock forward 6 hours 🥳
@VitalikButerin
vitalik.eth
3 months
Abolish daylight savings time.
3K
2K
17K
0
0
2
@frankiethull
Frank Hull 🍥
6 months
Won't be low-key for much longer! 🔥🔥🔥 More information about conformal prediction intervals via {tidymodels} just posted: 🔥🔥🔥
@frankiethull
Frank Hull 🍥
10 months
Ok... How does {tidymodels} low-key drop conformal prediction intervals in the {probably} extension? It's literally exactly what I need to add bounds on a xgboost point forecaster. Check out probably::int_conformal_quantile, you'll probably like it #rstats #pydata #posit
Tweet media one
2
6
42
0
1
2
@frankiethull
Frank Hull 🍥
6 months
@kdpsinghlab
Karandeep Singh
6 months
Two big updates: 1. Tidier.jl comes with a new README introducing the package. Also includes an FAQ: - Why should Julia users look at Tidier.jl? - Is Tidier.jl intended for R users? - Which functions are re-exported? - How to install/update it?
1
10
43
0
0
2
@frankiethull
Frank Hull 🍥
7 months
Project LaMb, my little local AI assistant, small enough for a Raspberry PI. 🐑 Localized LLMs are getting easier to build by the day. It's unreal how easy it is to create an AI assistant that speaks and listens! Pairing {whisper} 👂, {gpt4all} 🤖, and {pyttsx3} 🗣️
Tweet media one
1
0
3
@frankiethull
Frank Hull 🍥
4 months
Is R a real programming language?
Yes
39
%>%
29
2
0
2
@frankiethull
Frank Hull 🍥
10 months
@data_question apply() yourself
0
0
0
@frankiethull
Frank Hull 🍥
10 months
Always impressed with @maxk 's products 🎉 Demystifying energy industry data for the folks who need it most 💡
@grid_status
Grid Status
10 months
Did you know you can now download any data you see on Grid Status? It's as easy as finding your favorite graph and clicking the download button. Try it yourself:
0
6
42
0
0
2
@frankiethull
Frank Hull 🍥
1 year
#TidyTuesday #coffee Exploring a 2020 dataset with newer tools. First time using #gt #patchwork #monochromeR combined with #PrettyCols and my go-to #ggplot2 . Was able to insert a bunch of "☕" using #emo package 😅! Code/Quarto on GitHub #rstats #quartopub
Tweet media one
Tweet media two
1
0
2
@frankiethull
Frank Hull 🍥
4 months
HOT TAKE: if you need to debug code just hop into a lucid dream rq
Tweet media one
0
0
2
@frankiethull
Frank Hull 🍥
10 months
@predict_addict @mdancho84 I think conformal was added in the June release. But @topepos may be able to elaborate.
1
0
2
@frankiethull
Frank Hull 🍥
8 months
@TimTeaFan from siuba import case_when
1
0
2
@frankiethull
Frank Hull 🍥
1 year
@gshotwell @mdancho84 @Victor_Rente7 Tbh, I've never used streamlit. I just add shiny to YAMLs on quarto docs and find that's easiest for me.
1
0
2
@frankiethull
Frank Hull 🍥
2 years
#rstats #dataviz #maps Exploring 1.5GB of military missions in SE Asia. Filtering down to 'Laos' & 'Airstrike'. Can see here the USA bombed Laos at a rate of nearly one bomb per second for 9 years. . . Thanks for sending me down the rabbit hole, @WilliamTchuggs . #defundtheCIA
Tweet media one
0
1
2
@frankiethull
Frank Hull 🍥
4 months
@kdpsinghlab @Kyle_Ireton 💯 I've been doing the same but with qmd files! There is a new dashboard section on the Quarto website with a few examples
0
0
2