techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#pythoncoding

0 posts0 participants0 posts today

Just moved into a new flat which turns out to have small visitors... 🐁🐁🐁

As much as I like rodents in the lab, I would rather they did not steal my food and dance unhinged on my dinner table. I would like to avoid any kind of trap and while I figure out where they come from, I wonder if anyone out here has some code that could detect mice / motion from a USB camera and play a loud sound, so it would save me the time to code it myself?

PS: my PC is on Windows (10) in case that's relevant

#MiceInvasion #MotionDetection #PythonCoding (I guess) #Windows10

In missing data imputation, it is crucial to compare the distributions of imputed values against the observed data to better understand the structure of the imputed values.

The visualization below can be generated using the following R code:

library(mice)
my_imp <- mice(boys)
densityplot(my_imp)

Take a look here for more details: statisticsglobe.com/online-wor

Technical Book Review: Learning Geospatial Analysis With Python, 4th Edition - Joel Lawhead
--
post.news/@/kiwiincolorado/2cF <-- link to review
--
[disclaimers – (i) a publisher’s representative solicited a review of this book and provided an e-book version for that purpose but no recompense, (ii) this is my impartial, personal review - and hence is not an endorsement by my employer, implicit or otherwise.]

@packt @packtpublishing