Hacker News new | ask | show | jobs
by henrydark 1129 days ago
1. I git commit with a token

2. Master has the deployed models, other experiments are in branches - just like other experimental code

1 comments

Thanks!

We solved 1. the same way, but it felt "off" somehow. Perhaps it's a good solution.

2. That's a sound solution, but a tiny bit cumbersome. I have projects where we deploy both classifier and regressor, where it'd nice to keep all in main. Alas, you can't have it all.