Cameron Davidson-Pilon

Results 297 comments of Cameron Davidson-Pilon

I'm not able to repro this. Can you share you `dump` code, and what verion of formualic you are using?

👋 nice job, but I'm curious about the 0.15.x error. Can/should you add a small penalizer to the the model? In lifelines, that would be `CoxPHFitter(penalizer=0.001)`. How does sklearn's linear...

> monitor does a correction: gets latest experiment, looks for jobs with state="ready", and compares against what is currently running on the machine. Differences get a "lost". We removed this,...

This may work: ``` avahi-browse -p _pio-worker._tcp | grep IPv4 ```

There's a new feature in mosquito CLI that makes this easy, something like: ``` mosquitto_sub -t 'pioreactor/+/#' -T 'pioreactor/+/$experiment' --remove-retained --retained-only -E ``` But it's only available on mosquitto 1.6+,...

Actually, I've slowly been having the job clean up after itself, ex: a5145f3a

In next release, the `pioreactor/latest_experiment` topic is being dropped 🍻 With that gone, there's a more clear path to dropping old topics.

With the next release, data isn't persisted, so it's unlikely that the dataset grows larger. However, annoying `_testing_experiment` stuck around after a self-test is run.

> However, annoying _testing_experiment stuck around after a self-test is run. we clear _testing_experiment data now

some notes: - When a leader runs a profile, the job is saved to it's local job DB with the metadata `name="experiment_profile", job_source="user", experiment="", unit="", pid=`. - When a unit:...