Cameron Davidson-Pilon
Cameron Davidson-Pilon
There is an errant ` at the end of the last line of your config.txt: is that a type in github or your config?
Not sure! How are you measuring PWM on a pin?
I've released a [0.2.2 version](https://pypi.org/project/rpi-hardware-pwm/) that allows for more chips, thanks to @colinpate for the PR
@bbfjumper perhaps is a kernel issue: https://forums.raspberrypi.com/viewtopic.php?t=367294 (a new kernel was released in the 24-03-12 image) I'll be watching that thread for more
I'm using the 6.1.63, from the 2023-12-11 release.
> When I use the legacy version of the 6.1 kernel from Raspberry Pi Imager v1.8.5 for RPi 5, I just can't finish the boot... Try downloading an older image...
Happened recently locally. The remote worker didn't have the leader's pub key in `~/.ssh/authorized_keys`. I had to `ssh-copy-id pioreactor@remote_worker.local` from the leader to the worker to restore it.
**reading the code**, categorical inputs are transformed into one-hot columns, and the mean of that column from the training set is subtracted, then betas are applied.
1. Yes, 2. I don't understand your question
> do we actually have this sum: (1 - mean of column x_21) * beta_{x21} + (0 - mean of column of x_22) * beta_{x22} +.... + (0 - mean...