Mini scikit-learn backwards compatibility story

hmm blah blah test something #publish-this What So I had a particular need to load a #[[scikit learn sklearn]] model trained with 0.20.4 on Databricks 10.4 and ran into some fun details I was not initially able to use the Databricks 10.4 pinned version of scikit-learn , 0.24.x because of course there were #backwards-compatibility issues where trying to load the model gave me an error saying that ModuleNotFoundError: No module named 'sklearn....

July 12, 2022 · (updated February 26, 2023) · 2 min · 377 words · Michal Piekarczyk

Tracck those daily permanents

will this work? when blog vimeo 2022-04-10 foo yea – – – hope so

April 10, 2022 · (updated February 26, 2023) · 1 min · 14 words · Michal Piekarczyk

Remember to Floss Your Batteries

Today I thought it would take me maybe half an hour to replace my laptop battery. I got a replacement in the mail. Actually funny enough they are called the “function keys” battery because there are three cells . Anyway, turns out they are glued to the inside and you need some kind of epoxy loosener. I randomly stumbled on this video someone put together using some kind of wax line to actually remove batteries....

January 29, 2022 · (updated February 26, 2023) · 1 min · 102 words · Michal Piekarczyk

Xcode Command Line Tools on HomeBrew

Wow, I am setting up on a fresh laptop today and I just ran the typical homebrew https://brew.sh setup and when I saw this, my eyes got slightly watery. ==> This script will install: /usr/local/bin/brew ... ... ==> The Xcode Command Line Tools will be installed. Press RETURN to continue or any other key to abort: ... ==> Searching online for the Command Line Tools ==> /usr/bin/sudo /usr/bin/touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress ==> Installing Command Line Tools for Xcode-13....

January 9, 2022 · (updated February 26, 2023) · 1 min · 135 words · Michal Piekarczyk

Mini NLP Detour Part I

Initial Intent The initial intent here is to take three datasets of article titles of technical articles from different sources and try to classify them using an RNN. And also, another goal is to do this in hour long bites. And going to use this resource, https://madewithml.com/courses/foundations/recurrent-neural-networks/ for inspiration and direction on how to do this. The datasets (1) Per the above lesson, adapting the article dataset, “news.csv” , https://raw.githubusercontent.com/GokuMohandas/MadeWithML/main/datasets/news.csv , ( which was originally transformed from http://www....

August 22, 2021 · (updated February 26, 2023) · 2 min · 387 words · Michal Piekarczyk