Building an ML-Powered Transaction Classifier with Retraining and A/B Testing
Every month I download a CSV from my bank with all our household transactions. Each one needs a category: groceries, fuel, mortgage, subscriptions, insurance.
https://www.hylkerozema.nl/2026/02/26/building-an-ml-powered-transaction-classifier-with-retraining-and-a-b-testing/
#DataScience #MachineLearningEngineering #classification #DataScience #Flask #MachineLearning #MLflow #MLOps #mongodb #NAS #Optuna #Python
Just ONE more day to vote for Wagtail in the CMS Critic Awards! Time to get your votes in late birds!
Vote here: https://cmscritic.com/vote
#Wagtail #Django #Python #CMS #OpenSource
Do you sqash commits when you merge to main?
We always kept the full history but i think it is a bit messy for an overview how main changed. Especially if i want to know what changed between two MRs/PRs.
What are your arguments to do it like you do?
#development #git #python #java #javascript #go #rust
Менеджер ML-экспериментов. Что это и как он нас выручает
Привет, Хабр! Меня зовут Владимир Кочетков, и я тимлид Deep Learning разработки в области распознавания речи и соавтор курса
https://habr.com/ru/companies/yandex_praktikum/articles/996222/
#clearml #machinelearning #machinelearning #training #mlops #deeplearning #deeplearning #python #python3
Wireshark v4.6.4 is now available!
critical memory exhaustion and dissector crash issue fixed, and many more. refer to release note.
https://www.wireshark.org/docs/relnotes/wireshark-4.6.4
#linux #windows #ubuntu #debian #python
The essential difference is that compiled languages require a full build to run, while interpreted languages offer instant feedback and higher modifiability. This feels less like a binary choice and more like a deliberate design pattern.
#LearnInPublic #Compiler #Python #ComputerScience #ProgrammingLanguage
https://www.youtube.com/watch?si=gewGIpBpGfZ_SOvf&v=RnBOOF502p0&feature=youtu.be (2/2)
Zur Messung von #Temperatur und #Luftfeuchtigkeit kann man kleine Smart-Home-Sensoren verwenden. Ich habe mich für mein #Balkongarten-Projekt für einen #Shelly H&T entschieden.
Wie man ihn aktiviert, ins #WLAN einbindet und ohne Hersteller-App konfiguriert, zeigt der zweite Teil dieses Praxisberichts.
Meine erste Smart-Home-Lösung mit #RaspberryPi, #Python und Vibe Coding als Artikelserie.
https://tino-eberl.de/vibe-coding/sensorprojekt-inbetriebnahme-des-shelly-ht-im-balkongarten-2-4/
Gratuitous quirks in #programming languages, episode 327:
Joining some values with a space. What could be simpler, right? Well, if I try this in #Python:
" ".join([1, 2, 3])
it errors out because the list elements aren't strings! Contrast with #JavaScript, where the equivalent code
[1, 2, 3].join(" ")
does the obvious and converts each array element to a string first.
Dear programmers: when you know what I mean, don't make me jump through hoops.
Season 1 Lesson 5 Part 3 - Your First Steps - Capitalize and Title Methods - in Python #pythonprogramming #dataanalysis #vibecoding #pythoncode #dataengineer #jupyternotebook #softwaredeveloper #python #codingtutorial #learncoding
Very excited to announce that I'll be joining @NorthBayPython as a speaker again this year! This time we're going to talk about Crisis (Technical) Communication, and the lifesaving skills that you, Pythonista, may not even realize you have 💖
(with bonus shoutouts to @ThePSF 's Code of Conduct, because really what's more #python community than using the CoC to plan how to better explain complex technologies to people who want help!)
PythonでLLMアプリ開発を型安全に扱う ― Pydantic AI入門
https://gihyo.jp/article/2026/02/monthly-python-2602?utm_source=feed
#gihyo #技術評論社 #gihyo_jp #Python #Pydantic_AI #AI #LLM
PWC 362's tasks are Echo Chamber (which made me think maybe I should pick something by Echo and the Bunnymen) and Spellbound Sorting.
Spellbound? …yeah, I had to give you the song by Siouxsie and The Banshees. Because this task took the most time…
#PerlWeeklyChallenge #raku #perl #python #elixir
Perl Weekly Challenge: You Hav...