people scientist & data scientist. industrial-organizational psychology phd candidate at minnesota. using ml/nlp to understand how we hire and how we work
🚀exciting news! registration is now open for the siop 2024 ml competition. the theme is #LLMs
🌟winners get cash prizes & exclusive swag from @hackerrank
📆join experts in #datascience & #ai feb 8 - apr 4
✨register & learn more https://t.co/LHzElf5UXZ
#peopleanalytics#siop2024
@AJThurston the consortium of universities of the washington metropolitan area would be a good place! they contract students out to ari, and they'll hire people to work remotely (as in you don't have to in dmv)
https://t.co/7IJtgNtctL
I’m thrilled to announce the release of {collapse} 2.0, adding blazing fast joins, pivots, a flexible namespace, and many other features. It is a remarkable piece of R software and capable of enhancing the workflow of all R users. Spread the word #rstats
https://t.co/szDDZJ501Q
@AJThurston 💀💀💀💀 of course it was 🦆
"IQ tests ... do not measure other important aspects of intelligence, such as emotional intelligence, creativity, and practical intelligence"
ma'am i think we've settled this already
https://t.co/ccJ7o46JNz
https://t.co/S1LJcRuV9U
I see that @SciReports is the latest journal promoting harmful pseudoscience by publishing automated physiognomy.
Let me help the public get better sources on the topic in this thread. 🧵 1/n
i'm looking for an article that was published within the last 2 years that studies when responders stop paying attention to items. It would include the number of items they stop paying attention. the researchers use a bayesian growth model as their method. anything come to mind?
@camjpatrick ah i see.. tbh i never use glue::glue() and always use paste()
mtcars |> mutate(across(c(mpg, cyl), ~ paste0(.x, " (", round(100 * . / sum(.)), "%)")))