Christoph
banner
christph.bsky.social
Christoph
@christph.bsky.social
Statistics, machine learning, causal inference, health
You forgot these two
June 9, 2025 at 6:27 AM
February 26, 2025 at 1:47 PM
90 days left
January 21, 2025 at 6:38 PM
October 24, 2024 at 11:15 AM
July 26, 2024 at 9:06 AM
I don’t disagree but if you live in the ML world this might not be unusual. See this box from @alxndrmlk.bsky.social textbook. Note that Alexander abbreviates ITE correctly, using it for the -ized effect is stupid.
April 23, 2024 at 5:29 PM
Miniconference on novel applications of AI and ML in drug discovery and development (remote possible)
#episky #causalsky

https://asa-ct.github.io/miniconf2024/
April 12, 2024 at 8:26 AM
March 28, 2024 at 10:16 AM
March 22, 2024 at 4:45 PM
I would be even more impressed if you presented a proper graph with the Y axis starting at 0 #dataviz
March 13, 2024 at 2:10 PM
KI ist jetzt überall
February 23, 2024 at 10:03 AM
Career advice #datascience
January 6, 2024 at 8:15 PM
January 6, 2024 at 11:02 AM
January 6, 2024 at 8:33 AM
January 2, 2024 at 12:17 PM
Mine:
January 1, 2024 at 7:45 AM
December 25, 2023 at 11:40 AM
My #julialang solution for puzzle 5 of the Hanukkah of Data challenge. Find the person who lives in Staten Island and buys cat food for at least 10 cats. #datascience
December 17, 2023 at 7:13 PM
My Julia and R solutions for puzzle 4 of Hanukkah of Data
December 11, 2023 at 5:22 PM
Here‘s my #julialang solution for Day 3 of the Hanukkah of Data Challenge
December 10, 2023 at 11:29 AM
Another #python #julialang comparison that nicely illustrates #julia vectorization: find all 4-letter words in an array
December 5, 2023 at 7:34 PM
November 24, 2023 at 9:31 PM
One more #julia, #rstats and #python comparison:
„Determine whether a string that contains only letters is an isogram. An isogram is a word that has no repeating letters, consecutive or non-consecutive. Ignore letter case.“
#julialang has so many built-in functions.
November 17, 2023 at 3:20 PM
Here‘s another interesting #julialang, #python, #rstats comparison: „count the number of vowels in a string“. #julia uses an anonymous function as an argument to count(), #python iterates over the string using list comprehension, #rstats does the same but in a vectorized way
November 16, 2023 at 5:15 PM
#julialang let‘s you write beautiful, readable and concise code. For example „square each digit of an integer (return integer)“, eg 9113 becomes 81119.
I also added a #python and #rstats solution for comparison
November 15, 2023 at 6:55 PM